Skip to content

Commit

Permalink
check what happens without vc-activation
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 3, 2024
1 parent f1226ff commit d2ca1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions recipe/bld-seq.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ copy %src%\src\mumps_int_def32_h.in %src%\include\mumps_int_def.h
mkdir build
cd build

set "CC=cl"
set "CXX=cl"
env
:: help fortran find OMP_LIB --> put in flang activation
set "FFLAGS=%FFLAGS% -I%LIBRARY_INC%"

Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ outputs:
- ninja # [win]
- m2-patch # [win]
- {{ compiler('fortran') }}
- {{ compiler('c') }}
# - {{ compiler('c') }}
- {{ stdlib('c') }}
- make # [unix]
- patchelf # [linux]
Expand Down

0 comments on commit d2ca1b6

Please sign in to comment.