Changes between Initial Version and Version 4 of Ticket #18517
- Timestamp:
- 05/26/15 11:54:19 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18517
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
7e5095c53fd9575a4abbbc7bbb6a219af431bbb8
-
Property
Dependencies
changed from
to
#17607
-
Property
Branch
changed from
to
u/jdemeyer/clean_up_build_install_after__17607
-
Property
Status
changed from
-
Ticket #18517 – Description
initial v4 1 Instead of creating totally new package types like `python2standard`, adding the following lines in `build/install` is sufficient to implement #17607: 2 {{{ 3 if [ "$SAGE_PYTHON3" = yes ]; then 4 echo >&5 'PYTHON = $(PYTHON3)' 5 else 6 echo >&5 'PYTHON = $(PYTHON2)' 7 fi 8 }}}