chipsalliance / fasm

FPGA Assembly (FASM) Parser and Generator
https://fasm.readthedocs.io
Apache License 2.0
90 stars 30 forks source link

Update method of selecting shared/static installs when available. #44

Open HackerFoo opened 3 years ago

HackerFoo commented 3 years ago

The --no-use-pep517 flag is needed to select between shared and static installs because there is currently no way to pass flags with PEP517.

Relevant issue: https://github.com/pypa/pip/issues/5771