[Libre-soc-bugs] [Bug 433] building pia (power instruction analyser) needs to be documented

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Fri Jul 24 23:22:59 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=433

--- Comment #32 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #31)
> (In reply to Jacob Lifshay from comment #29)
> 
> > '--cargo-extra-args=--features python-extension']
> 
> that there is no option to select python3.7 (or any other version) is i
> believe the source of the problem.
> 
> it should be
> --features python-extension=3.7,3.8 (or other format)

those are Rust features, not python features.

If you want to explicitly select an interpreter when using maturin, use:
maturin build -i python3 --cargo-...
I haven't tested that though.

The .tar.gz file created in target/ is the sdist. installing it will try to
build power-instruction-analyzer all over again, rather than using the wheels
that you just built.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list