Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build to use scikit-build-core #165

Merged
merged 11 commits into from
Apr 24, 2024
Merged

Update build to use scikit-build-core #165

merged 11 commits into from
Apr 24, 2024

Conversation

hobu
Copy link
Member

@hobu hobu commented Apr 17, 2024

scikit-build-core modernizes our builds to allow us to use a pyproject.toml-based build configuration. Other updates in this PR include:

  • The version number must be set in two places for releases (unfortunate missing feature of scikit-build-core at the moment is no dynamic version from the Python code)
  • Switch to PyPI OIDC Trusted Publisher
  • python -m pdal is now a simple command-line utility that prints basic debug info about the library install and the PDAL version it sees.
  • python -m pdal --pdal-plugin-dir prints the location of filters.python and readers.numpy Python plugins as installed from https://github.com/PDAL/python-plugins. This can be seen being used in the build/test configuration.

@hobu hobu merged commit 52f94b0 into main Apr 24, 2024
24 checks passed
@hobu hobu deleted the pyproject branch April 24, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant