From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D63AB138334 for ; Sun, 20 Oct 2019 13:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7DFE0968; Sun, 20 Oct 2019 13:37:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D39D4E0968 for ; Sun, 20 Oct 2019 13:37:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 594C234C0A7 for ; Sun, 20 Oct 2019 13:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3809776A for ; Sun, 20 Oct 2019 13:37:24 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1571578490.1d331e11cdc51047c25cb0c13eb28cd59cfabd62.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: sci-libs/arpack/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1d331e11cdc51047c25cb0c13eb28cd59cfabd62 X-VCS-Branch: master Date: Sun, 20 Oct 2019 13:37:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1c71948-6ed4-4f2f-ae0d-ffca71f2ed88 X-Archives-Hash: 1522ad94f24188492da29503ec8e106b commit: 1d331e11cdc51047c25cb0c13eb28cd59cfabd62 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Oct 6 23:41:27 2019 +0000 Commit: David Seifert gentoo 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 gmail.com> Signed-off-by: David Seifert 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)