Skip to content

Commit fd80c83

Browse files
committed
add cmake to build syste dependencies
we search for MKL with cmake
1 parent 7f06e6e commit fd80c83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)