Skip to content

Commit

Permalink
Update ninja-nj for OSX (bioconda#43194)
Browse files Browse the repository at this point in the history
* fixed ninja-nj for macos by adding llvm-openmp
* add run_exports for ninja-nj
  • Loading branch information
dirkjanvw authored Sep 22, 2023
1 parent 4d3c69e commit b801f10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/ninja-nj/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ source:
sha256: {{ sha256 }}

build:
number: 2
skip: True # [osx]
number: 3
run_exports:
- {{ pin_subpackage("ninja-nj", max_pin="x") }}

requirements:
build:
- {{ compiler('cxx') }}
- llvm-openmp # [osx]
- make

test:
Expand Down

0 comments on commit b801f10

Please sign in to comment.