aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-chemistry/simpson/ChangeLog3
-rw-r--r--sci-chemistry/simpson/files/3.1.0-gentoo.patch2
2 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/simpson/ChangeLog b/sci-chemistry/simpson/ChangeLog
index 9f1dcc598..2032a1f78 100644
--- a/sci-chemistry/simpson/ChangeLog
+++ b/sci-chemistry/simpson/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 Nov 2012; Justin Lecher <jlec@gentoo.org> files/3.1.0-gentoo.patch:
+ Fix underlinking
+
30 May 2012; Justin Lecher <jlec@gentoo.org> files/3.1.2-gentoo.patch:
Correct blas to cblas for linking
diff --git a/sci-chemistry/simpson/files/3.1.0-gentoo.patch b/sci-chemistry/simpson/files/3.1.0-gentoo.patch
index f8133cb5f..3424cb9d7 100644
--- a/sci-chemistry/simpson/files/3.1.0-gentoo.patch
+++ b/sci-chemistry/simpson/files/3.1.0-gentoo.patch
@@ -13,7 +13,7 @@ index 7206ba5..832e76a 100644
-#LIBRARIES = -lm -llapack -lblas -ltcl8.4
-#BINDIR = /usr/local/bin
+INCLUDES = -I@GENTOO_PORTAGE_EPREFIX@/usr/include/
-+BLASLIBS = `pkg-config --libs blas lapack`
++BLASLIBS = `pkg-config --libs cblas lapack`
+LIBRARIES = -lm ${BLASLIBS} -ltcl
# Linux MPI