diff options
author | George Shapovalov <george@gentoo.org> | 2004-06-25 01:32:07 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2004-06-25 01:32:07 +0000 |
commit | 632824cb8618ca26e8d3581603fa13a75ab133d8 (patch) | |
tree | 40ac724d3a5caa42177856a0750ecb5219217f5e | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-632824cb8618ca26e8d3581603fa13a75ab133d8.tar.gz gentoo-2-632824cb8618ca26e8d3581603fa13a75ab133d8.tar.bz2 gentoo-2-632824cb8618ca26e8d3581603fa13a75ab133d8.zip |
ifc not yet supported by this version
-rw-r--r-- | app-sci/blas-atlas/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/blas-atlas/blas-atlas-3.6.0.ebuild | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/app-sci/blas-atlas/ChangeLog b/app-sci/blas-atlas/ChangeLog index fbce6dd752f1..f7a02487fbc3 100644 --- a/app-sci/blas-atlas/ChangeLog +++ b/app-sci/blas-atlas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/blas-atlas # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.8 2004/06/24 21:53:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.9 2004/06/25 01:32:07 george Exp $ + + 24 Jun 2004; George Shapovalov <george@gentoo.org> blas-atlas-3.6.0.ebuild : + ifc useflag got retained even though this ebuild does not support ifc (yet), cleaned up 18 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> blas-atlas-3.6.0.ebuild: @@ -9,9 +12,6 @@ 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> blas-atlas-3.6.0.ebuild: Marked stable on amd64. - 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> blas-atlas-3.6.0.ebuild: - Marked stable on amd64. - 12 May 2004; George Shapovalov <george@gentoo.org> blas-atlas-3.6.0.ebuild : added the fix for g77 issue. Moved atlas3.6.0-shared-libs.patch.bz2 to the mirrors to avoid duplication (the same one is used by lapack-atlas), plus it is 5k in size, which is diff --git a/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild b/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild index b77d49105d2a..dbca4ba0039f 100644 --- a/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild +++ b/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.7 2004/06/24 21:53:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.8 2004/06/25 01:32:07 george Exp $ inherit eutils @@ -25,8 +25,7 @@ PROVIDE="virtual/blas" S=${WORKDIR}/ATLAS pkg_setup() { - use ifc || if [ -z `which g77` ]; then - #if ifc is defined then the dep was already checked + if [ -z `which g77` ]; then eerror "No fortran compiler found on the system!" eerror "Please add f77 to your USE flags and reemerge gcc!" die |