diff options
author | George Shapovalov <george@gentoo.org> | 2004-04-23 15:32:30 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2004-04-23 15:32:30 +0000 |
commit | 47be0a76f28e6341229635d045d40bd890a1fcb1 (patch) | |
tree | c30555d2849c7949a5349c0ac47afa3ffd8ce23c /app-sci/blas-reference | |
parent | Adding 1.7_rc1 (Manifest recommit) (diff) | |
download | gentoo-2-47be0a76f28e6341229635d045d40bd890a1fcb1.tar.gz gentoo-2-47be0a76f28e6341229635d045d40bd890a1fcb1.tar.bz2 gentoo-2-47be0a76f28e6341229635d045d40bd890a1fcb1.zip |
updated ebuild and Makefile to work with new libtool
Diffstat (limited to 'app-sci/blas-reference')
-rw-r--r-- | app-sci/blas-reference/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/blas-reference/blas-reference-19940131.ebuild | 11 | ||||
-rw-r--r-- | app-sci/blas-reference/files/Makefile.bz2 | bin | 1027 -> 0 bytes | |||
-rw-r--r-- | app-sci/blas-reference/files/Makefile.gz | bin | 0 -> 986 bytes |
4 files changed, 12 insertions, 5 deletions
diff --git a/app-sci/blas-reference/ChangeLog b/app-sci/blas-reference/ChangeLog index 536b22f840e5..3c5f08c3f1b6 100644 --- a/app-sci/blas-reference/ChangeLog +++ b/app-sci/blas-reference/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/blas-reference # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-reference/ChangeLog,v 1.3 2004/03/19 08:59:43 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-reference/ChangeLog,v 1.4 2004/04/23 15:32:30 george Exp $ + + 23 Apr 2004; George Shapovalov <george@gentoo.org> blas-reference-19940131.ebuild, files/Makefile.gz : + updated the Makefile to work with new libtool (added --tag=F77 in a few places), + also recompressed it with gzip (works better for small files) 01 Feb 2004; George Shapovalov <george@gentoo.org> blas-reference-19940131.ebuild, files/* : as per discussion in #30453 renaming (plain) blas to blas-reference. diff --git a/app-sci/blas-reference/blas-reference-19940131.ebuild b/app-sci/blas-reference/blas-reference-19940131.ebuild index ae2239bddf2c..ae788c5b5c55 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.1 2004/02/02 03:13:05 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-reference/blas-reference-19940131.ebuild,v 1.2 2004/04/23 15:32:30 george Exp $ Name="blas" DESCRIPTION="FORTRAN reference implementation of the BLAS (linear algebra lib)" @@ -40,11 +40,14 @@ ifc_info() { fi } -src_compile() { +src_unpack() { + unpack ${A} cd ${S} - cp ${FILESDIR}/Makefile.bz2 . - bunzip2 Makefile.bz2 + cp ${FILESDIR}/Makefile.gz . + gunzip Makefile.gz +} +src_compile() { # Profile information will be installed in TOP_PATH: TOP_PATH=${DESTTREE}/lib/blas # Libraries will be installed in RPATH: diff --git a/app-sci/blas-reference/files/Makefile.bz2 b/app-sci/blas-reference/files/Makefile.bz2 Binary files differdeleted file mode 100644 index f245ae4d8807..000000000000 --- a/app-sci/blas-reference/files/Makefile.bz2 +++ /dev/null diff --git a/app-sci/blas-reference/files/Makefile.gz b/app-sci/blas-reference/files/Makefile.gz Binary files differnew file mode 100644 index 000000000000..24da9f337be1 --- /dev/null +++ b/app-sci/blas-reference/files/Makefile.gz |