File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22[build-system ]
33# Required packages for building the project
44requires = [
5- " scikit-build-core >= 0.9.10" , # Modern CMake-based build system
6- " cmake>=3.30.0" , # Required for C++ compilation
5+ # "scikit-build-core >= 0.9.10",
76 " pytest >= 6.0" , # For running tests
87 " setuptools_scm>=8" , # For version management
98 " wheel" # For binary wheel building
109]
11- build-backend = " scikit_build_core.build"
10+ # build-backend = "scikit_build_core.build"
1211
1312[project ]
1413# Basic project metadata
@@ -99,12 +98,6 @@ sdist.exclude = [
9998 " tests/data/*.fchk" ,
10099 " examples/*.fchk"
101100]
102- cmake.version = " >=3.30.0"
103- cmake.build-type = " Release"
104- cmake.args = [
105- " -DLINK_TO_PYTHON=ON" , # Enable Python binding generation
106- " -DDONT_COMPILE_TESTS=ON" # Skip test compilation during build
107- ]
108101metadata.version.provider = " scikit_build_core.metadata.setuptools_scm"
109102
110103# Version management configuration
You can’t perform that action at this time.
0 commit comments