aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Gilroy <michael.gilroy24@gmail.com>2017-06-29 04:02:40 +0000
committerMichael Gilroy <michael.gilroy24@gmail.com>2017-06-29 04:02:40 +0000
commit976de3343030b80f2d4db41c5cec37ff36947c89 (patch)
tree9de1076aac901aea61e324e81a7088a3933603f0 /eclass
parenttesting mpi-select with new ebuild, purely diagnostic (diff)
downloadgentoo-mpi-976de3343030b80f2d4db41c5cec37ff36947c89.tar.gz
gentoo-mpi-976de3343030b80f2d4db41c5cec37ff36947c89.tar.bz2
gentoo-mpi-976de3343030b80f2d4db41c5cec37ff36947c89.zip
repoman appeasement through manifest/metadata
- also switched out sys-cluster/test in favor of testing natively in sys-cluster/mpich
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mpi-select.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mpi-select.eclass b/eclass/mpi-select.eclass
index 17485e0..7d67aac 100644
--- a/eclass/mpi-select.eclass
+++ b/eclass/mpi-select.eclass
@@ -77,7 +77,7 @@ mpi_foreach_implementation()
for implementation in "${@}"
do
# iterate through implementations, repeat same commands for each variant
- if [[ "${IMPLEMENTATION_LIST}" ~= *"${implementation}"* ]]
+ if [[ "${IMPLEMENTATION_LIST}" == *"${implementation}"* ]]; then
local BUILD_DIR="${WORKDIR}/build"
# modeling after multibuild for testing & learning