Skip to content

Commit

Permalink
LLVM 19 without llvm-openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 3, 2024
1 parent 08933ad commit 3d2ba51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ c_compiler:
c_stdlib:
- vs
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
fortran_compiler:
- flang
fortran_compiler_version:
- '18'
- '19'
libblas:
- 3.9 *netlib
liblapack:
Expand Down
7 changes: 6 additions & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pin_run_as_build:
max_pin: x.x


fortran_compiler: # [win]
- flang # [win]
fortran_compiler_version: # [win]
- 18 # [win]
- 19 # [win]

channel_sources: # [win]
- conda-forge/label/llvm_rc,conda-forge # [win]
1 change: 0 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ outputs:
- liblapack
- metis # [not win]
- libscotch # [not win]
- llvm-openmp # [win]
run:
- {{ pin_subpackage('mumps-include', max_pin='x.x.x') }} # [not win]
- libscotch # [not win]
Expand Down

0 comments on commit 3d2ba51

Please sign in to comment.