Skip to content

Commit b767d2d

Browse files
committed
add ninja and mkl-devel to build-system
1 parent 1a53d15 commit b767d2d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525

2626
[build-system]
2727
build-backend = "mesonpy"
28-
requires = ["meson-python>=0.13.0", "Cython"]
28+
requires = [
29+
"meson-python>=0.13.0",
30+
"ninja",
31+
"Cython",
32+
"mkl-devel"
33+
]
2934

3035
[project]
3136
authors = [{name = "Intel Corporation"}]

0 commit comments

Comments
 (0)