diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-18 20:39:28 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-18 20:39:28 +0000 |
commit | ce77d6935e87fe85925a0a11c828c7db0e0379e4 (patch) | |
tree | 3726663d045fe6b7f56a5664526a7977f1be919b /sci-libs/scotch/scotch-6.0.0.ebuild | |
parent | Fix sed to allow complex pkg-config lines from mkl, thanks weihan3@illinois.e... (diff) | |
download | historical-ce77d6935e87fe85925a0a11c828c7db0e0379e4.tar.gz historical-ce77d6935e87fe85925a0a11c828c7db0e0379e4.tar.bz2 historical-ce77d6935e87fe85925a0a11c828c7db0e0379e4.zip |
Fixed possible underlinking, bug #502588
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x13CB1360
Diffstat (limited to 'sci-libs/scotch/scotch-6.0.0.ebuild')
-rw-r--r-- | sci-libs/scotch/scotch-6.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/scotch/scotch-6.0.0.ebuild b/sci-libs/scotch/scotch-6.0.0.ebuild index c6212c9b930b..dee85554dab0 100644 --- a/sci-libs/scotch/scotch-6.0.0.ebuild +++ b/sci-libs/scotch/scotch-6.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/scotch-6.0.0.ebuild,v 1.6 2014/02/26 22:38:30 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/scotch-6.0.0.ebuild,v 1.7 2014/03/18 20:39:01 bicatali Exp $ EAPI=5 @@ -74,7 +74,7 @@ src_compile() { emake -C src CLIBFLAGS=-fPIC scotch esmumps static_to_shared lib/libscotcherr.a static_to_shared lib/libscotcherrexit.a - static_to_shared lib/libscotch.a -Llib -lz -lm -lrt -lscotcherr + static_to_shared lib/libscotch.a -Llib -lz -lm -lrt -lpthread -lscotcherr static_to_shared lib/libesmumps.a -Llib -lscotch static_to_shared lib/libscotchmetis.a -Llib -lscotch |