Skip to content

Commit

Permalink
do not test oneAPI + HDF5 (cannot build)
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jun 24, 2024
1 parent 79d4baf commit f7944e0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ci/meta_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ pushd metapackage_mpi_c
"$fpm" run --verbose
popd

pushd metapackage_hdf5
"$fpm" build --verbose
"$fpm" run --verbose
popd

# ifx cannot currently build the HDF5 library
if [ ! "$FPM_FC" == "ifx" ]; then
pushd metapackage_hdf5
"$fpm" build --verbose
"$fpm" run --verbose
popd
fi

# Cleanup
rm -rf ./*/build

0 comments on commit f7944e0

Please sign in to comment.