5 | | * mpir |
6 | | * boehm_gc |
7 | | |
8 | | == Special Update/Build Instructions == |
9 | | * Delete the src/msvc directory |
10 | | * Delete the src/contrib/encodings directory. So, do not build with |
11 | | --enable-unicode: See http://trac.sagemath.org/sage_trac/ticket/7732 |
12 | | * TODO: Delete the src/src/gmp directory (13MB!), as we use MPIR |
13 | | - perhaps add --with-gmp-prefix=$SAGE_LOCAL to configure |
14 | | to make sure we use Sage's one (MPIR); this is independent |
15 | | of the deletion of src/src/gmp |
16 | | - needs copying src/src/gmp/install-sh to somewhere else or |
17 | | patching configure to use e.g. that one in src/src/gc |
18 | | * TODO: Make ECL use Sage's Boehm GC on MacOS X as well (but perhaps |
19 | | put some changes from ECL's into Sage's Boehm GC), then remove |
20 | | the src/src/gc directory, too |
21 | | |
22 | | == Changelog == |
23 | | |
24 | | === ecl-10.2.1.p2 (Leif Leonhardy, 13th July 2010) === |
25 | | * Removed src/msvc and src/contrib/encodings directories again. |
26 | | * Updated build/update instructions above. |
27 | | }}} |
28 | | (See also [http://trac.sagemath.org/sage_trac/ticket/9187#comment:29 this comment] ff. at #9187) |
29 | | |
30 | | More worth is removing the GMP source tree, too: |
31 | | {{{ |
32 | | $ ls -l ecl-stripped-v?/*.spkg |
33 | | -rw-r--r-- 1 leif64 leif64 3976609 Jul 14 00:42 ecl-stripped-v1/ecl-10.2.1.p2.spkg |
34 | | -rw-r--r-- 1 leif64 leif64 2379135 Jul 14 00:02 ecl-stripped-v2/ecl-10.2.1.p2.spkg |
35 | | }}} |
36 | | (v2 with in addition GMP removed is less than half the size!) |
| 3 | Use tarball at: |
| 4 | * http://boxen.math.washington.edu/home/jpflori/upstream/ecl-12.12.1.20140409.tar.bz2 |