Skip to content

Commit 47324a0

Browse files
committed
make ninja explicit in pyproject.toml and meta.yamls
1 parent b70efea commit 47324a0

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ requirements:
1818
- meson-python >=0.13.0
1919
- meson
2020
- cmake
21+
- ninja
2122
- python
2223
- python-gil # [py>=314]
2324
- pip

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ requirements:
2828
- meson-python >=0.13.0
2929
- meson
3030
- cmake
31+
- ninja
3132
- python
3233
- python-gil # [py>=314]
3334
- pip

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
"mkl-devel",

0 commit comments

Comments
 (0)