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 565b24a commit 3c360a0Copy full SHA for 3c360a0
README.md
@@ -80,6 +80,16 @@ cmake -B build -Dhdf5_external=true
80
cmake --build build --parallel
81
```
82
83
+NOTE: If using Intel oneAPI on Windows, ensure that environment variable CC=icl as set manually in the command prompt:
84
+
85
+```posh
86
+set CC=icl
87
+set FC=ifort
88
+```
89
90
+This is necessary to workaround techniques used by HDF5 CMake files that don't pickup the CMake `set(ENV{CC})`.
91
+Otherwise, HDF5 build failures may result due to defaulting to icl-clang.
92
93
## Usage
94
95
The simplest [example](./Examples/) h5fortran usage is like:
0 commit comments