diff options
author | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2007-08-17 10:59:53 +0000 |
---|---|---|
committer | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2007-08-17 10:59:53 +0000 |
commit | f9025ac14a6b978f62d983dfafcbd03bda0f1a3c (patch) | |
tree | b40ec78d13b42189efc40061f5802061a60263e4 /sci-libs/blas-goto/files | |
parent | fixed *.pc.in to work on x86 (diff) | |
download | sci-f9025ac14a6b978f62d983dfafcbd03bda0f1a3c.tar.gz sci-f9025ac14a6b978f62d983dfafcbd03bda0f1a3c.tar.bz2 sci-f9025ac14a6b978f62d983dfafcbd03bda0f1a3c.zip |
blas/lapack pkg-config file update
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@693 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-libs/blas-goto/files')
-rw-r--r-- | sci-libs/blas-goto/files/blas.pc.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-libs/blas-goto/files/blas.pc.in b/sci-libs/blas-goto/files/blas.pc.in index fb802cfb0..81940962c 100644 --- a/sci-libs/blas-goto/files/blas.pc.in +++ b/sci-libs/blas-goto/files/blas.pc.in @@ -7,6 +7,4 @@ Name: blas Description: GOTO implementations of the F77 Basic Linear Algebra Subroutines Version: @PV@ URL: http://www.tacc.utexas.edu/resources/software/software.php -Libs: -L${libdir} -lblas -Libs.private: @EXTLIBS@ - +Libs: -L${libdir} -lblas @EXTLIBS@ |