Skip to content

Commit fd5d163

Browse files
committed
add cmake to build system dependencies
we search for MKL with cmake
1 parent 13d1445 commit fd5d163

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
"Cython",
3131
"numpy",
32-
"mkl-devel"
32+
"mkl-devel",
33+
"cmake"
3334
]
3435

3536
[project]

0 commit comments

Comments
 (0)