aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2007-08-17 10:59:53 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2007-08-17 10:59:53 +0000
commitf9025ac14a6b978f62d983dfafcbd03bda0f1a3c (patch)
treeb40ec78d13b42189efc40061f5802061a60263e4 /sci-libs/cblas-reference/files
parentfixed *.pc.in to work on x86 (diff)
downloadsci-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/cblas-reference/files')
-rw-r--r--sci-libs/cblas-reference/files/cblas-reference-20030223-autotool.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cblas-reference/files/cblas-reference-20030223-autotool.patch b/sci-libs/cblas-reference/files/cblas-reference-20030223-autotool.patch
index d451bf9b8..268194aa4 100644
--- a/sci-libs/cblas-reference/files/cblas-reference-20030223-autotool.patch
+++ b/sci-libs/cblas-reference/files/cblas-reference-20030223-autotool.patch
@@ -43,7 +43,7 @@
+
+
--- cblas.pc.in 1970-01-01 01:00:00.000000000 +0100
-+++ cblas.pc.in 2007-08-14 17:17:22.000000000 +0100
++++ cblas.pc.in 2007-08-17 11:38:46.000000000 +0100
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
@@ -56,7 +56,7 @@
+Requires: blas
+URL: http://www.netlib.org/blas/
+Libs: -lcblas
-+Libs.private: -lm @FLIBS@
++Libs.private: @FLIBS@
+Cflags: -I${includedir}
--- src/Makefile.am 1970-01-01 01:00:00.000000000 +0100
+++ src/Makefile.am 2007-08-16 12:21:02.000000000 +0100