diff options
author | 2012-11-15 19:37:49 +0100 | |
---|---|---|
committer | 2012-11-15 19:37:49 +0100 | |
commit | 4aa30b80e37568a5c4dd376ca537769e18996e98 (patch) | |
tree | 5f47aae9eadeb73199e6fd26650b730d923b46d3 | |
parent | Fix underlinking (diff) | |
download | sci-4aa30b80e37568a5c4dd376ca537769e18996e98.tar.gz sci-4aa30b80e37568a5c4dd376ca537769e18996e98.tar.bz2 sci-4aa30b80e37568a5c4dd376ca537769e18996e98.zip |
sci-chemistry/simpson: Fix underlinking
Package-Manager: portage-2.2.0_alpha142
-rw-r--r-- | sci-chemistry/simpson/ChangeLog | 3 | ||||
-rw-r--r-- | sci-chemistry/simpson/files/3.1.0-gentoo.patch | 2 |
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 |