From 1e20740b7a041ca612be20cadf16a7b2fc52a0bd Mon Sep 17 00:00:00 2001 From: Michael Gilroy Date: Sat, 22 Jul 2017 12:45:25 -0600 Subject: commenting out version checks for testing --- eclass/mpi-select.eclass | 10 +++------- 1 file 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}" } -- cgit v1.2.3-65-gdbad