David Runge pushed to branch main at Arch Linux / Packaging / Packages / maturin
Commits:
bef7c90c by Damy Metzke at 2024-05-20T15:27:26+02:00
Build wheel with all cargo features enabled
Maturin when built like this will disable all features by default. The
behavior before 97932f1 matches the current behavior and also includes
all features.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -46,7 +46,7 @@ prepare() {
build() {
cd $pkgbase-$pkgver
- python -m build --wheel --no-isolation
+ MATURIN_SETUP_ARGS="--all-features" python -m build --wheel --no-isolation
}
package_maturin() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/maturin/-/commit/bef7c90c52b99d9e6a57489ced161e7d348c33f6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/maturin/-/commit/bef7c90c52b99d9e6a57489ced161e7d348c33f6
You're receiving this email because of your account on gitlab.archlinux.org.