Path to this page:
Subject: CVS commit: pkgsrc/devel/py-scikit-build-core
From: Adam Ciarcinski
Date: 2024-07-04 13:12:57
Message id: 20240704111257.81FBBFC74@cvs.NetBSD.org
Log Message:
py-scikit-build-core: updated to 0.9.8
Version 0.9.8
This version ships a few more small fixes. Multi-target builds were missing
build arguments due to an exhausted generator. And some packages seem to
hard-code `${CMAKE_INSTALL_PREFIX}` in the `install()` call, which is an
anti-pattern, but we can set that variable too. More tests now run on Python
3.7.
Fixes:
* Empty build arguments for some targets in multi-target build
* Support packages that hardcode `CMAKE_INSTALL_PREFIX` in their `install` commands
* Logger shouldn't warn for missing lib on UNIX
Tests:
* Use `ZipFile` instead of `zipfile.Path` to enable more tests on Python 3.7
Version 0.9.7
This release makes a few small fixes, enabling better Fortran support and
correct tags on MUSL. And releases now have Attestations on GitHub at
<https://github.com/scikit-build/scikit-build-core/attestations>.
Fixes:
* Set `CC` and `CXX` from sysconfig if not set
* `musllinux` tag incorrect
* Logger unconditionally set to `DEBUG` in non-PEP 517 usage
Documentation:
* Fix Fortran example
* Fix typo in skbuild soabi docs
* Fortran and Cython updates
Files: