Changes between Version 9 and Version 10 of Ticket #29500
- Timestamp:
- Sep 6, 2020, 5:18:41 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29500 – Description
v9 v10 3 3 In this ticket, we break the build process into these steps: 4 4 5 1. In `spkg-build`, build the wheel explicitly using `pip wheel ` (or `setup.py bdist_wheel`); storethe wheel in `SAGE_ROOT/wheelhouse`.5 1. In `spkg-build`, build the wheel explicitly using `pip wheel --no-binary --no-build-isolation -w "$SAGE_ROOT/wheelhouse"` (or `setup.py bdist_wheel`), which stores the wheel in `SAGE_ROOT/wheelhouse`. 6 6 7 7 2. In `spkg-install`, install the wheel.