-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Milestone
Description
While we are at it, move the gap install to $SAGE_LOCAL/gap/gap.x.y.z
. Its not cool to put anything but libraries into /lib
. Also, make a symlink latest
-> gap-x.y.z
so that not every script has to figure out the current version number. This follows what is usually done with java, another offender who can't install in a standards-compliant manner:
[vbraun@laptop ~]$ ll /usr/java
total 8
drwxr-xr-x. 3 root root 4096 Jul 9 17:37 jdk1.7.0_03
drwxr-xr-x. 8 root root 4096 Jul 9 17:37 jdk1.7.0_05
lrwxrwxrwx. 1 root root 21 Jul 9 17:37 latest -> /usr/java/jdk1.7.0_05
Updated spkgs:
- http://www.stp.dias.ie/~vbraun/Sage/spkg/gap-4.5.7.p1.spkg
- http://www.stp.dias.ie/~vbraun/Sage/spkg/gap_packages-4.5.7.spkg
- http://www.stp.dias.ie/~vbraun/Sage/spkg/database_gap-4.5.7.spkg
Apply to SAGE_ROOT
Apply
- attachment: trac_13211_fix_gap_doctests_vb.patch
- attachment: trac_13211_itanium_fix.patch
- attachment: trac_13211_quit_after_workspace.patch
- attachment: trac_13211_quit.patch
Depends on #13123
Depends on #13579
Upstream: Reported upstream. Developers acknowledge bug.
CC: @ppurka @dimpase @miguelmarco @jhpalmieri @rbeezer @vbraun @burcin
Component: packages: standard
Author: Volker Braun, Jeroen Demeyer
Reviewer: Dmitrii Pasechnik
Merged: sage-5.6.beta1
Issue created by migration from https://trac.sagemath.org/ticket/13211