Skip to content

Commit f8c32f9

Browse files
committed
add cmake to build system dependencies
we search for MKL with cmake. Also remove pkg-config from meta.yamls and use cmake there
1 parent 7f06e6e commit f8c32f9

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requirements:
2424
host:
2525
- meson-python >=0.13.0
2626
- meson
27-
- pkg-config
27+
- cmake
2828
- ninja
2929
- git
3030
- cython

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requirements:
2424
host:
2525
- meson-python >=0.13.0
2626
- meson
27-
- pkg-config
27+
- cmake
2828
- ninja
2929
- git
3030
- cython

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ requires = [
2929
"meson-python>=0.13.0",
3030
"ninja",
3131
"Cython",
32-
"numpy"
32+
"numpy",
33+
"cmake"
3334
]
3435

3536
[project]

0 commit comments

Comments
 (0)