Changes between Version 10 and Version 11 of Ticket #29500
- Timestamp:
- Sep 6, 2020, 5:20:11 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29500 – Description
v10 v11 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 --no-binary --no-build-isolation -w "$SAGE_ROOT/wheelhouse"` (or `setup.py bdist_wheel`), which stores the wheel in `SAGE_ROOT/wheelhouse`.5 1. In `spkg-build`, build the wheel explicitly using `pip wheel --no-binary :all: --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.