From 307b402b0180d15dada3467702f71f9941c11b3d Mon Sep 17 00:00:00 2001 From: Benjamin Lee <130000039+benlee0423@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:08:32 -0700 Subject: [PATCH] Update install_t_route.sh --- singularity/templates/t-route/install_t_route.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/singularity/templates/t-route/install_t_route.sh b/singularity/templates/t-route/install_t_route.sh index 28b51ec..5d7b41a 100755 --- a/singularity/templates/t-route/install_t_route.sh +++ b/singularity/templates/t-route/install_t_route.sh @@ -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