This commit is contained in:
froejdh_e 2025-04-11 13:35:03 +02:00
parent 6e4db45b57
commit 54526f51d7
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -17,7 +17,7 @@ Testing/
ctbDict.cpp
ctbDict.h
wheelhouse/
*.pyc
*/__pycache__/*

View File

@ -14,9 +14,9 @@ cmake.verbose = true
[tool.scikit-build.cmake.define]
AARE_PYTHON_BINDINGS = "ON"
AARE_SYSTEM_LIBRARIES = "ON"
AARE_INSTALL_PYTHONEXT = "ON"
[tool.pytest.ini_options]
markers = [
"files: marks tests that need additional data (deselect with '-m \"not files\"')",

View File

@ -1,5 +1,5 @@
find_package (Python 3.10 COMPONENTS Interpreter Development REQUIRED)
find_package (Python 3.10 COMPONENTS Interpreter Development.Module REQUIRED)
set(PYBIND11_FINDPYTHON ON) # Needed for RH8
# Download or find pybind11 depending on configuration