Skip to content

Commit 4555e6a

Browse files
committed
add ninja to build system and meta.yamls
1 parent 937526f commit 4555e6a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ requirements:
2121
- meson-python >=0.13.0
2222
- meson
2323
- cmake
24+
- ninja
2425
- python
2526
- python-gil # [py>=314]
2627
- mkl-devel

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ requirements:
2424
- meson-python >=0.13.0
2525
- meson
2626
- cmake
27+
- ninja
2728
- python
2829
- python-gil # [py>=314]
2930
- mkl-devel

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
build-backend = "mesonpy"
2828
requires = [
2929
"meson-python>=0.13.0",
30+
"ninja",
3031
"Cython",
3132
"numpy",
3233
"cmake"

0 commit comments

Comments
 (0)