diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 13:53:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 13:53:38 +0000 |
commit | 22884bc339c160e5f0785e60dafca1d201512ad1 (patch) | |
tree | adbee250bb0ec399629512a84b2885b5173eabc3 /app-sci/blas-reference/blas-reference-19940131.ebuild | |
parent | Added patches for the CAN-2004-0181, CAN-2004-0394, and CAN-2004-0427 vulnera... (diff) | |
download | gentoo-2-22884bc339c160e5f0785e60dafca1d201512ad1.tar.gz gentoo-2-22884bc339c160e5f0785e60dafca1d201512ad1.tar.bz2 gentoo-2-22884bc339c160e5f0785e60dafca1d201512ad1.zip |
Fix use invocation
Diffstat (limited to 'app-sci/blas-reference/blas-reference-19940131.ebuild')
-rw-r--r-- | app-sci/blas-reference/blas-reference-19940131.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/blas-reference/blas-reference-19940131.ebuild b/app-sci/blas-reference/blas-reference-19940131.ebuild index a0221175946e..2d1f70ad02f7 100644 --- a/app-sci/blas-reference/blas-reference-19940131.ebuild +++ b/app-sci/blas-reference/blas-reference-19940131.ebuild @@ -1,6 +1,6 @@ # 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-reference/blas-reference-19940131.ebuild,v 1.4 2004/05/17 00:30:02 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-reference/blas-reference-19940131.ebuild,v 1.5 2004/06/02 13:52:37 agriffis Exp $ Name="blas" DESCRIPTION="FORTRAN reference implementation of the BLAS (linear algebra lib)" @@ -62,7 +62,7 @@ src_compile() { # Libraries will be installed in RPATH: RPATH=${TOP_PATH}/reference - if [ "`use ifc`" ] + if use ifc then ifc_info make static FC="ifc" FFLAGS="${IFCFLAGS}" @@ -79,7 +79,7 @@ src_compile() { } src_install() { - if [ "`use ifc`" ] + if use ifc then strip --strip-unneeded libblas.so.0.0.0 strip --strip-debug libblas.a |