1 | # Copyright 1999-2006 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.3 2006/01/29 16:22:30 blubb Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/Attic/blas-reference-19940131-r2.ebuild,v 1.4 2006/05/15 06:41:19 spyderous 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)" |
… | |
… | |
10 | HOMEPAGE="http://www.netlib.org/blas/" |
10 | HOMEPAGE="http://www.netlib.org/blas/" |
11 | SRC_URI="http://www.netlib.org/blas/${Name}.tgz" |
11 | SRC_URI="http://www.netlib.org/blas/${Name}.tgz" |
12 | |
12 | |
13 | SLOT="0" |
13 | SLOT="0" |
14 | IUSE="ifc" |
14 | IUSE="ifc" |
15 | KEYWORDS="~x86 ~amd64" |
15 | KEYWORDS="~amd64 ~ppc ~x86" |
16 | |
16 | |
17 | DEPEND="sci-libs/blas-config |
17 | DEPEND="sci-libs/blas-config |
18 | >=sys-devel/libtool-1.5 |
18 | >=sys-devel/libtool-1.5 |
19 | ifc? ( dev-lang/ifc )" |
19 | ifc? ( dev-lang/ifc )" |
20 | |
20 | |