aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/gamess/gamess-20180930.3.ebuild')
-rw-r--r--sci-chemistry/gamess/gamess-20180930.3.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/sci-chemistry/gamess/gamess-20180930.3.ebuild b/sci-chemistry/gamess/gamess-20180930.3.ebuild
index fe96a626b..44e7fa323 100644
--- a/sci-chemistry/gamess/gamess-20180930.3.ebuild
+++ b/sci-chemistry/gamess/gamess-20180930.3.ebuild
@@ -78,6 +78,7 @@ get_fcomp() {
pkg_setup() {
pre_build_checks
+ use openmp && FORTRAN_NEED_OPENMP=1
fortran-2_pkg_setup
get_fcomp
# currently amd64 is only supported with gfortran
@@ -106,10 +107,6 @@ pkg_setup() {
ewarn "because deafult one will not work"
ewarn ""
fi
-
- if use openmp; then
- tc-has-openmp || die "Please use an openmp capable compiler like gcc[openmp]"
- fi
}
src_unpack() {