diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-08-30 16:03:33 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-08-30 16:03:33 +0000 |
commit | f088936123ca050bff91e05b02fdf055ec0bf652 (patch) | |
tree | d7d467017609b0bfeb87696d0166089d5ad133e8 /app-sci | |
parent | Added to ~ppc (Manifest recommit) (Manifest recommit) (diff) | |
download | gentoo-2-f088936123ca050bff91e05b02fdf055ec0bf652.tar.gz gentoo-2-f088936123ca050bff91e05b02fdf055ec0bf652.tar.bz2 gentoo-2-f088936123ca050bff91e05b02fdf055ec0bf652.zip |
Unconditionally use -fPIC for libs (#55238).
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/blas/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/blas/Manifest | 2 | ||||
-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, 34 insertions, 1 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..e82776c7fc6b 100644 --- a/app-sci/blas/Manifest +++ b/app-sci/blas/Manifest @@ -2,6 +2,8 @@ MD5 9719b7cc493dd89b4c4be9553bf1e0df ChangeLog 1477 MD5 61dde15adc05e44951ebf5923a0b667e blas-19980702-r1.ebuild 668 MD5 199c8290c6ccf74483bff1b52853425b blas-19980702.ebuild 590 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 ba4906024d3170848fb833a03c8a0936 blas-19980702-r2.ebuild 599 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 |