Skip to content

Commit

Permalink
ensure we activate compilers also in outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 3, 2024
1 parent 6456c08 commit f1226ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/bld-seq.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setlocal EnableDelayedExpansion
@echo on

set src=%cd%

Expand All @@ -12,7 +12,8 @@ cd build

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

:: Configure using the CMakeFiles
cmake -G "Ninja" ^
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ outputs:
build:
script: ${RECIPE_DIR}/build-mumps.sh # [not win]
script: "%RECIPE_DIR%\\bld-seq.bat" # [win]
activate_in_script: true
run_exports:
- {{ pin_subpackage('mumps-seq', max_pin='x.x.x') }}
skip: true # [mpi != 'nompi']
Expand Down

0 comments on commit f1226ff

Please sign in to comment.