Skip to content

Commit

Permalink
update to scikit-build-core 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 7, 2024
1 parent 470b713 commit f135155
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/pynvjitlink/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requirements:
- python
- pip
- rapids-build-backend >=0.3.0,<0.4.0dev0
- scikit-build-core
- scikit-build-core >=0.10.0
run:
- python
- numba >=0.58
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- output_types: [requirements, pyproject]
packages:
- rapids-build-backend >=0.3.0,<0.4.0dev0
- scikit-build-core[pyproject]>=0.7.0
- scikit-build-core[pyproject]>=0.10.0
checks:
common:
- output_types: [conda, requirements]
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ dependencies-file = "dependencies.yaml"

[tool.scikit-build]
build.verbose = true
cmake.version = ">=3.26.4"
cmake.version = "CMakeLists.txt"
minum-version = "0.10"
ninja.make-fallback = true
build-dir = "build/{wheel_tag}"
wheel.packages = ["pynvjitlink"]

[build-system]
requires = [
"rapids-build-backend >=0.3.0,<0.4.0dev0",
"scikit-build-core[pyproject]>=0.7.0",
"scikit-build-core[pyproject]>=0.10.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
build-backend = "rapids_build_backend.build"

Expand Down

0 comments on commit f135155

Please sign in to comment.