commit:     38fa02c8cc33f0dfc7dc8fe9788b583e9dd22d3b
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec  9 21:42:30 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Dec 11 18:55:04 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=38fa02c8

sci-physics/atompaw: fix linking to blas

Closes: https://bugs.gentoo.org/755818

Jan Macháček <Hloupy.Honza <AT> centrum.cz>
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-physics/atompaw/atompaw-4.0.0.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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}}"

Reply via email to