-
Hi, I'm trying to package a maturin project (mixed python/rust) for conda. I usually have all deps statically compiled for the python package, so the https://github.com/gauteh/roaring-landmask Regards, Gaute |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can set Lines 34 to 36 in c6bbcce Lines 67 to 69 in c6bbcce |
Beta Was this translation helpful? Give feedback.
You can set
MATURIN_PEP517_ARGS
env var, for example:MATURIN_PEP517_ARGS="--features static"
.maturin/maturin/__init__.py
Lines 34 to 36 in c6bbcce
maturin/maturin/__init__.py
Lines 67 to 69 in c6bbcce