# ChangeLog for sci-libs/blas-atlas
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.54 2007/01/23 14:01:50 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.55 2007/03/13 00:24:34 kugelfang Exp $
+
+ 13 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> blas-atlas-3.6.0.ebuild,
+ blas-atlas-3.6.0-r1.ebuild, blas-atlas-3.6.0-r2.ebuild,
+ blas-atlas-3.7.11.ebuild, blas-atlas-3.7.11-r1.ebuild:
+ QA: which -> type -P
23 Jan 2007; Markus Dittrich <markusle@gentoo.org>
-blas-atlas-3.7.23.ebuild:
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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-r1.ebuild,v 1.11 2006/06/17 00:34:47 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild,v 1.12 2007/03/13 00:24:34 kugelfang Exp $
inherit eutils toolchain-funcs
S=${WORKDIR}/ATLAS
-# Libraries will be installed in ${RPATH}/atlas
+# Libraries will be installed in ${RPATH}/atlas
# and ${RPATH}/threaded-atlas:
RPATH="${DESTTREE}/lib/blas"
pkg_setup() {
- if [ -z `which g77` ]; then
+ if [[ -z `type -P g77` ]]; then
eerror "No fortran compiler found on the system!"
eerror "Please add fortran to your USE flags and reemerge gcc!"
die
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.3 2006/08/17 18:22:29 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild,v 1.4 2007/03/13 00:24:34 kugelfang Exp $
inherit eutils toolchain-funcs
S=${WORKDIR}/ATLAS
-# Libraries will be installed in ${RPATH}/atlas
+# Libraries will be installed in ${RPATH}/atlas
# and ${RPATH}/threaded-atlas:
RPATH="${DESTTREE}/lib/blas"
pkg_setup() {
- if [ -z `which g77` ]; then
+ if [[ -z `type -P g77` ]]; then
eerror "No fortran compiler found on the system!"
eerror "Please add fortran to your USE flags and reemerge gcc!"
die
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.ebuild,v 1.7 2006/01/28 15:32:30 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.8 2007/03/13 00:24:34 kugelfang Exp $
inherit eutils toolchain-funcs
S=${WORKDIR}/ATLAS
pkg_setup() {
- if [ -z `which g77` ]; then
+ if [[ -z `type -P g77` ]]; then
eerror "No fortran compiler found on the system!"
eerror "Please add fortran to your USE flags and reemerge gcc!"
die
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.7 2006/10/04 14:52:26 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild,v 1.8 2007/03/13 00:24:34 kugelfang Exp $
inherit eutils toolchain-funcs fortran
doins "${S}"/include/cblas.h "${S}"/include/atlas_misc.h
doins "${S}"/include/atlas_enum.h
- # These headers contain the architecture-specific
- # optimizations determined by ATLAS. The atlas-lapack build
+ # These headers contain the architecture-specific
+ # optimizations determined by ATLAS. The atlas-lapack build
# is much shorter if they are available, so save them:
doins "${S}/include/${ATLAS_ARCH}"/*.h
# Copyright 1999-2007 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.ebuild,v 1.17 2007/01/03 02:36:46 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild,v 1.18 2007/03/13 00:24:34 kugelfang Exp $
inherit eutils toolchain-funcs fortran
doins "${S}"/include/cblas.h "${S}"/include/atlas_misc.h
doins "${S}"/include/atlas_enum.h
- # These headers contain the architecture-specific
- # optimizations determined by ATLAS. The atlas-lapack build
+ # These headers contain the architecture-specific
+ # optimizations determined by ATLAS. The atlas-lapack build
# is much shorter if they are available, so save them:
doins "${S}/include/${ATLAS_ARCH}"/*.h
# ChangeLog for sci-libs/lapack-atlas
# Copyright 2004-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.38 2007/02/06 21:31:02 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.39 2007/03/13 00:27:07 kugelfang Exp $
+
+ 13 Mar 2007; Danny van Dyk <kugelfang@gentoo.org>
+ lapack-atlas-3.6.0.ebuild:
+ QA: which -> type -P
*lapack-atlas-3.7.24-r1 (06 Feb 2007)
# Copyright 1999-2007 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.ebuild,v 1.11 2007/01/23 13:57:22 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild,v 1.12 2007/03/13 00:27:07 kugelfang Exp $
inherit eutils flag-o-matic toolchain-funcs
# We need g77 to compile the LAPACK routines from ATLAS.
# `use ifc` only causes the non-ATLAS routines (from the
# reference set) to be built with ifc.
- if [ -z `which g77` ]; then
+ if [[ -z `type -P g77` ]]; then
eerror "g77 not found on the system!"
eerror "Please add fortran to your USE flags and reemerge gcc!"
die
# ChangeLog for sci-libs/lapack-reference
# Copyright 2004-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.17 2007/03/09 12:30:38 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.18 2007/03/13 00:29:07 kugelfang Exp $
+
+ 13 Mar 2007; Danny van Dyk <kugelfang@gentoo.org>
+ lapack-reference-3.0.ebuild:
+ QA: which -> type -P
*lapack-reference-3.1.1 (08 Mar 2007)
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/lapack-reference-3.0.ebuild,v 1.5 2007/01/23 13:46:09 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/lapack-reference-3.0.ebuild,v 1.6 2007/03/13 00:29:07 kugelfang Exp $
inherit eutils
pkg_setup() {
# This version of lapack *can* be build completely with ifc
use ifc || \
- if [ -z `which g77` ]; then
+ if [[ -z `type -P g77` ]]; then
eerror "g77 not found on the system!"
eerror "Please add fortran to your USE flags and reemerge gcc!"
die