commit: 1d331e11cdc51047c25cb0c13eb28cd59cfabd62 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Oct 6 23:41:27 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Oct 20 13:34:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d331e11
sci-libs/arpack: disable static libraries Closes: https://bugs.gentoo.org/694130 Closes: https://github.com/gentoo/gentoo/pull/13060 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> sci-libs/arpack/arpack-3.1.5.ebuild | 5 +++-- sci-libs/arpack/arpack-3.4.0.ebuild | 7 ++++--- sci-libs/arpack/arpack-3.5.0.ebuild | 7 ++++--- sci-libs/arpack/arpack-9999.ebuild | 7 ++++--- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/sci-libs/arpack/arpack-3.1.5.ebuild b/sci-libs/arpack/arpack-3.1.5.ebuild index b519d22a06d..e59f0f251e1 100644 --- a/sci-libs/arpack/arpack-3.1.5.ebuild +++ b/sci-libs/arpack/arpack-3.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc examples mpi static-libs" +IUSE="doc examples mpi" RDEPEND=" virtual/blas @@ -34,6 +34,7 @@ S="${WORKDIR}/${MY_P/_/-}" src_configure() { tc-export PKG_CONFIG local myeconfargs=( + --disable-static --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" $(use_enable mpi) diff --git a/sci-libs/arpack/arpack-3.4.0.ebuild b/sci-libs/arpack/arpack-3.4.0.ebuild index 6ad847966d7..bdb9445f39b 100644 --- a/sci-libs/arpack/arpack-3.4.0.ebuild +++ b/sci-libs/arpack/arpack-3.4.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools eutils fortran-2 toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc examples mpi static-libs" +IUSE="doc examples mpi" RDEPEND=" virtual/blas @@ -34,6 +34,7 @@ src_prepare() { src_configure() { econf \ + --disable-static \ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \ --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \ $(use_enable mpi) diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild b/sci-libs/arpack/arpack-3.5.0.ebuild index 6ad847966d7..5bf1ad557e6 100644 --- a/sci-libs/arpack/arpack-3.5.0.ebuild +++ b/sci-libs/arpack/arpack-3.5.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools eutils fortran-2 toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc examples mpi static-libs" +IUSE="doc examples mpi" RDEPEND=" virtual/blas @@ -34,6 +34,7 @@ src_prepare() { src_configure() { econf \ + --disable-static --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \ --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \ $(use_enable mpi) diff --git a/sci-libs/arpack/arpack-9999.ebuild b/sci-libs/arpack/arpack-9999.ebuild index 26930345b33..e81afe18fb4 100644 --- a/sci-libs/arpack/arpack-9999.ebuild +++ b/sci-libs/arpack/arpack-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools eutils fortran-2 toolchain-funcs @@ -19,7 +19,7 @@ DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems" HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ https://github.com/opencollab/arpack-ng" LICENSE="BSD" SLOT="0" -IUSE="examples mpi static-libs" +IUSE="examples mpi" RDEPEND=" virtual/blas @@ -35,6 +35,7 @@ src_prepare() { src_configure() { econf \ + --disable-static \ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \ --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \ $(use_enable mpi)
