summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-03-27 15:20:34 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-03-27 15:20:34 +0000
commit117c463ef65a93a426f8c4122903264f9dd3cb0a (patch)
treeeb192fe171602ad55182a54b70907b427d59ca1f
parentMark 3.4.3 stable on ia64. #112842 (diff)
downloadgentoo-2-117c463ef65a93a426f8c4122903264f9dd3cb0a.tar.gz
gentoo-2-117c463ef65a93a426f8c4122903264f9dd3cb0a.tar.bz2
gentoo-2-117c463ef65a93a426f8c4122903264f9dd3cb0a.zip
Added the newly added cblas-reference ebuild as a possible dependency for the cblas USE flag. Also, changed ebuild such that lapack is only enabled in conjunction with blas.
(Portage version: 2.1_pre7-r1)
-rw-r--r--sci-libs/itpp/ChangeLog9
-rw-r--r--sci-libs/itpp/Manifest12
-rw-r--r--sci-libs/itpp/itpp-3.10.0.ebuild12
3 files changed, 22 insertions, 11 deletions
diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog
index ae4e4b753206..a7513852da67 100644
--- a/sci-libs/itpp/ChangeLog
+++ b/sci-libs/itpp/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sci-libs/itpp
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.2 2006/03/18 12:22:48 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.3 2006/03/27 15:20:34 markusle Exp $
+
+ 27 Mar 2006; Markus Dittrich <markusle@gentoo.org> itpp-3.10.0.ebuild:
+ Added the newly added cblas-reference ebuild as a possible
+ dependency for the cblas USE flag. Also, changed ebuild such that
+ lapack is only enabled in conjunction with blas. Thanks to Adam
+ Piatyszek <ediap@et.put.poznan.pl> for pointing this out
+ (see bug #126299).
*itpp-3.10.0 (18 Mar 2006)
diff --git a/sci-libs/itpp/Manifest b/sci-libs/itpp/Manifest
index b73c83564e88..1145b5ea5ccf 100644
--- a/sci-libs/itpp/Manifest
+++ b/sci-libs/itpp/Manifest
@@ -1,15 +1,15 @@
-MD5 b004860da946eecf0c3cd0037c1600c4 ChangeLog 657
-RMD160 4f4cd2b418bca37b29254c1bb2e2c0d21c6fe34b ChangeLog 657
-SHA256 14db6dd90ac60fae9360123e12f324655d0570e210a362a9b23f9ddfd60fdcef ChangeLog 657
+MD5 64c4239c54bbd8b1002d6381a701c9e2 ChangeLog 1010
+RMD160 853917eb24723c52224618d50b656eebb24674a3 ChangeLog 1010
+SHA256 1e0ad676122cd674776efe10dcdd23683bd886b212068e38656f7f1ce95b7b42 ChangeLog 1010
MD5 01d4cf7b7124bcf79c41296b9d9c5c20 files/digest-itpp-3.10.0 238
RMD160 11186b0935dc3cd2c437e2e53c33341693065947 files/digest-itpp-3.10.0 238
SHA256 692952cb5a47e9c7600d416a69ec4c8ab41569e437cf52b5b7444216a224e482 files/digest-itpp-3.10.0 238
MD5 b71634e448ec1aa56fe2298be29fafef files/digest-itpp-3.9.1 232
RMD160 82c2703af689304cd181e1b5358b59cd1bdadadf files/digest-itpp-3.9.1 232
SHA256 9fa77bb71b4f5ca61d7033da5548e44a7cf3299dedd6c7baff3260d5e9057416 files/digest-itpp-3.9.1 232
-MD5 3d78f5b4b1e924ab7a14594ea95acee5 itpp-3.10.0.ebuild 1385
-RMD160 c75a20baf131af7a6baf6fcc6d675e8e888eb2a3 itpp-3.10.0.ebuild 1385
-SHA256 756afe63b6345794619e2b169bd16506cd23ead4be889dfb378f02e21308373d itpp-3.10.0.ebuild 1385
+MD5 791922d45ffc2c61d9d3ab2fb3b2113e itpp-3.10.0.ebuild 1512
+RMD160 9ead677fcdbf85eca50018a2de6eb9c385a3cd7b itpp-3.10.0.ebuild 1512
+SHA256 4e7fb8c7f8e021ade2220573edb1f431864b9db046516976c3feed8378872e99 itpp-3.10.0.ebuild 1512
MD5 146fc55f6186ac0da0faf8abafeebb00 itpp-3.9.1.ebuild 1065
RMD160 c25f03aeaf04a7ed3499111b456613871b030539 itpp-3.9.1.ebuild 1065
SHA256 c534020c74aed09e0f0539ca4cd27bc29b12c385359bf4ec8f5571c210dc0b9a itpp-3.9.1.ebuild 1065
diff --git a/sci-libs/itpp/itpp-3.10.0.ebuild b/sci-libs/itpp/itpp-3.10.0.ebuild
index 8134a1af08de..fd4d85f35592 100644
--- a/sci-libs/itpp/itpp-3.10.0.ebuild
+++ b/sci-libs/itpp/itpp-3.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.0.ebuild,v 1.1 2006/03/18 12:22:48 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.0.ebuild,v 1.2 2006/03/27 15:20:34 markusle Exp $
inherit fortran
@@ -16,16 +16,20 @@ IUSE="blas cblas debug doc fftw lapack"
DEPEND="fftw? ( >=sci-libs/fftw-3.0.0 )
blas? ( virtual/blas
cblas? ( || ( >=sci-libs/gsl-1.4
- >=sci-libs/blas-atlas-3.6.0 ) ) )
- lapack? ( virtual/lapack )
+ >=sci-libs/blas-atlas-3.6.0
+ sci-libs/cblas-reference ) )
+ lapack? ( virtual/lapack ) )
doc? ( app-doc/doxygen
app-text/tetex )"
pkg_setup() {
- # cblas can only be used in conjunction with blas
+ # lapack/cblas can only be used in conjunction with blas
if use cblas && ! use blas; then
die "USE=cblas requires USE=blas to be set"
fi
+ if use lapack && ! use blas; then
+ die "USE=lapack requires USE=blas to be set"
+ fi
}
src_compile() {