Hi!
Andreas Enge <[email protected]> skribis:
> Patch attached for a new file algebra.scm containing fplll and mpfrcx.
Applied, thanks.
> I also tried to add gmp-ecm, but it is only downloadable over https://,
> which is not yet implemented.
Oh. Would be great if they had an FTP or HTTP mirror.
> Then I would like to add Pari/GP, but it uses non-standard commands
> ("./Configure" instead of "./configure", "make all" instead of "make",
> "make dobench" instead of "make check"; only "make install" is the same).
> Can this be done easily?
Roughly, yes. See how this is done for Perl, for instance: the idea is
to replace the standard ‘configure’ phase (which can be seen in
gnu-build-system.scm) by a custom one, via the #:phases argument.
HTH,
Ludo’.