diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-17 18:22:29 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-17 18:22:29 +0000 |
commit | 87fa2c61d0490f122d910f05500f30b24c628e85 (patch) | |
tree | d30ef24b4556d50e51d6c9c4f9be28714b8c4d56 /sci-libs/blas-atlas | |
parent | Change einfo uses that should get read to elog. (diff) | |
download | gentoo-2-87fa2c61d0490f122d910f05500f30b24c628e85.tar.gz gentoo-2-87fa2c61d0490f122d910f05500f30b24c628e85.tar.bz2 gentoo-2-87fa2c61d0490f122d910f05500f30b24c628e85.zip |
Note that configuration now uses eselect rather than blas-config.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'sci-libs/blas-atlas')
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index 38e0e9c93d57..e5b303a63ef1 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/blas-atlas # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.29 2006/08/17 18:21:03 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.30 2006/08/17 18:22:29 dberkholz Exp $ + + 17 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; + blas-atlas-3.6.0-r2.ebuild, blas-atlas-3.7.11-r1.ebuild: + Note that configuration now uses eselect rather than blas-config. 17 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; blas-atlas-3.6.0-r2.ebuild, blas-atlas-3.7.11-r1.ebuild: diff --git a/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild b/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild index d1df80797620..7901075df308 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.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/blas-atlas/blas-atlas-3.6.0-r2.ebuild,v 1.2 2006/08/17 18:21:03 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild,v 1.3 2006/08/17 18:22:29 dberkholz Exp $ inherit eutils toolchain-funcs @@ -178,4 +178,6 @@ pkg_postinst() { elog "link using -lcblas" elog elog "If using threaded ATLAS, you may also need to link with -lpthread." + elog + elog "Configuration now uses eselect rather than blas-config." } diff --git a/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild b/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild index 37d5bd82b1dc..db2fca210b0b 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.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/blas-atlas/blas-atlas-3.7.11-r1.ebuild,v 1.4 2006/08/17 18:21:03 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild,v 1.5 2006/08/17 18:22:29 dberkholz Exp $ inherit eutils toolchain-funcs fortran @@ -199,4 +199,6 @@ pkg_postinst() { elog "link using -lcblas" elog elog "If using threaded ATLAS, you may also need to link with -lpthread." + elog + elog "Configuration now uses eselect rather than blas-config." } |