the vanilla setup-tools doesn't get the triplet correctly for some reason. also use cmake from pip as cmake 3.16 in the image has a bug in the python find rule
8 lines
100 B
TOML
8 lines
100 B
TOML
[build-system]
|
|
requires= [
|
|
"setuptools>=42",
|
|
"scikit-build>=0.13",
|
|
"cmake>=3.15",
|
|
"ninja"
|
|
]
|