Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 9, 2024
1 parent 29201da commit 6617835
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,17 +170,16 @@ jobs:
ref: hdf5-1_14_3
path: hdf5-1_14_3
- name: Build HDF5
if: ${{ matrix.hdf5 }} == "HDF5" && ${{ matrix.distro }} == "ubuntu:latest" && ${{ matrix.cxx }} == "g++"
if: ${{ matrix.hdf5 }} == "HDF5" && ${{ matrix.distro }} == "ubuntu:latest" && ${{ matrix.cxx }} == "g++" && ${{ matrix.backend }} == "THREADS"
working-directory: hdf5-1_14_3
run: |
export CC=mpicc
export FC=mpif90
mkdir hdf5
cd hdf5
echo "HDF5_ROOT=$HOME/hdf5" >> $GITHUB_ENV
echo $HDF5_ROOT
export HDF5_ROOT=$HOME/hdf5
echo "HDF5_ROOT=$HDF5_ROOT" >> $GITHUB_ENV
cmake -C ../config/cmake/cacheinit.cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=$HOME/hdf5 \
-DCMAKE_C_COMPILER="mpicc" \
-DCMAKE_INSTALL_PREFIX=$HDF5_ROOT \
-DHDF5_BUILD_FORTRAN:BOOL=OFF \
-DHDF5_BUILD_JAVA:BOOL=OFF \
-DHDF5_BUILD_CPP_LIB:BOOL=OFF \
Expand Down

0 comments on commit 6617835

Please sign in to comment.