Gentoo Archives: gentoo-science

From: Steven Trogdon <strogdon@×××××.edu>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] common lisps overlay -> tree; maxima, fricas
Date: Mon, 22 Apr 2013 03:26:37
Message-Id: CAL52bMk9T=_d0-YyAvRmEyThno2U=PkJiO677it6MWnQQBY=nQ@mail.gmail.com
In Reply to: [gentoo-science] common lisps overlay -> tree; maxima, fricas by grozin@gentoo.org
1 On Sat, Apr 20, 2013 at 10:13 AM, <grozin@g.o> wrote:
2
3 > Hello *,
4 >
5 > Today I've committed to the tree the following packages (all pmasked):
6 >
7 > dev-lisp/asdf-2.33-r4
8 > dev-lisp/uiop-2.33-r1
9 > dev-lisp/sbcl-1.1.6-r4
10 > dev-lisp/clisp-2.49-r7.ebuild
11 > dev-lisp/clozurecl-1.9_p1
12 > dev-lisp/ecls-12.12.1-r4
13 > dev-lisp/cmucl-20d-r3
14 > sci-mathematics/maxima-5.30.0
15 > sci-mathematics/fricas-1.2.0
16 >
17 > The lisp stuff is from the lisp overlay. I haven't used the overlay
18 > specific eclasses, just the standard helpers (doins etc.).
19 >
20 > clozurecl-1.9-r3 from the overlay is a live ebuild; are some of the recent
21 > updates essential? I replaced it by the today's snapshot (I've put it to
22 > dev.gentoo.org).
23 >
24 > In clisp, I've corrected the dependency on pari (alas, it has to be
25 > <pari-2.5), and added an upstream patch which may be needed for new gcc
26 > versions.
27 >
28 > All abuilds are EAPI=5. Now, when a lisp used for maxima or fricas is
29 > upgraded, these CASs will be upgraded automatically - this is exactly the
30 > main point of EAPI5. It would be great to unmask all these packages soon,
31 > not to wait for years. Any specific reasons not to do so for any of these
32 > packages? Should something be improved before unmasking? Please, test! And
33 > inform me. Testsuites of maxima and fricas are OK, so, the lisps cannot be
34 > broken. But I am not so sure about the asdf stuff.
35 >
36 > Andrey
37 >
38 >
39 There is
40
41 https://bugs.gentoo.org/show_bug.cgi?id=465560
42
43 which I reported and seems to be related to slower hardware when running
44 the self-tests. This problem is still present with sbcl-1.1.6-r4. I'm not
45 sure about the threads issue that's also reported in the same bug. It seems
46 to me that sbcl, at least here, isn't built in parallel.
47
48 Steve