Skip to content

Commit

Permalink
Move ninja and pkg-config to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Sep 20, 2024
1 parent 44d9c1a commit b38a0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/leg2cheb/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ build:

requirements:
build:
- ninja
- pkg-config
- llvm-openmp # [osx]
- libgomp # [linux]
- {{ compiler('c') }}
Expand All @@ -29,8 +31,6 @@ requirements:
host:
- numpy >=2.0
- meson
- ninja
- pkg-config
- python
- cython
- fftw
Expand Down

0 comments on commit b38a0ed

Please sign in to comment.