diff options
author | Sam James <sam@gentoo.org> | 2021-03-27 04:53:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-27 04:53:44 +0000 |
commit | 69f6a49d930bb7e2388c32e4e28c4ff3e2569b84 (patch) | |
tree | c21719d923f5bc10206a585f0ef69c9991613867 /sci-libs | |
parent | app-admin/sysstat: bump to 12.5.3 (diff) | |
download | gentoo-69f6a49d930bb7e2388c32e4e28c4ff3e2569b84.tar.gz gentoo-69f6a49d930bb7e2388c32e4e28c4ff3e2569b84.tar.bz2 gentoo-69f6a49d930bb7e2388c32e4e28c4ff3e2569b84.zip |
sci-libs/hypre: adjust CC check for consistency
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/hypre/hypre-2.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/hypre/hypre-2.20.0.ebuild b/sci-libs/hypre/hypre-2.20.0.ebuild index 12b7b63fb7e6..4fec2500afed 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 |