summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-09-22 12:37:06 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-09-22 12:37:06 +0000
commitca2aeff9a0ca7de6505fc78e6d432f73229a0c8c (patch)
tree0ae62a4ebc4eb8be1a4302c23bdfb94fcf93645f /app-sci/acml
parentFixed problem with mozilla-1.7.3 (diff)
downloadhistorical-ca2aeff9a0ca7de6505fc78e6d432f73229a0c8c.tar.gz
historical-ca2aeff9a0ca7de6505fc78e6d432f73229a0c8c.tar.bz2
historical-ca2aeff9a0ca7de6505fc78e6d432f73229a0c8c.zip
Corrected DEPEND (added blas-config and lapack-config)
Diffstat (limited to 'app-sci/acml')
-rw-r--r--app-sci/acml/Manifest2
-rw-r--r--app-sci/acml/acml-2.1.0.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/app-sci/acml/Manifest b/app-sci/acml/Manifest
index c7318bfb1003..ecc2ca4a5c3b 100644
--- a/app-sci/acml/Manifest
+++ b/app-sci/acml/Manifest
@@ -1,4 +1,4 @@
-MD5 59ad47a1a21e0555d3d286ca5eb31d47 acml-2.1.0.ebuild 1674
+MD5 f4c33323802112f57880507d1f04bcfa acml-2.1.0.ebuild 1718
MD5 c9bfe708975ddd233f47166b8f1053f6 metadata.xml 390
MD5 6a261bd464a07a7d644e43cae298a7b0 ChangeLog 403
MD5 f053683eb9a61c43050985717331ef7b files/digest-acml-2.1.0 67
diff --git a/app-sci/acml/acml-2.1.0.ebuild b/app-sci/acml/acml-2.1.0.ebuild
index fbeaa5605337..366db2ce15fd 100644
--- a/app-sci/acml/acml-2.1.0.ebuild
+++ b/app-sci/acml/acml-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/acml/acml-2.1.0.ebuild,v 1.1 2004/09/22 11:55:27 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/acml/acml-2.1.0.ebuild,v 1.2 2004/09/22 12:37:06 kugelfang Exp $
inherit eutils
@@ -17,7 +17,9 @@ IUSE=""
LICENSE="ACML"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/glibc
+ app-sci/blas-config
+ app-sci/lapack-config"
PROVIDE="virtual/blas
virtual/lapack"