1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2006 Gentoo Foundation |
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-reference/Attic/blas-reference-19940131-r2.ebuild,v 1.2 2005/11/13 16:54:03 markusle Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/Attic/blas-reference-19940131-r2.ebuild,v 1.3 2006/01/29 16:22:30 blubb Exp $ |
4 | |
4 | |
5 | inherit eutils fortran |
5 | inherit eutils fortran |
6 | |
6 | |
7 | Name="blas" |
7 | Name="blas" |
8 | DESCRIPTION="FORTRAN reference implementation of the BLAS (linear algebra lib)" |
8 | DESCRIPTION="FORTRAN reference implementation of the BLAS (linear algebra lib)" |
… | |
… | |
45 | } |
45 | } |
46 | |
46 | |
47 | src_unpack() { |
47 | src_unpack() { |
48 | unpack ${A} |
48 | unpack ${A} |
49 | cd "${S}" |
49 | cd "${S}" |
50 | cp "${FILESDIR}"/Makefile.gz . |
50 | cp "${FILESDIR}"/Makefile . |
51 | gunzip Makefile.gz |
|
|
52 | } |
51 | } |
53 | |
52 | |
54 | src_compile() { |
53 | src_compile() { |
55 | # Profile information will be installed in TOP_PATH: |
54 | # Profile information will be installed in TOP_PATH: |
56 | TOP_PATH="${DESTTREE}"/lib/blas |
55 | TOP_PATH="${DESTTREE}"/lib/blas |