diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-04-21 20:43:01 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-04-21 20:43:01 +0000 |
commit | be560750561b4133ac7ac5d76f4c3defaba9e28e (patch) | |
tree | 856c1627a3b704da6b505579cb2bca589dbda231 /app-sci | |
parent | -ldb-1 -> -ldb1 (diff) | |
download | historical-be560750561b4133ac7ac5d76f4c3defaba9e28e.tar.gz historical-be560750561b4133ac7ac5d76f4c3defaba9e28e.tar.bz2 historical-be560750561b4133ac7ac5d76f4c3defaba9e28e.zip |
One step to fix BUG #47629. Version bump to 19980702-r1.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/blas/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/blas/Manifest | 4 | ||||
-rw-r--r-- | app-sci/blas/blas-19980702-r1.ebuild | 27 | ||||
-rw-r--r-- | app-sci/blas/files/digest-blas-19980702-r1 | 1 |
4 files changed, 37 insertions, 2 deletions
diff --git a/app-sci/blas/ChangeLog b/app-sci/blas/ChangeLog index 146175cac4dd..2f44c85ba717 100644 --- a/app-sci/blas/ChangeLog +++ b/app-sci/blas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/blas # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/ChangeLog,v 1.6 2004/04/19 09:31:46 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/ChangeLog,v 1.7 2004/04/21 20:43:01 kugelfang Exp $ + +*blas-19980702-r1 (21 Apr 2004) + + 21 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> +blas-19980702-r1.ebuild: + Version bump to make /usr/lib/libblas.a linkable on amd64. 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> blas-19980702.ebuild: Adding IUSE diff --git a/app-sci/blas/Manifest b/app-sci/blas/Manifest index b43718e2b5fe..0fdec750d1e2 100644 --- a/app-sci/blas/Manifest +++ b/app-sci/blas/Manifest @@ -1,5 +1,7 @@ +MD5 44e6f0da66907d02df28da10734e4b64 ChangeLog 1260 MD5 a8c1cfad5776965c4a5ca098371ef253 blas-19980702.ebuild 592 -MD5 3524797218e31fe78ff82f99caaedfa0 ChangeLog 1086 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 db638f98d4292e191da2330629211b87 blas-19980702-r1.ebuild 677 MD5 1061bd61ecbed7462c7a8e8df335561c files/Makefile 1559 MD5 ba7949ab229d3b52516732fc47caebeb files/digest-blas-19980702 52 +MD5 ba7949ab229d3b52516732fc47caebeb files/digest-blas-19980702-r1 52 diff --git a/app-sci/blas/blas-19980702-r1.ebuild b/app-sci/blas/blas-19980702-r1.ebuild new file mode 100644 index 000000000000..3aa860a7ce4b --- /dev/null +++ b/app-sci/blas/blas-19980702-r1.ebuild @@ -0,0 +1,27 @@ +# 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/blas-19980702-r1.ebuild,v 1.1 2004/04/21 20:43:01 kugelfang Exp $ + +DESCRIPTION="Basic Linear Algebra Subprograms" +HOMEPAGE="http://www.netlib.org/blas/" +SRC_URI="http://www.netlib.org/blas/${PN}.tgz" + +LICENSE="public-domain" +IUSE="" +SLOT="0" +KEYWORDS="-* amd64" + +DEPEND="virtual/glibc" + +S=${WORKDIR} + +src_compile() { + cp ${FILESDIR}/Makefile ./ + # ncessary on amd64 to make libblas.a linkable + use amd64 && CFLAGS="${CFLAGS} -fPIC" + FC="g77" FFLAGS="${CFLAGS}" make static +} + +src_install() { + dolib.a libblas.a +} diff --git a/app-sci/blas/files/digest-blas-19980702-r1 b/app-sci/blas/files/digest-blas-19980702-r1 new file mode 100644 index 000000000000..41ce05f23e36 --- /dev/null +++ b/app-sci/blas/files/digest-blas-19980702-r1 @@ -0,0 +1 @@ +MD5 5811e4b3dffa7a10956abf923cec1bd4 blas.tgz 94981 |