Skip to content

Commit

Permalink
add gsl to codipack version
Browse files Browse the repository at this point in the history
  • Loading branch information
enigne committed Jul 22, 2024
1 parent 29dbe16 commit 8bb700f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/common-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
cd $ISSM_DIR/externalpackages/triangle && ./install-linux.sh
cd $ISSM_DIR/externalpackages/m1qn3 && ./install-linux.sh
cd $ISSM_DIR/externalpackages/petsc && ./install-3.20-linux.sh
cd $ISSM_DIR/externalpackages/gsl && ./install.sh
cd $ISSM_DIR/externalpackages/codipack && ./install.sh
cd $ISSM_DIR/externalpackages/medipack && ./install.sh
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
--with-scalapack-dir="${ISSM_DIR}/externalpackages/petsc/install" \
--with-mumps-dir="${ISSM_DIR}/externalpackages/petsc/install" \
--with-triangle-dir="${ISSM_DIR}/externalpackages/triangle/install" \
--with-gsl-dir="${ISSM_DIR}/externalpackages/gsl/install" \
--with-m1qn3-dir="${ISSM_DIR}/externalpackages/m1qn3/install" \
--with-medipack-dir="${ISSM_DIR}/externalpackages/medipack/install" \
--with-codipack-dir="${ISSM_DIR}/externalpackages/codipack/install"
Expand Down Expand Up @@ -137,10 +139,15 @@ jobs:
exclude:
- build-type: 'basic'
additional: "'benchmark','all',"
- build-type: 'codipack'
additional: " "
- build-type: 'basic'
test-cases: '3015, 3119, 3480, 3201:3206'
- build-type: 'codipack'
additional: " "
- build-type: 'codipack'
test-cases: '101:399'
- build-type: 'codipack'
test-cases: '401:899'

steps:
- name: Download ISSM artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 8bb700f

Please sign in to comment.