Skip to content

Commit

Permalink
Update install_t_route.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 authored Aug 12, 2024
1 parent 0a413bd commit 307b402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions singularity/templates/t-route/install_t_route.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ echo "-----------------------------------------------------------"
export FC=gfortran NETCDF=/usr/include
git clone --progress --single-branch --branch master https://github.com/NOAA-OWP/t-route
cd t-route
git checkout 59a6041
#git checkout 59a6041
git submodule update --init

./compiler.sh no-e

cd /t-route/src/troute-network
python setup.py --use-cython bdist_wheel
python -m build --no-isolation --wheel .

cd /t-route/src/troute-routing
python setup.py --use-cython bdist_wheel
python -m build --no-isolation --wheel .

# troute-config doesn't use setup.py, use build to make the wheel
cd /t-route/src/troute-config
Expand Down

0 comments on commit 307b402

Please sign in to comment.