aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gilroy <michael.gilroy24@gmail.com>2017-07-22 12:45:25 -0600
committerMichael Gilroy <michael.gilroy24@gmail.com>2017-07-22 12:45:25 -0600
commit1e20740b7a041ca612be20cadf16a7b2fc52a0bd (patch)
treea4012a3f82f75a16118e9d8f30e458e5a91bce02
parentadded build functions from mpi.ebuild (diff)
downloadgentoo-mpi-1e20740b7a041ca612be20cadf16a7b2fc52a0bd.tar.gz
gentoo-mpi-1e20740b7a041ca612be20cadf16a7b2fc52a0bd.tar.bz2
gentoo-mpi-1e20740b7a041ca612be20cadf16a7b2fc52a0bd.zip
commenting out version checks for testing
-rw-r--r--eclass/mpi-select.eclass10
1 files changed, 3 insertions, 7 deletions
diff --git a/eclass/mpi-select.eclass b/eclass/mpi-select.eclass
index 39d9574..4c615fe 100644
--- a/eclass/mpi-select.eclass
+++ b/eclass/mpi-select.eclass
@@ -47,9 +47,9 @@ mpi_dependencies()
local impl ret
for impl in "${MPI_TARGETS}"; do
- if has_version ">=sys-cluster/${impl}"; then
+# if has_version ">=sys-cluster/${impl}"; then
ret="${ret} >=sys-cluster/${impl}"
- fi
+# fi
done
echo "${ret}"
@@ -97,11 +97,6 @@ _mpi_do()
local slash=/
local mdir="$(mpi_root)"
- if ! mpi_classed; then
- $*
- return ${?}
- fi
-
shift
@@ -197,6 +192,7 @@ mpi_dosym() { _mpi_do "dosym" $*; }
# @FUNCTION: mpi_root
# @DESCRIPTION:
# Sets the root directory for the mpi pkg install
+mpi_root
{
echo "/usr/$(get_libdir)/mpi/${PF}"
}