summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2004-04-23 15:32:30 +0000
committerGeorge Shapovalov <george@gentoo.org>2004-04-23 15:32:30 +0000
commitb61104b337027b783d0e248655eabe4aac63cced (patch)
tree4a94997a93aa2df18775828b1f31118af60f8d9c /app-sci/blas-reference
parentAdding 1.7_rc1 (diff)
downloadhistorical-b61104b337027b783d0e248655eabe4aac63cced.tar.gz
historical-b61104b337027b783d0e248655eabe4aac63cced.tar.bz2
historical-b61104b337027b783d0e248655eabe4aac63cced.zip
updated ebuild and Makefile to work with new libtool
Diffstat (limited to 'app-sci/blas-reference')
-rw-r--r--app-sci/blas-reference/ChangeLog6
-rw-r--r--app-sci/blas-reference/Manifest6
-rw-r--r--app-sci/blas-reference/blas-reference-19940131.ebuild11
-rw-r--r--app-sci/blas-reference/files/Makefile.bz2bin1027 -> 0 bytes
-rw-r--r--app-sci/blas-reference/files/Makefile.gzbin0 -> 986 bytes
5 files changed, 15 insertions, 8 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/Manifest b/app-sci/blas-reference/Manifest
index 49481c7ebe39..a8c06fb1e516 100644
--- a/app-sci/blas-reference/Manifest
+++ b/app-sci/blas-reference/Manifest
@@ -1,6 +1,6 @@
-MD5 45fee8823b481b79f1528f8f8ea7116b blas-reference-19940131.ebuild 2215
-MD5 14d58374d3cfb97e7faca5a95b981c5b ChangeLog 1270
+MD5 cc5db706446671d9917ff69edc3b91cc blas-reference-19940131.ebuild 2242
+MD5 53fcde386ef6b216d5a4d71ebfe21f19 ChangeLog 1525
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
+MD5 d5cd617fba85f0c278240f7446ca52c8 files/Makefile.gz 986
MD5 2d7bae33a1553ed8eccbdb971a459ff2 files/f77-reference 396
-MD5 506dd7c8d76dd6213ad9e532346033b5 files/Makefile.bz2 1027
MD5 ba7949ab229d3b52516732fc47caebeb files/digest-blas-reference-19940131 52
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
deleted file mode 100644
index f245ae4d8807..000000000000
--- a/app-sci/blas-reference/files/Makefile.bz2
+++ /dev/null
Binary files differ
diff --git a/app-sci/blas-reference/files/Makefile.gz b/app-sci/blas-reference/files/Makefile.gz
new file mode 100644
index 000000000000..24da9f337be1
--- /dev/null
+++ b/app-sci/blas-reference/files/Makefile.gz
Binary files differ