Skip to content

Commit d638a73

Browse files
committed
cleanup
1 parent be78522 commit d638a73

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

ci/meta_tests.sh

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

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
45+
pushd metapackage_hdf5
46+
"$fpm" build --verbose
47+
"$fpm" run --verbose
48+
popd
5349

5450
# Cleanup
5551
rm -rf ./*/build

0 commit comments

Comments
 (0)