|
|
# Copyright 1999-2006 Gentoo Foundation | # Copyright 1999-2006 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/lapack-reference-3.0-r4.ebuild,v 1.3 2006/09/11 16:44:57 fmccor Exp $ |
# $Header: $ |
| |
inherit autotools eutils fortran multilib | inherit autotools eutils fortran multilib |
| |
MyPN="${PN/-reference/}" |
MY_PN="${PN/-reference/-lite}" |
| |
DESCRIPTION="FORTRAN reference implementation of LAPACK Linear Algebra PACKage" | DESCRIPTION="FORTRAN reference implementation of LAPACK Linear Algebra PACKage" |
LICENSE="lapack" | LICENSE="lapack" |
HOMEPAGE="http://www.netlib.org/lapack/index.html" | HOMEPAGE="http://www.netlib.org/lapack/index.html" |
SRC_URI="http://www.netlib.org/lapack/${MyPN}.tgz |
SRC_URI="http://www.netlib.org/lapack/${MY_PN}-${PV}.tgz" |
mirror://gentoo/${MyPN}-20020531-20021004.patch.bz2" |
|
| |
SLOT="0" | SLOT="0" |
IUSE="" | IUSE="" |
|
|
| |
FORTRAN="g77 gfortran ifc" | FORTRAN="g77 gfortran ifc" |
| |
S="${WORKDIR}/LAPACK" |
S="${WORKDIR}/lapack-${PV}" |
| |
src_unpack() { | src_unpack() { |
unpack ${A} | unpack ${A} |
epatch "${DISTDIR}"/lapack-20020531-20021004.patch.bz2 |
|
epatch ${FILESDIR}/${P}-autotool.patch | epatch ${FILESDIR}/${P}-autotool.patch |
cd "${S}" | cd "${S}" |
eautoreconf | eautoreconf |