summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-01-14 19:14:03 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-01-14 19:14:03 +0000
commit53dc724820942d434ade848242a75deeadde1b01 (patch)
tree18f643153b11f2717a0d4ca4108222892968e3dd /sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild
parentNow pkg-config files link to the atlas dirs (diff)
downloadgentoo-2-53dc724820942d434ade848242a75deeadde1b01.tar.gz
gentoo-2-53dc724820942d434ade848242a75deeadde1b01.tar.bz2
gentoo-2-53dc724820942d434ade848242a75deeadde1b01.zip
Now pkg-config files link to the atlas dirs
(Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild')
-rw-r--r--sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild
index b9206337aaf9..6a2ca484a128 100644
--- a/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild
+++ b/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild,v 1.3 2008/11/28 09:37:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.3.ebuild,v 1.4 2009/01/14 19:14:03 bicatali Exp $
inherit eutils flag-o-matic toolchain-funcs fortran autotools versionator
@@ -141,7 +141,7 @@ src_compile() {
|| die "Failed to create liblapack.la"
# making pkg-config file
- sed -e "s:@LIBDIR@:$(get_libdir):" \
+ sed -e "s:@LIBDIR@:$(get_libdir)/lapack/atlas:" \
-e "s:@PV@:${PV}:" \
-e "s:@EXTLIBS@:-lm ${flibs}:g" \
"${FILESDIR}"/lapack.pc.in > "${S}"/lapack.pc \