From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- sci-libs/spqr/Manifest | 2 +- sci-libs/spqr/spqr-2.0.9-r1.ebuild | 41 -------------------------------------- sci-libs/spqr/spqr-2.0.9-r2.ebuild | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 sci-libs/spqr/spqr-2.0.9-r1.ebuild create mode 100644 sci-libs/spqr/spqr-2.0.9-r2.ebuild (limited to 'sci-libs/spqr') diff --git a/sci-libs/spqr/Manifest b/sci-libs/spqr/Manifest index 7e8ce129557b..6b4054ab575c 100644 --- a/sci-libs/spqr/Manifest +++ b/sci-libs/spqr/Manifest @@ -1,3 +1,3 @@ DIST spqr-2.0.9.tar.bz2 2161068 BLAKE2B a662983d2543a65ce36a367749db5585308acb56b016f69a35c46a84e9c12a678f57a3cfd459cc2e887fff2819b00f99981efaadb73831f1b4c54cbef5e1c367 SHA512 54b203e0d68b266473b8a2b7b3b3a55476df54a3ebd5748b70faa7bad1d0a5a7387197f0674ba5f9a5d45887daa736117f8d6ffbbc2eb02482b3374a3babf721 -EBUILD spqr-2.0.9-r1.ebuild 1098 BLAKE2B 468c4e9b78732875d04d00f35913e9d189d80b5d9cbd0302e9b38533a7bd8c7c7da295a2000c018f700d69bb110acb1e7619364b98da322cada80afcb7861b74 SHA512 7931f0aabde12776ac9b48f17b804354f1736427396ce707a561ddad5a9d417f9cb024844a954e21ec180e015a61968bba662f5b371a619e22bd38732611e6b7 +EBUILD spqr-2.0.9-r2.ebuild 1104 BLAKE2B b8752d4b6840fc20e031252cdd133f9500af6f962e30189249e076f5f4a8bc886d290c20d002bdae8e53638fb5d5543225ac1546d096375287a9cc7a8ea4b2c1 SHA512 33e72129b9136f4d8848d38a4fc654ce32e4a6832183d19be99f4313e92dcb4983a6601cddc82ebfa7370d76128cd7513336c7e2e76934111121fd28cbcf866c MISC metadata.xml 852 BLAKE2B 9480a2097af529f47896d300d8654b791ef1ea3989b97d8aef287dbe5b322167ef7a425016894b14c975205ebdc35cc5a1f187026688e0cbd7497b51657d0181 SHA512 51150e01477f24a382731c273f83aeb8fa646a7f897e4f6e8ffff4d4050fbf9ff589b7036134d9faf4da2c07a16654b01d1923003bc1e30c380b6fc46a3207f9 diff --git a/sci-libs/spqr/spqr-2.0.9-r1.ebuild b/sci-libs/spqr/spqr-2.0.9-r1.ebuild deleted file mode 100644 index cb6da0c33314..000000000000 --- a/sci-libs/spqr/spqr-2.0.9-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Multithreaded multifrontal sparse QR factorization library" -HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" -SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc partition tbb" - -BDEPEND="virtual/pkgconfig - doc? ( virtual/latex-base )" -# We require the cholmod supernodal module that is enabled with -# USE=lapack, and cholmod has to have partition support if spqr is going -# to have it (the ./configure script for spqr checks this). Note that -# spqr links to metis directly, too. -DEPEND=" - virtual/lapack - >=sci-libs/cholmod-2[lapack,partition?] - partition? ( >=sci-libs/metis-5.1.0 ) - tbb? ( dev-cpp/tbb:= )" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --disable-static \ - $(use_with doc) \ - $(use_with partition) \ - $(use_with tbb) -} - -src_install() { - default - - # no static archives - find "${D}" -name '*.la' -delete || die -} diff --git a/sci-libs/spqr/spqr-2.0.9-r2.ebuild b/sci-libs/spqr/spqr-2.0.9-r2.ebuild new file mode 100644 index 000000000000..ff1a265ca5a0 --- /dev/null +++ b/sci-libs/spqr/spqr-2.0.9-r2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Multithreaded multifrontal sparse QR factorization library" +HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" +SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +IUSE="doc partition tbb" + +BDEPEND="virtual/pkgconfig + doc? ( virtual/latex-base )" +# We require the cholmod supernodal module that is enabled with +# USE=lapack, and cholmod has to have partition support if spqr is going +# to have it (the ./configure script for spqr checks this). Note that +# spqr links to metis directly, too. +DEPEND=" + virtual/lapack + >=sci-libs/cholmod-2[lapack,partition?] + partition? ( >=sci-libs/metis-5.1.0 ) + tbb? (