Skip to content

Commit bb95253

Browse files
committed
add cmake to build system dependencies
we search for MKL with cmake
1 parent f33636f commit bb95253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ build-backend = "mesonpy"
2828
requires = [
2929
"meson-python>=0.13.0",
3030
"Cython",
31-
"numpy"
31+
"numpy",
32+
"cmake"
3233
]
3334

3435
[project]

0 commit comments

Comments
 (0)