aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <sebfabbro@gmail.com>2011-08-22 20:06:16 +0100
committerSébastien Fabbro <sebfabbro@gmail.com>2011-08-22 20:06:16 +0100
commit954d4ef3c962eb726d6adca671d9f5ea02ff4a8b (patch)
treee00bbf118bb4046a0cede591f6f47f4616ad8054 /virtual/lapack/lapack-3.3.ebuild
parentadded gsl (diff)
downloadsci-954d4ef3c962eb726d6adca671d9f5ea02ff4a8b.tar.gz
sci-954d4ef3c962eb726d6adca671d9f5ea02ff4a8b.tar.bz2
sci-954d4ef3c962eb726d6adca671d9f5ea02ff4a8b.zip
added virtuals
Diffstat (limited to 'virtual/lapack/lapack-3.3.ebuild')
-rw-r--r--virtual/lapack/lapack-3.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/virtual/lapack/lapack-3.3.ebuild b/virtual/lapack/lapack-3.3.ebuild
new file mode 100644
index 000000000..dc7361290
--- /dev/null
+++ b/virtual/lapack/lapack-3.3.ebuild
@@ -0,0 +1,23 @@
+# 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"
+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=""