Skip to content

Commit 3c360a0

Browse files
committed
doc
1 parent 565b24a commit 3c360a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ cmake -B build -Dhdf5_external=true
8080
cmake --build build --parallel
8181
```
8282

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+
8393
## Usage
8494

8595
The simplest [example](./Examples/) h5fortran usage is like:

0 commit comments

Comments
 (0)