#13416: Fix GAP dependencies
----------------------------------+-----------------------------------------
Reporter: jdemeyer | Owner: GeorgSWeber
Type: enhancement | Status: new
Priority: minor | Milestone: sage-5.4
Component: build | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Jeroen Demeyer | Merged in:
Dependencies: | Stopgaps:
----------------------------------+-----------------------------------------
Comment (by vbraun):
GAP does use readline if available, and we do link against it:
{{{
(sage-sh) vbraun@volker-desktop:hg$ ldd $SAGE_LOCAL/gap/latest/bin/x86_64
-unknown-linux-gnu-gcc-default64/gap
linux-vdso.so.1 => (0x00007fff78fff000)
libm.so.6 => /lib64/libm.so.6 (0x00000036c4800000)
libreadline.so.6 =>
/home/vbraun/opt/sage-5.3.rc1/local/lib/libreadline.so.6
(0x00007f2291759000)
libncurses.so.5 => /lib64/libncurses.so.5 (0x00000036da400000)
libtinfo.so.5 => /lib64/libtinfo.so.5 (0x00000036d5800000)
libdl.so.2 => /lib64/libdl.so.2 (0x00000036c5000000)
libutil.so.1 => /lib64/libutil.so.1 (0x00000036d6800000)
libc.so.6 => /lib64/libc.so.6 (0x00000036c4400000)
/lib64/ld-linux-x86-64.so.2 (0x00000036c4000000)
}}}
We don't need the Sage library, at least gap-4.5.5 doesn't build the
workspace cache as part of the spkg. Adding TERMCAP to the deps sounds
good to me.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13416#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.