Summary
SuiteSparseQR is an implementation of the multifrontal sparse QR factorization method. Parallelism is exploited both in the BLAS and across different frontal matrices using Intel's Threading Building Blocks. It can obtain a substantial fraction of the theoretical peak performance of a multicore computer.
Versions
v3.0.3 :: 0/3 :: gentoo (Masked by set 6678)
- Modified
- License
- GPL-2+
- Keywords
- ~amd64 ~amd64-linux ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-linux
- USE flags
- doc openmp test
v2.0.9-r4 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 arm arm64 ppc64 ~amd64-linux ~hppa ~loong ~ppc ~riscv ~sparc ~x86 ~x86-linux
- USE flags
- doc partition tbb
v2.0.9-r3 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 arm arm64 ppc64 ~amd64-linux ~hppa ~loong ~ppc ~riscv ~sparc ~x86 ~x86-linux
- USE flags
- doc partition tbb
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- openmp
- Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp"
- partition
- Use the partition module of sci-libs/cholmod for partitioning
- tbb
- Enable multithreading with the Intel Threads Building Block dev-cpp/tbb
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
Dependencies
dev-cpp / tbb : High level abstract threading library
sci-libs / amd : Library to order a sparse matrix prior to Cholesky factorization
sci-libs / cholmod : Sparse Cholesky factorization and update/downdate library
sci-libs / colamd : Column approximate minimum degree ordering algorithm
sci-libs / metis : A package for unstructured serial graph partitioning
sci-libs / suitesparseconfig : Common configurations for all packages in suitesparse
virtual / blas : Virtual for FORTRAN 77 BLAS implementation
virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation
Runtime Dependencies
dev-cpp / tbb : High level abstract threading library
sci-libs / amd : Library to order a sparse matrix prior to Cholesky factorization
sci-libs / cholmod : Sparse Cholesky factorization and update/downdate library
sci-libs / colamd : Column approximate minimum degree ordering algorithm
sci-libs / metis : A package for unstructured serial graph partitioning
sci-libs / suitesparseconfig : Common configurations for all packages in suitesparse
virtual / blas : Virtual for FORTRAN 77 BLAS implementation
virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation
Depending packages
dev-cpp / eigen : C++ template library for linear algebra
dev-lang / julia : High-performance programming language for technical computing
sci-libs / ceres-solver : Nonlinear least-squares minimizer
sci-libs / suitesparse : Metapackage for a suite of sparse matrix tools
sci-mathematics / octave : High-level interactive language for numerical computations
Bugs
- 729634
- sci-libs/spqr-2.0.9-r4 : I can't find file `epsf'.
- 729636
- sci-libs/spqr-2.0.9 - qrdemoc.c:(.text.startup+0x94): undefined reference to `cholmod_l_norm_sparse'
- 741604
- sci-libs/spqr-2.0.9 fails tests
- 825514
- sci-libs/spqr-2.0.9-r1 - spqr_parallel.cpp: fatal error: tbb/task_scheduler_init.h: No such file or directory
- 908859
- sci-libs/spqr-3.0.3 installs '.a' files without static-libs USE
- 929098
- sci-libs/spqr-2.0.9-r4 - failed to emerge with USE=doc
Masks
6678- Michał Górny
suitesparseconfig-7.0.0 fails to build with multilib enabled because of dependencies that cannot be satisfied. All the other packages require it. Bug #908851.- =sci-libs/amd-3.0.3
- =sci-libs/btf-2.0.3
- =sci-libs/camd-3.0.3
- =sci-libs/ccolamd-3.0.3
- =sci-libs/cholmod-4.0.3
- =sci-libs/colamd-3.0.3
- =sci-libs/cxsparse-4.0.3
- =sci-libs/klu-2.0.3
- =sci-libs/ldl-3.0.3
- =sci-libs/spqr-3.0.3
- =sci-libs/suitesparseconfig-7.0.0
- =sci-libs/umfpack-6.1.0
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/spqr: Stabilize 2.0.9-r4 amd64, #945571
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-libs/spqr: Stabilize 2.0.9-r4 arm, #945571
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sci-libs/spqr: Stabilize 2.0.9-r4 arm64, #945571
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sci-libs/spqr: Stabilize 2.0.9-r4 ppc64, #945571
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sci-libs/spqr: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
sci-libs/spqr: make sure elibtoolize is applied
Needed to e.g. pass LTO warning flags through to the linker. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/spqr: revbump 2.0.9 for RDEPEND change.
In 24ba69fb we added an upper bound on a version in RDEPEND. Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - François Bissey · gentoo
sci-libs/spqr: restrict dependencies to suitable cholmod in 2.0.9
Signed-off-by: François Bissey <frp.bissey@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - François Bissey · gentoo
sci-libs/spqr: keyword 3.0.3 for ~loong, ~riscv
Signed-off-by: François Bissey <frp.bissey@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - François Bissey · gentoo
sci-libs/spqr: add 3.0.3
Signed-off-by: François Bissey <frp.bissey@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Arthur Zamarin · gentoo
sci-libs/spqr: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-libs/spqr: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sci-libs/spqr: keyword 2.0.9-r2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
sci-libs/spqr: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/spqr: pin to older TBB
Bug: https://bugs.gentoo.org/825514 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/spqr: Keyword 2.0.9-r1 ia64, #807568
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/spqr: add tbb subslot operator
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/spqr: Stabilize 2.0.9 arm, #813567
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
sci-libs/spqr: keyword 2.0.9 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sci-libs/spqr: Remove libtool archives
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-libs/spqr: Drop 1.2.3-r1 and 1.3.1
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Sam James · gentoo
sci-libs/spqr: x86 stable (bug #716960)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-libs/spqr: amd64 stable wrt bug #716960
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Sam James (sam_c) · gentoo
sci-libs/spqr: arm64 stable (bug #716960)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-libs/spqr: ppc64 stable wrt bug #716960
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sci-libs/spqr: ppc stable wrt bug #716960
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
sci-libs/spqr: arm64 keyworded (bug #716982)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sci-libs/spqr: keyworded 2.0.9 for sparc, bug #716982
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sci-libs/spqr: drop ia64 keywords
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/spqr: new version 2.0.9.
Update to EAPI=7 and fix the HOMEPAGE, SRC_URI, and LICENSE. This is part of a larger SuiteSparse v5.4.0 upgrade thanks to François Bissey whose sage-on-gentoo ebuilds I'm using. There's a newer release (v5.7.1) of SuiteSparse, but v5.4.0 has seen more testing. This version uses a "partition" USE flag instead of "metis", to more closely match the terminology used upstream and by sci-libs/cholmod. Bug: https://bugs.gentoo.org/492484 Bug: https://bugs.gentoo.org/586582 Bug: https://bugs.gentoo.org/654548 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Sergei Trofimovich · gentoo
sci-libs/spqr: keyworded 1.3.1 for ppc, bug #575366
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc" - Sergei Trofimovich · gentoo
sci-libs/spqr: ia64 keyworded, bug #575366
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Jeroen Roovers · gentoo
sci-libs/spqr: Mark ~hppa (bug #575366).
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches - Michael Weber · gentoo
sci-libs/spqr: add ~arm ~ppc64 keyword (bug 575366)
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Mikle Kolyada · gentoo
sci-libs/spqr: amd64 stable wrt bug #579992
Package-Manager: portage-2.2.28 - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed