Skip to content

Commit

Permalink
CI: clean up to see if works.. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 9, 2022
1 parent 0d30541 commit f52143b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_external_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
find /usr/include -name cgnslib.h
mkdir build
cd build
NETCDF_PATH=/usr CGNS_PATH=/usr HDF5_DIR=/usr MODERN=YES NUMPROCS=2 COMPILER=${{ matrix.compiler }} INSTALL_PATH=${HOME} bash -xv ../cmake-config
NETCDF_PATH=/usr CGNS_PATH=/usr MODERN=YES NUMPROCS=2 COMPILER=${{ matrix.compiler }} INSTALL_PATH=${HOME} bash -xv ../cmake-config
- name: Build
shell: bash -l {0}
Expand Down
2 changes: 2 additions & 0 deletions cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,9 @@ ${FAODEL_SYMBOLS} \
-D MPI_BIN_DIR:PATH=${MPI_BIN} \
-D NetCDF_ROOT:PATH=${NETCDF_PATH} \
-D HDF5_ROOT:PATH=${HDF5_PATH} \
-D HDF5_DIR:PATH=${HDF5_PATH} \
-D CGNS_ROOT:PATH=${CGNS_PATH} \
-D CGNS_DIR:PATH=${CGNS_PATH} \
-D Matio_ROOT:PATH=${MATIO_PATH} \
-D Metis_ROOT:PATH=${METIS_PATH} \
-D ParMETIS_ROOT:PATH=${PARMETIS_PATH} \
Expand Down

0 comments on commit f52143b

Please sign in to comment.