-
-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
Thanks for all your work on this excellent crate. I have a dependency (https://github.com/TheDan64/inkwell) that uses multiple incompatible features to select the local version of llvm installed. When I run maturin sdist
the command turns on all features (
Line 442 in 64dfe13
all_features: true, |
I'm not sure if this is a bug or not, but do you expect maturin sdist
to work for a project with multiple incompatible features?
Your maturin version (maturin --version
)
1.8.7
Your Python version (python -V
)
3.10.12
Your pip version (pip -V
)
22.0.2
What bindings you're using
pyo3
Does cargo build
work?
- Yes, it works
If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash /
)?
- Yes
Steps to Reproduce
clone -b ci https://github.com/pybop-team/pybop-diffsol
cd pybop-diffsol
maturin sdist
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working