File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ cd build
7
7
:: Set environment variables.
8
8
set HDF5_EXT_ZLIB = zlib.lib
9
9
10
+ :: Fortran support is only
11
+ if " %mpi% " == " nompi" (
12
+ set _LIBRARY = %LIBRARY_PREFIX:\ =/ %
13
+ :: Needed by IFX
14
+ set " LIB = %BUILD_PREFIX% \Library\lib;%LIB% "
15
+ set " INCLUDE = %BUILD_PREFIX% \opt\compiler\include\intel64;%INCLUDE% "
16
+ set " CMAKE_ARGS = !CMAKE_ARGS! -D HDF5_BUILD_FORTRAN:BOOL=ON"
17
+ )
10
18
11
19
set " CXXFLAGS = %CXXFLAGS% -LTCG"
12
20
if " %mpi% " == " impi" (
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ requirements:
72
72
- {{ stdlib('c') }}
73
73
- {{ compiler('cxx') }}
74
74
- {{ compiler('fortran') }} # [not win]
75
+ - ifx_win-64 # [win and mpi == 'nompi']
75
76
- cmake
76
77
- make # [not win]
77
78
- ninja # [win]
You can’t perform that action at this time.
0 commit comments