Files
calculet-npu-research-archive/source/repositories-complete/calrt-exact/calrt/hostrt/python/pyproject.toml
T

22 lines
529 B
TOML

[build-system]
requires = ["scikit-build-core", "pybind11"]
build-backend = "scikit_build_core.build"
[project]
name = "pycalrt"
version = "0.1.1"
description = "Python bindings for calrt"
[tool.scikit-build]
cmake.source-dir = "."
cmake.build-type = "RelWithDebInfo"
cmake.args = [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCMAKE_MAP_IMPORTED_CONFIG_DEBUG=RelWithDebInfo;Release",
"-DCMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO=RelWithDebInfo;Release"
]
wheel.packages = ["pycalrt"]
install.components = ["python_module"]