aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/mpi-select.eclass')
-rw-r--r--eclass/mpi-select.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/mpi-select.eclass b/eclass/mpi-select.eclass
index 0584542..87a6054 100644
--- a/eclass/mpi-select.eclass
+++ b/eclass/mpi-select.eclass
@@ -34,6 +34,12 @@ INSTALLED_IMPLEMENTATIONS=get_all_implementations
# Location in which mpi software should be installed
MPI_DIR="/usr/$(get_libdir)/mpi"
+# @ECLASS-VARIABLE: MPI_TARGETS
+# @INTERNAL
+# @DESCRIPTION:
+# List of implementations in make.conf.
+MPI_TARGETS="${MPI_TARGETS}"
+
# @ECLASS-FUNCTION: mpi-select_detect_installs
# @DESCRIPTION:
# See what MPI software is installed on the system
@@ -94,7 +100,6 @@ mpi_wrapper()
{
export BUILD_DIR="${PF}-${ABI}"
- impl="$(grep -R MPI_TARGETS* /etc/portage/make.conf* | cut -d '\"' -f2)"
echo ${impl}
}