Skip to content

Consider switching to scikit-build-core #50

@heiner

Description

@heiner

This "should" be just a matter of deleting setup.py and adding a pyproject.toml that looks similar to

[build-system]
requires = [
    "scikit-build-core>=0.10",
    ...
]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
cmake.build-type = "Release"
minimum-version = "build-system.requires"
wheel.license-files = []
cmake.args = ["-DHACKDIR=..."]

but it also might require slight adjustments to the cmake files (e.g. for HACKDIR).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions