-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to ease packaging libgap #2
Comments
Some comments and links (feel free to comment on the linked issues!)
|
I don't quite understand what you mean with "in parallel". I think what @nthiery meant was that GAP should simply be a command-line application linked against libGAP. So GAP would implement the Read-Eval-Print-Loop using libGAP to evaluate the GAP code. This is also the model used by PARI/GP, where PARI is the library and GP is a command-line application linked against PARI. |
I believe that's also what @fingolfin has in mind. |
Indeed. "In the future" here indicates "this is currently not possible, but we'll work on making it possible". |
The following steps would make it easier for packagers (e.g. Debian, ...) to include libgap, typically in a
gap-devel
package.We currently work around it in Sage by forcing the inclusion of the relevant Python header before the GAP header.
configure
andmake clean
between compilinggap
andlibgap
; this will be taken care of automatically when thegap
binary will be built on top oflibgap
.cc @fingolfin
The text was updated successfully, but these errors were encountered: