Re: [PATCH] gnu: Add GNU APL.

2013-11-10 Thread Ludovic Courtès
Nikita Karetnikov skribis: >> Do Readline and LAPACK show up in ‘guix gc --references $(guix build >> apl)’? If they don’t, you can remove them. > > LAPACK doesn’t show up, but this line appears in the logs when it’s > omitted: > > LApack.cc:410:2: warning: #warning liblapack not found or not in

Re: [PATCH] gnu: Add GNU APL.

2013-11-10 Thread Nikita Karetnikov
> Do Readline and LAPACK show up in ‘guix gc --references $(guix build > apl)’? If they don’t, you can remove them. LAPACK doesn’t show up, but this line appears in the logs when it’s omitted: LApack.cc:410:2: warning: #warning liblapack not found or not installed. ⌹ will not work. [-Wcpp] >

Re: [PATCH] gnu: Add GNU APL.

2013-11-07 Thread Ludovic Courtès
Nikita Karetnikov 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

[PATCH] gnu: Add GNU APL.

2013-11-07 Thread Nikita Karetnikov
10:23:22 + Subject: [PATCH] gnu: Add GNU APL. * gnu/packages/apl.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am|1 + gnu/packages/apl.scm | 50 ++ 2 files changed, 51 insertions(+) create mode 100644