diff options
author | 2006-08-17 18:25:12 +0000 | |
---|---|---|
committer | 2006-08-17 18:25:12 +0000 | |
commit | 641729cfe9026398cbbeefc6e7b956ab395b1337 (patch) | |
tree | 2c901da6b10473b8b1fa34e78696c5d8caab2468 /sci-libs | |
parent | Stable on amd64 (diff) | |
download | historical-641729cfe9026398cbbeefc6e7b956ab395b1337.tar.gz historical-641729cfe9026398cbbeefc6e7b956ab395b1337.tar.bz2 historical-641729cfe9026398cbbeefc6e7b956ab395b1337.zip |
Change einfo uses that should get read to elog.
Package-Manager: portage-2.1.1_pre4-r4
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild | 16 | ||||
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild | 16 | ||||
-rw-r--r-- | sci-libs/lapack-atlas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/lapack-atlas/lapack-atlas-3.6.0-r2.ebuild | 42 | ||||
-rw-r--r-- | sci-libs/lapack-atlas/lapack-atlas-3.7.11-r1.ebuild | 42 |
6 files changed, 68 insertions, 60 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index 99d2358fff97..38e0e9c93d57 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.28 2006/08/04 13:31:40 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.29 2006/08/17 18:21:03 dberkholz Exp $ + + 17 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; + blas-atlas-3.6.0-r2.ebuild, blas-atlas-3.7.11-r1.ebuild: + Change einfo uses that should get read to elog. 04 Aug 2006; Markus Dittrich <markusle@gentoo.org> blas-atlas-3.7.11.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 2009dee6b430..d1df80797620 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.1 2006/07/03 08:04:29 spyderous Exp $ +# $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 $ inherit eutils toolchain-funcs @@ -171,11 +171,11 @@ pkg_postinst() { eselect cblas set ${THREADED}atlas fi - einfo - einfo "Fortran users link using -lblas" - einfo - einfo "C users compile against the header ${ROOT}usr/include/atlas/cblas.h and" - einfo "link using -lcblas" - einfo - einfo "If using threaded ATLAS, you may also need to link with -lpthread." + elog + elog "Fortran users link using -lblas" + elog + elog "C users compile against the header ${ROOT}usr/include/atlas/cblas.h and" + elog "link using -lcblas" + elog + elog "If using threaded ATLAS, you may also need to link with -lpthread." } 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 1b4310e644db..37d5bd82b1dc 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.3 2006/08/04 13:31:40 markusle Exp $ +# $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 $ inherit eutils toolchain-funcs fortran @@ -192,11 +192,11 @@ pkg_postinst() { eselect cblas set ${THREADED}atlas fi - einfo - einfo "Fortran users link using -lblas" - einfo - einfo "C users compile against the header ${ROOT}usr/include/atlas/cblas.h and" - einfo "link using -lcblas" - einfo - einfo "If using threaded ATLAS, you may also need to link with -lpthread." + elog + elog "Fortran users link using -lblas" + elog + elog "C users compile against the header ${ROOT}usr/include/atlas/cblas.h and" + elog "link using -lcblas" + elog + elog "If using threaded ATLAS, you may also need to link with -lpthread." } diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog index 8e9d05bf0d29..17571f8eae7e 100644 --- a/sci-libs/lapack-atlas/ChangeLog +++ b/sci-libs/lapack-atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/lapack-atlas # Copyright 2004-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.17 2006/08/17 00:45:07 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.18 2006/08/17 18:25:12 dberkholz Exp $ + + 17 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; + lapack-atlas-3.6.0-r2.ebuild, lapack-atlas-3.7.11-r1.ebuild: + Change einfo uses that should get read to elog. 16 Aug 2006; Markus Dittrich <markusle@gentoo.org> lapack-atlas-3.6.0.ebuild, lapack-atlas-3.6.0-r1.ebuild, lapack-atlas-3.6.0-r2.ebuild: diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.6.0-r2.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.6.0-r2.ebuild index 2676465811ef..b442e228ce1a 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.6.0-r2.ebuild +++ b/sci-libs/lapack-atlas/lapack-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/lapack-atlas/lapack-atlas-3.6.0-r2.ebuild,v 1.2 2006/08/17 00:45:07 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.6.0-r2.ebuild,v 1.3 2006/08/17 18:25:12 dberkholz Exp $ inherit eutils flag-o-matic toolchain-funcs fortran @@ -42,19 +42,19 @@ RPATH="${TOP_PATH}/atlas" ifc_info() { if [ -z "${IFCFLAGS}" ] then - einfo - einfo "You may want to set some ifc optimization flags by running this" - einfo "ebuild as, for example:" - einfo - einfo "IFCFLAGS=\"-O3 -tpp7 -xW\" emerge lapack-atlas" - einfo "(Pentium 4 exclusive optimizations)." - einfo - einfo "ifc defaults to -O2, with code tuned for Pentium 4, but that" - einfo "will run on any processor." - einfo - einfo "Beware that ifc's -O3 is very aggressive, sometimes resulting in" - einfo "significantly worse performance." - einfo + elog + elog "You may want to set some ifc optimization flags by running this" + elog "ebuild as, for example:" + elog + elog "IFCFLAGS=\"-O3 -tpp7 -xW\" emerge lapack-atlas" + elog "(Pentium 4 exclusive optimizations)." + elog + elog "ifc defaults to -O2, with code tuned for Pentium 4, but that" + elog "will run on any processor." + elog + elog "Beware that ifc's -O3 is very aggressive, sometimes resulting in" + elog "significantly worse performance." + elog fi } @@ -179,11 +179,11 @@ pkg_postinst() { eselect lapack set atlas fi - einfo - einfo "To link with ATLAS LAPACK from C or Fortran, simply use:" - einfo - einfo "-llapack" - einfo - einfo "C users: your header is /usr/include/atlas/clapack.h" - einfo + elog + elog "To link with ATLAS LAPACK from C or Fortran, simply use:" + elog + elog "-llapack" + elog + elog "C users: your header is /usr/include/atlas/clapack.h" + elog } diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.7.11-r1.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.7.11-r1.ebuild index 9dd5f378eff0..802632800c5c 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.7.11-r1.ebuild +++ b/sci-libs/lapack-atlas/lapack-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/lapack-atlas/lapack-atlas-3.7.11-r1.ebuild,v 1.3 2006/08/04 13:37:50 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.7.11-r1.ebuild,v 1.4 2006/08/17 18:25:12 dberkholz Exp $ inherit eutils flag-o-matic toolchain-funcs fortran @@ -42,19 +42,19 @@ RPATH="${TOP_PATH}/atlas" ifc_info() { if [ -z "${IFCFLAGS}" ] then - einfo - einfo "You may want to set some ifc optimization flags by running this" - einfo "ebuild as, for example:" - einfo - einfo "IFCFLAGS=\"-O3 -tpp7 -xW\" emerge lapack-atlas" - einfo "(Pentium 4 exclusive optimizations)." - einfo - einfo "ifc defaults to -O2, with code tuned for Pentium 4, but that" - einfo "will run on any processor." - einfo - einfo "Beware that ifc's -O3 is very aggressive, sometimes resulting in" - einfo "significantly worse performance." - einfo + elog + elog "You may want to set some ifc optimization flags by running this" + elog "ebuild as, for example:" + elog + elog "IFCFLAGS=\"-O3 -tpp7 -xW\" emerge lapack-atlas" + elog "(Pentium 4 exclusive optimizations)." + elog + elog "ifc defaults to -O2, with code tuned for Pentium 4, but that" + elog "will run on any processor." + elog + elog "Beware that ifc's -O3 is very aggressive, sometimes resulting in" + elog "significantly worse performance." + elog fi } @@ -218,11 +218,11 @@ pkg_postinst() { eselect lapack set atlas fi - einfo - einfo "To link with ATLAS LAPACK from C or Fortran, simply use:" - einfo - einfo "-llapack" - einfo - einfo "C users: your header is /usr/include/atlas/clapack.h" - einfo + elog + elog "To link with ATLAS LAPACK from C or Fortran, simply use:" + elog + elog "-llapack" + elog + elog "C users: your header is /usr/include/atlas/clapack.h" + elog } |