We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9b5b6 commit dcac4bbCopy full SHA for dcac4bb
.github/workflows/meta.yml
@@ -117,7 +117,7 @@ jobs:
117
compiler: intel
118
version: 2024.1.0
119
120
- - name: (Ubuntu) Build HDF5 for oneAPI
+ - name: (Ubuntu) finalize oneAPI environment
121
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'intel')
122
run: |
123
# To run HDF5 with oneAPI, we need to build it from source
ci/meta_tests.sh
@@ -44,12 +44,12 @@ popd
44
45
46
# ifx cannot currently build the HDF5 library
47
-if [ ! "$FPM_FC" == "ifx" ]; then
+# if [ ! "$FPM_FC" == "ifx" ]; then
48
pushd metapackage_hdf5
49
"$fpm" build --verbose
50
"$fpm" run --verbose
51
popd
52
-fi
+#fi
53
54
# Cleanup
55
rm -rf ./*/build
0 commit comments