We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f2b6e commit 8a45d00Copy full SHA for 8a45d00
1 file changed
.github/workflows/linux.yml
@@ -352,9 +352,9 @@ jobs:
352
if [[ "$CACHE_HIT" != 'true' ]]; then
353
git clone --recursive https://github.com/LLNL/Umpire.git
354
cd Umpire
355
- cmake -S . -B bld \
356
- -DCMAKE_CXX_COMPILER=mpicxx \
357
- -DCMAKE_INSTALL_PREFIX=$PARFLOW_DEP_DIR/Umpire \
+ cmake -S . -B bld \
+ -DCMAKE_CXX_COMPILER=mpicxx \
+ -DCMAKE_INSTALL_PREFIX="${PARFLOW_DEP_DIR}/Umpire" \
358
-DENABLE_CUDA="ON"
359
cmake --build bld --parallel 4
360
cmake --install bld
0 commit comments