Skip to content

Commit

Permalink
Add gfortran to build
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Mar 7, 2025
1 parent 084091e commit 70fc2ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
libhdf5-dev hdf5-tools \
libboost-all-dev libcli11-dev libeigen3-dev libre2-dev liblz4-dev \
zlib1g-dev nlohmann-json3-dev \
${{ matrix.compiler[2] }}
gfortran ${{ matrix.compiler[2] }}
curl -L https://github.com/llr-cta/CTA_ADH_APIS_Build/releases/download/${{matrix.os}}/cta_adh_apis_installed.tgz | sudo tar -zxf - -C /
curl -L https://github.com/llr-cta/Geant4Build/releases/download/${{matrix.os}}-${{matrix.geant}}-OFF/Geant4-${{matrix.os}}-${{matrix.geant}}-OFF.tbz2 | sudo tar -jxf - -C /
curl -L https://github.com/llr-cta/Corsika8Build/releases/download/ubuntu-22.04/corsika8_installed.tgz | sudo tar -zxf - -C /
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/singularity-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
libhdf5-dev hdf5-tools \
libboost-all-dev libcli11-dev libeigen3-dev libre2-dev liblz4-dev \
zlib1g-dev nlohmann-json3-dev \
libseccomp-dev pkg-config libfuse3-dev
sudo pip3 install --upgrade pip
libseccomp-dev pkg-config libfuse3-dev gfortran
sudo pip3 install --upgrade pipconfig_.atmospheric_model()
sudo pip3 install numpy
curl -L https://github.com/llr-cta/CTA_ADH_APIS_Build/releases/download/${{matrix.os}}/cta_adh_apis_installed.tgz | sudo tar -zxf - -C /
curl -L https://github.com/llr-cta/Geant4Build/releases/download/${{matrix.os}}-${{env.geant_version}}-OFF/Geant4-${{matrix.os}}-${{env.geant_version}}-OFF.tbz2 | sudo tar -jxf - -C /
Expand Down
3 changes: 2 additions & 1 deletion singularity_build.def
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ From: ubuntu:22.04
hdf5-tools \
libre2-dev \
libboost-all-dev \
libutf8proc2
libutf8proc2 \
gfortran

apt-get -y autoremove
apt-get -y clean
Expand Down

0 comments on commit 70fc2ac

Please sign in to comment.