[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
Wed Jul 15 16:57:56 BST 2020


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

--- Comment #3 from Jacob Lifshay <programmerjake at gmail.com> ---
I keep forgetting everything :P

(In reply to Jacob Lifshay from comment #1)
> just needs a relatively recent version of Rust (last year or so, didn't
> check how far back it works) -- nightly no longer needed since PyO3 v0.11.x
> 
> build script (on x86_64 Linux):
> pip install .
> 
> build script (on something else or if you don't like pip -- requires a
> virtualenv):
> cargo install maturin
> maturin develop
should be:
maturin develop --cargo-extra-args=--features=python-extension
> 
> build script (if you also don't like virtualenv):
> cargo install maturin
> maturin build
should be:
maturin build --cargo-extra-args=--features=python-extension
> # could have path to wheel incorrect, icr for sure
> <snip>

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


More information about the libre-soc-bugs mailing list