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 fa4faec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 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 @@ -10,10 +10,6 @@ copy %src%\src\mumps_int_def32_h.in %src%\include\mumps_int_def.h
mkdir build
cd build

set "CC=cl"
set "CXX=cl"
set "FC=flang-new"

:: Configure using the CMakeFiles
cmake -G "Ninja" ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
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 fa4faec

Please sign in to comment.