@@ -268,7 +268,7 @@ stages:
268268 export HOST_CONFIG=`ls ${ROOT_DIR}/uberenv_libs/*-patch.cmake`
269269 echo $HOST_CONFIG
270270 # find spack installed cmake
271- export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin
271+ export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin`
272272 export PATH=${CMAKE_BIN_DIR}:$PATH
273273 echo $PATH
274274 which cmake
@@ -308,7 +308,7 @@ stages:
308308 #################################
309309 # find spack installed cmake
310310 export ROOT_DIR=`pwd`
311- export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin
311+ export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin`
312312 export PATH=${CMAKE_BIN_DIR}:$PATH
313313 which ctest
314314 cd build
@@ -354,7 +354,7 @@ stages:
354354 ls -l
355355 # find spack installed cmake
356356 export ROOT_DIR=`pwd`
357- export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin
357+ export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin`
358358 export PATH=${CMAKE_BIN_DIR}:$PATH
359359 echo $PATH
360360 which cmake
@@ -378,7 +378,7 @@ stages:
378378 ls -l
379379 # find spack installed cmake
380380 export ROOT_DIR=`pwd`
381- export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin
381+ export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin`
382382 export PATH=${CMAKE_BIN_DIR}:$PATH
383383 echo $PATH
384384 which cmake
@@ -415,7 +415,7 @@ stages:
415415 ls -l
416416 # find spack installed cmake
417417 export ROOT_DIR=`pwd`
418- export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin
418+ export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin`
419419 export PATH=${CMAKE_BIN_DIR}:$PATH
420420 echo $PATH
421421 which cmake
@@ -497,7 +497,7 @@ stages:
497497 ls -l
498498 # find spack installed cmake
499499 export ROOT_DIR=`pwd`
500- export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin
500+ export CMAKE_BIN_DIR=`ls -d ${ROOT_DIR}/uberenv_libs/spack/opt/spack/*/cmake-*/bin`
501501 export PATH=${CMAKE_BIN_DIR}:$PATH
502502 echo $PATH
503503 which cmake
0 commit comments