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 | 1065016585e4a43771efb7a73c4b1bc90349cf34 (patch) | |
tree | 2399c049c758f2a3705c42e16bb6322a693098c7 /app-sci | |
parent | (no commit message) (diff) | |
download | historical-1065016585e4a43771efb7a73c4b1bc90349cf34.tar.gz historical-1065016585e4a43771efb7a73c4b1bc90349cf34.tar.bz2 historical-1065016585e4a43771efb7a73c4b1bc90349cf34.zip |
ifc not yet supported by this version
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/blas-atlas/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/blas-atlas/Manifest | 4 | ||||
-rw-r--r-- | app-sci/blas-atlas/blas-atlas-3.6.0.ebuild | 7 |
3 files changed, 9 insertions, 10 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/Manifest b/app-sci/blas-atlas/Manifest index 282438c79e40..872c245c9933 100644 --- a/app-sci/blas-atlas/Manifest +++ b/app-sci/blas-atlas/Manifest @@ -1,5 +1,5 @@ -MD5 815f8f3586ecc3260f81771701529373 blas-atlas-3.6.0.ebuild 3128 -MD5 58319bc07dc46bcd0150b1d68bf47838 ChangeLog 1597 +MD5 c3b6eb1b4bc193461a9368023524327d blas-atlas-3.6.0.ebuild 3069 +MD5 21f46d1325b53a60881969403d1b393f ChangeLog 1661 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 13d26350d75e6993f1b3ec48ca97f14e files/war 545 MD5 d2c0eb312a847254d9ae8258445dfd86 files/c-ATLAS 409 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 |