Skip to content

Commit f7944e0

Browse files
committed
do not test oneAPI + HDF5 (cannot build)
1 parent 79d4baf commit f7944e0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ci/meta_tests.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,14 @@ pushd metapackage_mpi_c
4242
"$fpm" run --verbose
4343
popd
4444

45-
pushd metapackage_hdf5
46-
"$fpm" build --verbose
47-
"$fpm" run --verbose
48-
popd
45+
46+
# ifx cannot currently build the HDF5 library
47+
if [ ! "$FPM_FC" == "ifx" ]; then
48+
pushd metapackage_hdf5
49+
"$fpm" build --verbose
50+
"$fpm" run --verbose
51+
popd
52+
fi
4953

5054
# Cleanup
5155
rm -rf ./*/build

0 commit comments

Comments
 (0)