Files
opm-common/python/pyproject.toml
Arne Morten Kvarving 4952be6990 changed: build python wheels using skbuild
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
2023-04-27 13:30:23 +02:00

8 lines
100 B
TOML

[build-system]
requires= [
"setuptools>=42",
"scikit-build>=0.13",
"cmake>=3.15",
"ninja"
]