aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-12-09 21:42:30 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-12-11 18:55:04 +0000
commit38fa02c8cc33f0dfc7dc8fe9788b583e9dd22d3b (patch)
treed2b199211aedecb0cf16696999e8174b3c571a0e /sci-physics
parentsci-biology/rtg-tools: install missing files (diff)
downloadsci-38fa02c8cc33f0dfc7dc8fe9788b583e9dd22d3b.tar.gz
sci-38fa02c8cc33f0dfc7dc8fe9788b583e9dd22d3b.tar.bz2
sci-38fa02c8cc33f0dfc7dc8fe9788b583e9dd22d3b.zip
sci-physics/atompaw: fix linking to blas
Closes: https://bugs.gentoo.org/755818 Jan Macháček <Hloupy.Honza@centrum.cz> Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/atompaw/Manifest4
-rw-r--r--sci-physics/atompaw/atompaw-4.0.0.14.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-physics/atompaw/Manifest b/sci-physics/atompaw/Manifest
index 0b5678f74..e62d30513 100644
--- a/sci-physics/atompaw/Manifest
+++ b/sci-physics/atompaw/Manifest
@@ -1,3 +1,3 @@
DIST atompaw-4.0.0.14.tar.gz 5616545 BLAKE2B ac929050cfe203be7f9dcc28ef355fac642ae18e64cf0146886abeee629381d389699a69528a1dbe2356a616e750b1707220b9273f7b52fb41b816561807a937 SHA512 2df089ffa5c76cfc9dddfc4a40ec4e347ef05e2f65c757cebde549be28e98ffcbcffbf528d36e6a11fad20cb26edda65694857d8a51e8433fe78596038c45c71
-DIST atompaw.pdf 334715 SHA256 10a70f0c31e4a0a06e31b2b922b938742daf8635c87b95f5a48609555d9397ed SHA512 287f521a10b144bf8c6f59f21a025a8b1e0f6a23d576abe347be8fd41f8577dec0febd289618384d6e7796f0f68bfb41672c9d6d7bf1658f245cff20463ffff7 WHIRLPOOL ae9280374777fd61751d60b4944f3d21aceb86d3b6f4879ced1c26200e33d8ebb08b99e81cffd562e43643274f83bd6d4263360d399acee7eefad3f36791606a
-DIST atompawEqns.pdf 198480 SHA256 181af33190b77b630c1fb94882d0cbc5f79281346f93c25ef4d645806f2c1dc6 SHA512 e0b7fcbce906ceda953e000378786d3b679b68a5dd3d1a53b8d41a61e80bfa5a83fa04a6b8945b274ffe351491bffe3bdd801937f1b838f90b21e462fb09b9e9 WHIRLPOOL 9ba9c90df0c368b935fce573a6be30c492819fda4245f10d217bff3576f82b21036aeee837c28e5b694220f2749a6cf7e26b797b2690624dbfbc3bb598cc2bdd
+DIST atompaw.pdf 334715 BLAKE2B 80005a0a6808a645ea975cdb7289d5438c6347eaec227f56c1e4f39833b8de931eaef8cac9d55d3f819bcd473bd24178a9a8597b4ba8173ef1925e710cbc43df SHA512 287f521a10b144bf8c6f59f21a025a8b1e0f6a23d576abe347be8fd41f8577dec0febd289618384d6e7796f0f68bfb41672c9d6d7bf1658f245cff20463ffff7
+DIST atompawEqns.pdf 198480 BLAKE2B fe4ad827ae1cc34724c9fdab5785521f231f6ba0b0ea3066c4a1fc403bcdf87463ebf3315c653088c701de5f0e5542187d4284a874627f2e99456757e04f12ed SHA512 e0b7fcbce906ceda953e000378786d3b679b68a5dd3d1a53b8d41a61e80bfa5a83fa04a6b8945b274ffe351491bffe3bdd801937f1b838f90b21e462fb09b9e9
diff --git a/sci-physics/atompaw/atompaw-4.0.0.14.ebuild b/sci-physics/atompaw/atompaw-4.0.0.14.ebuild
index 1c272ace6..a1129718a 100644
--- a/sci-physics/atompaw/atompaw-4.0.0.14.ebuild
+++ b/sci-physics/atompaw/atompaw-4.0.0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -44,7 +44,7 @@ src_configure() {
local myeconfargs=(
$(use_enable libxc)
--with-linalg-flavor=atlas
- --with-linalg-libs="$($(tc-getPKG_CONFIG) --libs lapack)"
+ --with-linalg-libs="$($(tc-getPKG_CONFIG) --libs blas lapack)"
--with-libxc-incs="-I/usr/include $($(tc-getPKG_CONFIG) --cflags libxc)"
--with-libxc-libs="$($(tc-getPKG_CONFIG) --libs libxc)"
FC="$(tc-getFC)" FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}}"