Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jul 12, 2024
1 parent be78522 commit d638a73
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions ci/meta_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,10 @@ pushd metapackage_mpi_c
"$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
pushd metapackage_hdf5
"$fpm" build --verbose
"$fpm" run --verbose
popd

# Cleanup
rm -rf ./*/build

0 comments on commit d638a73

Please sign in to comment.