diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-10 12:27:59 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-10 12:27:59 +0000 |
commit | ae1bd763aa59263aea89c3640b4d5da58f2e059d (patch) | |
tree | d910b4cd964ea896b12061a50dbde751770d67d8 /virtual/cblas/cblas-1.0.ebuild | |
parent | making it stable, as blas-reference is (diff) | |
download | gentoo-2-ae1bd763aa59263aea89c3640b4d5da58f2e059d.tar.gz gentoo-2-ae1bd763aa59263aea89c3640b4d5da58f2e059d.tar.bz2 gentoo-2-ae1bd763aa59263aea89c3640b4d5da58f2e059d.zip |
New style virtual for cblas. Version number is abitrary.
(Portage version: 2.1.3.12)
Diffstat (limited to 'virtual/cblas/cblas-1.0.ebuild')
-rw-r--r-- | virtual/cblas/cblas-1.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/virtual/cblas/cblas-1.0.ebuild b/virtual/cblas/cblas-1.0.ebuild new file mode 100644 index 000000000000..77ca3d359236 --- /dev/null +++ b/virtual/cblas/cblas-1.0.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/cblas/cblas-1.0.ebuild,v 1.1 2007/10/10 12:27:59 bicatali Exp $ + +DESCRIPTION="Virtual for BLAS C implementation" +HOMEPAGE="http://www.gentoo.org/proj/en/" +SRC_URI="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="|| ( + sci-libs/cblas-reference + >=sci-libs/blas-atlas-3.7.39 + >=sci-libs/gsl-1.9-r1 + >=sci-libs/mkl-9.1.023 + )" +DEPEND="" |