From cf9e2da3052011597222c186e74fdbd858ad3387 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Wed, 14 Jan 2009 19:14:03 +0000 Subject: Now pkg-config files link to the atlas dirs Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.25-gentoo-r7 x86_64 --- sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild') diff --git a/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild b/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild index b8b0f474bc54..4f7b8b2e0936 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild +++ b/sci-libs/blas-atlas/blas-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/blas-atlas/blas-atlas-3.9.3.ebuild,v 1.3 2008/08/29 00:35:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild,v 1.4 2009/01/14 19:11:06 bicatali Exp $ inherit eutils toolchain-funcs fortran multilib @@ -155,7 +155,7 @@ src_install () { cp "${FILESDIR}"/blas.pc.in blas.pc cp "${FILESDIR}"/cblas.pc.in cblas.pc sed -i \ - -e "s:@LIBDIR@:$(get_libdir):" \ + -e "s:@LIBDIR@:$(get_libdir)/blas/atlas:" \ -e "s:@PV@:${PV}:" \ -e "s:@EXTLIBS@:${extlibs}:g" \ -e "s:@THREADLIBS@:${threadlibs}:g" \ @@ -177,7 +177,7 @@ src_install () { cp "${FILESDIR}"/cblas.pc.in cblas.pc threadlibs="-lpthread" sed -i \ - -e "s:@LIBDIR@:$(get_libdir):" \ + -e "s:@LIBDIR@:$(get_libdir)/blas/threaded-atlas:" \ -e "s:@PV@:${PV}:" \ -e "s:@EXTLIBS@:${extlibs}:g" \ -e "s:@THREADLIBS@:${threadlibs}:g" \ -- cgit v1.2.3-65-gdbad