Skip to content

Commit

Permalink
Merge pull request #20 from GEOS-ESM/fix/hs
Browse files Browse the repository at this point in the history
Fix/hs
  • Loading branch information
FlorianDeconinck committed Jul 28, 2023
2 parents 5e7481a + 0acef42 commit 58ce2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geosongpu_ci/pipeline/geos.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def run_action(
cmake_cmd += " -DCMAKE_Fortran_COMPILER=gfortran"
cmake_cmd += " -DBUILD_GEOS_GTFV3_INTERFACE=ON"
cmake_cmd += " -DCMAKE_INSTALL_PREFIX=../install"
cmake_cmd += " -DPython3_EXECUTABLE=`which python3`"
if experiment_name == GEOS_AQ_KEY:
cmake_cmd += " -DAQUAPLANET=ON"

Expand Down

0 comments on commit 58ce2fb

Please sign in to comment.