diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-18 14:18:28 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-18 14:18:28 +0000 |
commit | b05a91ba9d4aef99d6643d61c30299217c002ee4 (patch) | |
tree | da37143039d17010bcd65b7db6f3d12ff057be5b /sci-libs/acml | |
parent | Added new revision to fix undefined lapack symbols (see bug #195619). (diff) | |
download | gentoo-2-b05a91ba9d4aef99d6643d61c30299217c002ee4.tar.gz gentoo-2-b05a91ba9d4aef99d6643d61c30299217c002ee4.tar.bz2 gentoo-2-b05a91ba9d4aef99d6643d61c30299217c002ee4.zip |
Re-added temporarily PROVIDE=virtual/lapack
(Portage version: 2.1.3.14)
Diffstat (limited to 'sci-libs/acml')
-rw-r--r-- | sci-libs/acml/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/acml/acml-3.6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/acml/acml-3.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/acml/acml-4.0.0.ebuild | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index 7e2b4f000e65..94852d7ba0d1 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/acml # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.24 2007/10/11 16:28:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.25 2007/10/18 14:18:28 bicatali Exp $ + + 18 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> acml-3.6.0-r1.ebuild, + acml-3.6.1-r1.ebuild, acml-4.0.0.ebuild: + Re-added temporarily PROVIDE=virtual/lapack 11 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> acml-3.6.0-r1.ebuild, acml-3.6.1-r1.ebuild, acml-4.0.0.ebuild: diff --git a/sci-libs/acml/acml-3.6.0-r1.ebuild b/sci-libs/acml/acml-3.6.0-r1.ebuild index 31c7a3fb8c57..01f8ff2f631f 100644 --- a/sci-libs/acml/acml-3.6.0-r1.ebuild +++ b/sci-libs/acml/acml-3.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.3 2007/10/11 16:28:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.4 2007/10/18 14:18:28 bicatali Exp $ inherit eutils toolchain-funcs fortran @@ -31,6 +31,8 @@ DEPEND="app-admin/eselect-blas RDEPEND="${DEPEND} doc? ( app-doc/blas-docs app-doc/lapack-docs )" +PROVIDE="virtual/lapack" + S="${WORKDIR}" pkg_nofetch() { diff --git a/sci-libs/acml/acml-3.6.1-r1.ebuild b/sci-libs/acml/acml-3.6.1-r1.ebuild index a718d2351fc2..ac885939443f 100644 --- a/sci-libs/acml/acml-3.6.1-r1.ebuild +++ b/sci-libs/acml/acml-3.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.3 2007/10/11 16:28:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.4 2007/10/18 14:18:28 bicatali Exp $ inherit eutils toolchain-funcs fortran @@ -28,6 +28,8 @@ DEPEND="app-admin/eselect-blas RDEPEND="${DEPEND} doc? ( app-doc/blas-docs app-doc/lapack-docs )" +PROVIDE="virtual/lapack" + pkg_nofetch() { einfo "Please download the ACML from:" einfo "${HOMEPAGE}" diff --git a/sci-libs/acml/acml-4.0.0.ebuild b/sci-libs/acml/acml-4.0.0.ebuild index 47bec290ca21..1b30c4e333b2 100644 --- a/sci-libs/acml/acml-4.0.0.ebuild +++ b/sci-libs/acml/acml-4.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild,v 1.3 2007/10/11 16:28:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild,v 1.4 2007/10/18 14:18:28 bicatali Exp $ inherit eutils toolchain-funcs fortran @@ -28,6 +28,8 @@ DEPEND="app-admin/eselect-blas RDEPEND="${DEPEND} doc? ( app-doc/blas-docs app-doc/lapack-docs )" +PROVIDE="virtual/lapack" + S="${WORKDIR}" pkg_nofetch() { |