aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorgienah <gienah@gentoo.org>2014-10-14 22:30:34 +1100
committergienah <gienah@gentoo.org>2014-10-14 22:30:34 +1100
commit0777313ce8b22151a2878c5aa5cc542978df8bd3 (patch)
treefd6475c02704b04b6bdb2516f5edb9264a2d4d49 /eclass
parentThanks to kiwifb for reviewing and the fix: change ROOT to EROOT to support G... (diff)
downloadsci-0777313ce8b22151a2878c5aa5cc542978df8bd3.tar.gz
sci-0777313ce8b22151a2878c5aa5cc542978df8bd3.tar.bz2
sci-0777313ce8b22151a2878c5aa5cc542978df8bd3.zip
Thanks to jlec for reviewing, add missing documentation for EBASE_PROFNAME in fortran-int64.eclass.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/fortran-int64.eclass14
1 files changed, 13 insertions, 1 deletions
diff --git a/eclass/fortran-int64.eclass b/eclass/fortran-int64.eclass
index ea46d0c37..9ec510c2e 100644
--- a/eclass/fortran-int64.eclass
+++ b/eclass/fortran-int64.eclass
@@ -25,13 +25,25 @@ esac
inherit multilib-build toolchain-funcs
# @ECLASS-VARIABLE: EBASE_PROFNAME
-# @DESCRIPTION:
+# @DESCRIPTION: The base pkg-config module name of the package being built.
+# EBASE_PROFNAME is used by the fortran-int64_get_profname function to
+# determine the pkg-config module name based on whether the package
+# has dynamic, threads or openmp USE flags and if so, if the user has
+# turned them or, and if the current multibuild is a int64 build or not.
+# @CODE
+# EBASE_PROFNAME="openblas"
+# inherit ... fortran-int64
+# @CODE
: ${EBASE_PROFNAME:=blas}
# @ECLASS-VARIABLE: ESTATIC_MULTIBUILD
# @DEFAULT_UNSET
# @DESCRIPTION:
# If this is set, then do separate static multibuilds.
+# @CODE
+# ESTATIC_MULTIBUILD=1
+# inherit ... fortran-int64
+# @CODE
INT64_SUFFIX="int64"
STATIC_SUFFIX="static"