From 0777313ce8b22151a2878c5aa5cc542978df8bd3 Mon Sep 17 00:00:00 2001 From: gienah Date: Tue, 14 Oct 2014 22:30:34 +1100 Subject: Thanks to jlec for reviewing, add missing documentation for EBASE_PROFNAME in fortran-int64.eclass. --- eclass/fortran-int64.eclass | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3-18-g5258