sci-libs/arpack: disable static libraries
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>
Sun, 6 Oct 2019 23:41:27 +0000 (01:41 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 20 Oct 2019 13:34:50 +0000 (15:34 +0200)
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@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
sci-libs/arpack/arpack-3.1.5.ebuild
sci-libs/arpack/arpack-3.4.0.ebuild
sci-libs/arpack/arpack-3.5.0.ebuild
sci-libs/arpack/arpack-9999.ebuild

index b519d22a06de69a880dedd9e9d61c63267edbbcc..e59f0f251e174c1b47651230ee5bf74758afd17e 100644 (file)
@@ -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)
index 6ad847966d71c1f1d448eda3ed0154660b00a7e3..bdb9445f39b9158df534cbd5a2b407dd660ee03a 100644 (file)
@@ -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)
index 6ad847966d71c1f1d448eda3ed0154660b00a7e3..5bf1ad557e6fce3970a8fc63706e0164ff75efd4 100644 (file)
@@ -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)
index 26930345b335e035a7c96c1cc328681fb84f946b..e81afe18fb49092c78308d95cc84b6d7ab0c2342 100644 (file)
@@ -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)