commit: 69f6a49d930bb7e2388c32e4e28c4ff3e2569b84
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 04:53:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 04:53:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f6a49d
sci-libs/hypre: adjust CC check for consistency
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/hypre/hypre-2.20.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/hypre/hypre-2.20.0.ebuild
b/sci-libs/hypre/hypre-2.20.0.ebuild
index 12b7b63fb7e..4fec2500afe 100644
--- a/sci-libs/hypre/hypre-2.20.0.ebuild
+++ b/sci-libs/hypre/hypre-2.20.0.ebuild
@@ -60,7 +60,7 @@ src_configure() {
tc-export CC CXX
append-flags -Dhypre_dgesvd=dgesvd_
- if use openmp && [[ $(tc-getCC)$ == *gcc* ]] ; then
+ if use openmp && [[ $(tc-getCC) == *gcc* ]] ; then
append-flags -fopenmp && append-ldflags -fopenmp
fi