diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 01:07:04 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 01:07:04 +0000 |
commit | 4cd4fe2249bed14b63e26db1359491519dbd9d78 (patch) | |
tree | 480427de28c9b1d6eeb154232339c4ddf5d3fc80 /sci-libs/scipy | |
parent | The LDFLAGS situation is worse than I thought. Setting LDFLAGS at all entirel... (diff) | |
download | gentoo-2-4cd4fe2249bed14b63e26db1359491519dbd9d78.tar.gz gentoo-2-4cd4fe2249bed14b63e26db1359491519dbd9d78.tar.bz2 gentoo-2-4cd4fe2249bed14b63e26db1359491519dbd9d78.zip |
Newer atlas doesn't have USE=ifc, so stop checking for it.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sci-libs/scipy')
-rw-r--r-- | sci-libs/scipy/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-0.4.9.ebuild | 13 |
2 files changed, 5 insertions, 13 deletions
diff --git a/sci-libs/scipy/ChangeLog b/sci-libs/scipy/ChangeLog index 02a9f4a03b8b..0a362091fd61 100644 --- a/sci-libs/scipy/ChangeLog +++ b/sci-libs/scipy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/scipy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.8 2006/06/14 01:09:34 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.9 2006/09/24 01:07:04 dberkholz Exp $ + + 24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; scipy-0.4.9.ebuild: + Newer atlas doesn't have USE=ifc, so stop checking for it. *scipy-0.4.9 (14 Jun 2006) diff --git a/sci-libs/scipy/scipy-0.4.9.ebuild b/sci-libs/scipy/scipy-0.4.9.ebuild index 49ec61826f5f..c6b6d139a836 100644 --- a/sci-libs/scipy/scipy-0.4.9.ebuild +++ b/sci-libs/scipy/scipy-0.4.9.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/scipy/scipy-0.4.9.ebuild,v 1.1 2006/06/14 01:09:34 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.4.9.ebuild,v 1.2 2006/09/24 01:07:04 dberkholz Exp $ inherit distutils flag-o-matic fortran @@ -34,17 +34,6 @@ FORTRAN="g77 gfortran" pkg_setup() { fortran_pkg_setup - if built_with_use sci-libs/lapack-atlas ifc; then - echo - ewarn "${PN} needs consistency among Fortran compilers." - eerror "lapack-atlas was compiled with IFC, whereas" - eerror "blas-atlas and scipy use the GNU compiler." - eerror "please re-emerge lapack-atlas with 'USE=\"-ifc\"'." - echo - die "Inconsistent Fortran compilers" - fi - - echo einfo "Checking active BLAS implementations for ATLAS." blas-config -p if ! blas-config -p | grep "F77 BLAS:" | grep -q -i atlas; then |