Skip to content

Commit f327fbb

Browse files
committed
Not using scikit-build at this stage
1 parent 03ee303 commit f327fbb

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
[build-system]
33
# Required packages for building the project
44
requires = [
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-
]
108101
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
109102

110103
# Version management configuration

0 commit comments

Comments
 (0)