#6391: libGAP! -- create a Cython library interface to gap
----------------------------------------------------------------------------+
Reporter: was |
Owner: was
Type: enhancement |
Status: needs_review
Priority: major |
Milestone: sage-5.3
Component: group theory |
Resolution:
Keywords: |
Work issues:
Report Upstream: N/A |
Reviewers: Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein
Authors: Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein |
Merged in:
Dependencies: #13211 |
Stopgaps:
----------------------------------------------------------------------------+
Comment (by dimpase):
Replying to [comment:104 vbraun]:
> Gap links against MPIR just fine, the only issue is with a version check
that I reported here: https://groups.google.com/d/topic/mpir-
devel/X48SfwGkSd8/discussion. This is why the `spkg-install` adds
`-D__GMP_MP_RELEASE=50002` to the `CFLAGS`:
is there any reason for GAP being linked statically against GMP (i.e.
MPIR)?
{{{
$sage-5.4.beta1/local/gap/latest$ ldd bin/x86_64-unknown-linux-gnu-gcc-
default64/gap
linux-vdso.so.1 => (0x00007fff7c4c9000)
libm.so.6 => /lib/libm.so.6 (0x00007fa3e0d26000)
libreadline.so.6 => /lib/libreadline.so.6 (0x00007fa3e0ae2000)
libncurses.so.5 => /usr/lib/libncurses.so.5 (0x00007fa3e089b000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fa3e0697000)
libutil.so.1 => /lib/libutil.so.1 (0x00007fa3e0494000)
libc.so.6 => /lib/libc.so.6 (0x00007fa3e0131000)
/lib64/ld-linux-x86-64.so.2 (0x00007fa3e0fc3000)
$sage-5.4.beta1/local/gap/latest$ ../../../sage -gap
********* GAP, Version 4.5.6 of 16-Sep-2012 (free software, GPL)
* GAP * http://www.gap-system.org
********* Architecture: x86_64-unknown-linux-gnu-gcc-default64
Libs used: gmp, readline
Loading the library and packages ...
Components: trans 1.0, prim 2.1, small* 1.0, id* 1.0
Packages: CTblLib 1.2.1, FactInt 1.5.3, GAPDoc 1.5.1, LAGUNA 3.6.1,
TomLib 1.2.2
Try '?help' for help. See also '?copyright' and '?authors'
gap>
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6391#comment:109>
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.