Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Updated build requirements to fix issues that arise due to using olde…
Browse files Browse the repository at this point in the history
…r versions of scikit-build-core and cmake
  • Loading branch information
daminton committed Feb 20, 2024
1 parent 52b41ab commit 81d32d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ Repository = 'https://github.itap.purdue.edu/MintonGroup/swiftest'

[build-system]
requires = [
"scikit-build-core",
"scikit-build-core>=0.8",
"cython>=3.0",
"cmake",
"pyproject_metadata",
"pytest",
"pathspec",
Expand All @@ -68,6 +67,8 @@ requires = [
build-backend = "scikit_build_core.build"

[tool.scikit-build]
cmake.version = ">=3.24.3"
ninja.version = ">=1.11.1"
cmake.args = ["-DUSE_SIMD=OFF"]
sdist.include = ["src/globals/globals_module.f90.in","swiftest/*.py","swiftest/*.pyx","swiftest/*.h"]
build-dir = "build/{wheel_tag}"
Expand Down

0 comments on commit 81d32d7

Please sign in to comment.