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 833e441 commit 78e8649Copy full SHA for 78e8649
.github/workflows/meta.yml
@@ -123,6 +123,7 @@ jobs:
123
curl -O -L https://github.com/HDFGroup/hdf5/archive/refs/tags/snapshot-1.14.tar.gz
124
tar zxf snapshot-1.14.tar.gz
125
cd hdf5-snapshot-1.14
126
+ sh ./autogen.sh
127
sh ./configure --prefix=/tmp CC="$(which icx)" FC="$(which ifx)" --enable-build-mode=production --enable-fortran
128
make -j
129
make check -j
0 commit comments