[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add GNU APL.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add GNU APL. |
Date: |
Thu, 07 Nov 2013 14:42:30 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Nikita Karetnikov <address@hidden> skribis:
> Even though ‘README-1-prerequisites’ states that LAPACK, Gettext, and
> Readline are needed, GNU APL successfully builds without them. Would
> you like to keep these inputs anyway?
Do Readline and LAPACK show up in ‘guix gc --references $(guix build
apl)’? If they don’t, you can remove them.
As for gettext, please check in the log whether some of its commands are
actually run. Normally, when using Autoconf + Automake, the source
tarball comes with .mo files, so it’s not necessary to have Gettext as
an input.
Otherwise the patch looks good to me.
Thanks,
Ludo’.