diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2013-02-21 09:47:06 -0800 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2013-02-21 09:47:06 -0800 |
commit | f462dac79e73d2d01182f471cab7637d1916f2be (patch) | |
tree | 8aaf108b34246ee3115fb3b64052a167f9c6f12f /virtual | |
parent | [dev-python/Forthon] Fix option parser to take into account that wrapper file... (diff) | |
download | sci-f462dac79e73d2d01182f471cab7637d1916f2be.tar.gz sci-f462dac79e73d2d01182f471cab7637d1916f2be.tar.bz2 sci-f462dac79e73d2d01182f471cab7637d1916f2be.zip |
virtual/lapack: Bump to latest reference
Package-Manager: portage-2.2.01.21688-prefix
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/lapack/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/lapack/lapack-3.3.ebuild | 23 | ||||
-rw-r--r-- | virtual/lapack/lapack-3.4.ebuild | 23 | ||||
-rw-r--r-- | virtual/lapack/metadata.xml | 3 |
4 files changed, 32 insertions, 25 deletions
diff --git a/virtual/lapack/ChangeLog b/virtual/lapack/ChangeLog index 6558a84d9..b63bf9a67 100644 --- a/virtual/lapack/ChangeLog +++ b/virtual/lapack/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for virtual/lapack -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/virtual/lapack/ChangeLog,v 1.5 2010/01/11 11:04:19 ulm Exp $ +*lapack-3.4 (21 Feb 2013) + + 21 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> +lapack-3.4.ebuild, + -lapack-3.3.ebuild, metadata.xml: + virtual/lapack: Bump to latest reference + *lapack-3.3 (24 Nov 2010) 24 Nov 2010; Sébastien Fabbro <bicatali@gentoo.org> +lapack-3.3.ebuild, diff --git a/virtual/lapack/lapack-3.3.ebuild b/virtual/lapack/lapack-3.3.ebuild deleted file mode 100644 index c98f4758e..000000000 --- a/virtual/lapack/lapack-3.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="doc" - -RDEPEND="|| ( - >=sci-libs/lapack-reference-3.3 - >=sci-libs/atlas-3.8.4[lapack] - >=sci-libs/mkl-10.3 - >=sci-libs/acml-4.4 - ) - doc? ( >=app-doc/lapack-docs-3.2 )" -DEPEND="" diff --git a/virtual/lapack/lapack-3.4.ebuild b/virtual/lapack/lapack-3.4.ebuild new file mode 100644 index 000000000..c1c978c7f --- /dev/null +++ b/virtual/lapack/lapack-3.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux" +IUSE="doc" + +RDEPEND="|| ( + >=sci-libs/lapack-reference-${PV} + >=sci-libs/atlas-3.10.1[lapack] + >=sci-libs/mkl-11.0 + >=sci-libs/acml-5.3 + ) + doc? ( >=app-doc/lapack-docs-3.3 )" +DEPEND="" diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml index 0719b231c..de50c1f99 100644 --- a/virtual/lapack/metadata.xml +++ b/virtual/lapack/metadata.xml @@ -4,6 +4,7 @@ <herd>sci</herd> <longdescription lang="en"> Gentoo virtual package for the Linear Algebra PACKAge - FORTRAN 77 implementation. + FORTRAN 77 implementation. The version number corresponds to the + version of the LAPACK reference implementation. </longdescription> </pkgmetadata> |