-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Casper Boon
committed
Apr 10, 2024
1 parent
9b3b32b
commit 2e57334
Showing
7 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/sh | ||
|
||
cd $GITHUB_WORKSPACE/fv-source | ||
./build_aed-fv.sh | ||
mkdir -p $GITHUB_WORKSPACE/binaries/ubuntu/20.04 | ||
cp -r $GITHUB_WORKSPACE/fv-source/binaries/ubuntu/20.04/* $GITHUB_WORKSPACE/binaries/ubuntu/20.04/. | ||
|
||
# git config --global user.name "github-actions[bot]" | ||
# git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
# git pull | ||
# git add -A | ||
# git commit -m "Update Ubuntu 20.04 binaries" | ||
# git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# #!/bin/sh | ||
# | ||
export GITHUB_WORKSPACE=`pwd` | ||
|
||
cd $GITHUB_WORKSPACE/fv-source/libaed-fv/win | ||
cmd.exe '/c build_fv.bat' | ||
echo '=========================' | ||
cd $GITHUB_WORKSPACE/fv-source/libaed-fv/win/x64-Release | ||
mkdir -p tuflowfv_external_wq | ||
export VERSION=`grep FV_AED_VERS ../../src/fv_aed.F90 | grep define | cut -f2 -d\"` | ||
mv tuflowfv_external_wq.??? tuflowfv_external_wq | ||
powershell -Command "Compress-Archive -LiteralPath tuflowfv_external_wq -DestinationPath tuflowfv_external_wq_$VERSION.zip" | ||
echo | ||
if [ ! -d $GITHUB_WORKSPACE/binaries/windows ] ; then | ||
mkdir -p $GITHUB_WORKSPACE/binaries/windows | ||
fi | ||
cp tuflowfv_external_wq_$VERSION.zip $GITHUB_WORKSPACE/binaries/windows |
Submodule libaed-benthic
updated
11 files
+2 −2 | Makefile | |
+1 −1 | src/aed_benthic.F90 | |
+1 −1 | src/aed_bivalve.F90 | |
+1 −1 | src/aed_habitat_benthic.F90 | |
+1 −1 | src/aed_habitat_chara.F90 | |
+1 −1 | src/aed_habitat_galaxiid.F90 | |
+1 −1 | src/aed_habitat_ruppia.F90 | |
+1 −1 | src/aed_habitat_seagrass.F90 | |
+6 −1 | src/aed_macroalgae.F90 | |
+1 −1 | src/aed_macroalgae2.F90 | |
+1 −1 | src/aed_macrophyte.F90 |
Submodule libaed-demo
updated
4 files
+1 −1 | Makefile | |
+1 −1 | src/aed_demo.F90 | |
+1 −1 | src/aed_test.F90 | |
+1 −1 | src/aed_testptm.F90 |
Submodule libaed-fv
updated
4 files
+178 −108 | build_aed-fv.sh | |
+1 −1 | clean_aed-fv.sh | |
+4 −4 | win/libfvaed+.rc | |
+4 −4 | win/libfvaed.rc |
Submodule libaed-water
updated
33 files
+2 −2 | Makefile | |
+2 −2 | include/aed+.h | |
+2 −2 | include/aed.h | |
+1 −1 | include/aed_debug.h | |
+1 −1 | src/aed_bio_particles.F90 | |
+1 −1 | src/aed_bio_utils.F90 | |
+3 −3 | src/aed_carbon.F90 | |
+1 −1 | src/aed_common.F90 | |
+1 −1 | src/aed_core.F90 | |
+3 −3 | src/aed_csv_reader.F90 | |
+1 −1 | src/aed_dummy.F90 | |
+3 −3 | src/aed_external.F90 | |
+1 −1 | src/aed_gclib.F90 | |
+1 −1 | src/aed_gcsolver.F90 | |
+1 −1 | src/aed_gctypes.F90 | |
+1 −1 | src/aed_geochemistry.F90 | |
+1 −1 | src/aed_habitat_water.F90 | |
+1 −1 | src/aed_nitrogen.F90 | |
+1 −1 | src/aed_noncohesive.F90 | |
+1 −1 | src/aed_organic_matter.F90 | |
+1 −1 | src/aed_oxygen.F90 | |
+1 −1 | src/aed_pathogens.F90 | |
+2 −2 | src/aed_pesticides.F90 | |
+1 −1 | src/aed_phosphorus.F90 | |
+1 −1 | src/aed_phytoplankton.F90 | |
+1 −1 | src/aed_sedflux.F90 | |
+1 −1 | src/aed_silica.F90 | |
+1 −1 | src/aed_totals.F90 | |
+1 −1 | src/aed_tracer.F90 | |
+2 −1 | src/aed_util.F90 | |
+1 −1 | src/aed_water.F90 | |
+1 −1 | src/aed_zoop_utils.F90 | |
+8 −8 | src/aed_zooplankton.F90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Although VS-2019 is already installed it's missing some parts needed, so we do it anyway | ||
curl -SL --ssl-no-revoke --output vs_community.exe https://aka.ms/vs/16/release/vs_community.exe | ||
./vs_community.exe --quiet --norestart --wait --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended | ||
# | ||
curl -SL --ssl-no-revoke --output w_fortran-compiler_p_2023.0.0.25579_offline.exe https://registrationcenter-download.intel.com/akdlm/irc_nas/19107/w_fortran-compiler_p_2023.0.0.25579_offline.exe | ||
mkdir tmp | ||
./w_fortran-compiler_p_2023.0.0.25579_offline.exe -s -f tmp -a --silent --cli --action install --eula accept | ||
|