Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146448 | Differences between
and this patch

Collapse All | Expand All

(-)blas-19980702-r2.ebuild (-3 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas/blas-19980702-r2.ebuild,v 1.4 2005/09/10 08:47:21 pbienst Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas/blas-19980702-r2.ebuild,v 1.4 2005/09/10 08:47:21 pbienst Exp $
4
4
5
inherit fortran
5
inherit toolchain-funcs fortran
6
6
7
DESCRIPTION="Basic Linear Algebra Subprograms"
7
DESCRIPTION="Basic Linear Algebra Subprograms"
8
HOMEPAGE="http://www.netlib.org/blas/"
8
HOMEPAGE="http://www.netlib.org/blas/"
Lines 16-26 Link Here
16
DEPEND="virtual/libc"
16
DEPEND="virtual/libc"
17
17
18
S=${WORKDIR}
18
S=${WORKDIR}
19
FORTRAN="g77"
20
19
21
src_compile() {
20
src_compile() {
22
	cp ${FILESDIR}/Makefile ./
21
	cp ${FILESDIR}/Makefile ./
23
	FC="g77" FFLAGS="${CFLAGS} -fPIC" make static
22
	FC=$(tc-getCC) FFLAGS="${CFLAGS} -fPIC" make static
24
}
23
}
25
24
26
src_install() {
25
src_install() {

Return to bug 146448