diff options
author | 2004-08-30 16:03:33 +0000 | |
---|---|---|
committer | 2004-08-30 16:03:33 +0000 | |
commit | 56bb729153f25d54b2d15a34a993e469f44bb403 (patch) | |
tree | abd2c03f015c8eae20c8cb33c56549b3755ce14b | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | historical-56bb729153f25d54b2d15a34a993e469f44bb403.tar.gz historical-56bb729153f25d54b2d15a34a993e469f44bb403.tar.bz2 historical-56bb729153f25d54b2d15a34a993e469f44bb403.zip |
Unconditionally use -fPIC for libs (#55238).
-rw-r--r-- | app-sci/blas/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/blas/Manifest | 4 | ||||
-rw-r--r-- | app-sci/blas/blas-19980702-r2.ebuild | 25 | ||||
-rw-r--r-- | app-sci/blas/files/digest-blas-19980702-r2 | 1 |
4 files changed, 35 insertions, 2 deletions
diff --git a/app-sci/blas/ChangeLog b/app-sci/blas/ChangeLog index 51c506fc933c..cc54530a23a9 100644 --- a/app-sci/blas/ChangeLog +++ b/app-sci/blas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/blas # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/ChangeLog,v 1.11 2004/07/01 19:38:47 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/ChangeLog,v 1.12 2004/08/30 16:03:33 gmsoft Exp $ + +*blas-19980702-r2 (30 Aug 2004) + + 30 Aug 2004; Guy Martin <gmsoft@gentoo.org> +blas-19980702-r2.ebuild: + Unconditionally use -fPIC for libs (#55238). 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> blas-19980702-r1.ebuild, blas-19980702.ebuild: diff --git a/app-sci/blas/Manifest b/app-sci/blas/Manifest index a41a20e0a849..8763d177c737 100644 --- a/app-sci/blas/Manifest +++ b/app-sci/blas/Manifest @@ -1,7 +1,9 @@ -MD5 9719b7cc493dd89b4c4be9553bf1e0df ChangeLog 1477 +MD5 6c32b2d6d65a3498de38b5b16cbd75dc ChangeLog 1626 MD5 61dde15adc05e44951ebf5923a0b667e blas-19980702-r1.ebuild 668 MD5 199c8290c6ccf74483bff1b52853425b blas-19980702.ebuild 590 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 f6d84f18d7d2e083573c9926526bae2e blas-19980702-r2.ebuild 597 MD5 1061bd61ecbed7462c7a8e8df335561c files/Makefile 1559 MD5 ba7949ab229d3b52516732fc47caebeb files/digest-blas-19980702 52 MD5 ba7949ab229d3b52516732fc47caebeb files/digest-blas-19980702-r1 52 +MD5 ba7949ab229d3b52516732fc47caebeb files/digest-blas-19980702-r2 52 diff --git a/app-sci/blas/blas-19980702-r2.ebuild b/app-sci/blas/blas-19980702-r2.ebuild new file mode 100644 index 000000000000..a227e9af7a51 --- /dev/null +++ b/app-sci/blas/blas-19980702-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/blas-19980702-r2.ebuild,v 1.1 2004/08/30 16:03:33 gmsoft 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="~x86 ~amd64 ~s390 ~ppc" + +DEPEND="virtual/libc" + +S=${WORKDIR} + +src_compile() { + cp ${FILESDIR}/Makefile ./ + FC="g77" FFLAGS="${CFLAGS} -fPIC" make static +} + +src_install() { + dolib.a libblas.a +} diff --git a/app-sci/blas/files/digest-blas-19980702-r2 b/app-sci/blas/files/digest-blas-19980702-r2 new file mode 100644 index 000000000000..41ce05f23e36 --- /dev/null +++ b/app-sci/blas/files/digest-blas-19980702-r2 @@ -0,0 +1 @@ +MD5 5811e4b3dffa7a10956abf923cec1bd4 blas.tgz 94981 |