Changes between Version 58 and Version 60 of Ticket #29013
- Timestamp:
- 09/18/20 04:50:43 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29013
-
Property
Dependencies
changed from
to
#22731
-
Property
Dependencies
changed from
-
Ticket #29013 – Description
v58 v60 9 9 (This could also be a configure variable ([[https://github.com/autotools-mirror/autoconf/blob/master/lib/autoconf/general.m4#L601|installation directory option]]) defaulting to `${prefix}`.) 10 10 11 (Tricky case: When system python3 is not in use and SAGE_VENV != SAGE_LOCAL, then both a real `$SAGE_LOCAL/bin/python3` needs to be built and a venv in SAGE_VENV created.) 12 11 13 To implement this, an SPKG needs an indication that it is a Python package - for example #30024. 12 14