diff options
author | 2007-11-21 00:20:13 +0000 | |
---|---|---|
committer | 2007-11-21 00:20:13 +0000 | |
commit | cba7a574043b7801331f808d8352e5b1138f4978 (patch) | |
tree | d9f6581748c9f9e0a3dd2f5f78d0268b2b35d261 /virtual/lapack/lapack-3.1.ebuild | |
parent | Added ~ppc64; bug #199368 (diff) | |
download | historical-cba7a574043b7801331f808d8352e5b1138f4978.tar.gz historical-cba7a574043b7801331f808d8352e5b1138f4978.tar.bz2 historical-cba7a574043b7801331f808d8352e5b1138f4978.zip |
Initial import of new style virtual for lapack
Package-Manager: portage-2.1.3.19
RepoMan-Options: --force
Diffstat (limited to 'virtual/lapack/lapack-3.1.ebuild')
-rw-r--r-- | virtual/lapack/lapack-3.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/virtual/lapack/lapack-3.1.ebuild b/virtual/lapack/lapack-3.1.ebuild new file mode 100644 index 000000000000..12d404436291 --- /dev/null +++ b/virtual/lapack/lapack-3.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/lapack/lapack-3.1.ebuild,v 1.1 2007/11/21 00:20:13 bicatali Exp $ + +DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation" +HOMEPAGE="http://www.gentoo.org/proj/en/" +SRC_URI="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" +RDEPEND="|| ( + >=sci-libs/lapack-reference-3.1 + >=sci-libs/lapack-atlas-3.8.0 + >=sci-libs/mkl-10 + >=sci-libs/acml-4 + )" +DEPEND="" |