aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2011-06-12 17:09:27 +0200
committerKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2011-06-12 17:09:27 +0200
commit986190fca4b71372f859e3e4f64279ec302c58fa (patch)
tree4f144d1752b489185699c2d3de2031ba10ebb6b2 /eclass
parent[fortran-2.eclass] add pathscale compiler to get_fcomp, fix tabs (diff)
downloadsci-986190fca4b71372f859e3e4f64279ec302c58fa.tar.gz
sci-986190fca4b71372f859e3e4f64279ec302c58fa.tar.bz2
sci-986190fca4b71372f859e3e4f64279ec302c58fa.zip
[fortran-2.eclass] FCOPENMP -> FC_NEED_OPENMP
Diffstat (limited to 'eclass')
-rw-r--r--eclass/fortran-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass
index de0967976..339fe56b8 100644
--- a/eclass/fortran-2.eclass
+++ b/eclass/fortran-2.eclass
@@ -106,7 +106,7 @@ fortran-2_pkg_setup() {
export F77="$(tc-getFC)"
export F90="$(tc-getFC)"
export F95="$(tc-getFC)"
- if [[ ${FCOPENMP} == 1 ]]; then
+ if [[ ${FC_NEED_OPENMP} == 1 ]]; then
_fortran-has-openmp || \
die "Please emerge current gcc with USE=openmp or export FC with compiler that supports OpenMP"
fi