| author | wenzelm |
| Fri, 06 Mar 2015 21:20:30 +0100 | |
| changeset 59627 | bb1e4a35d506 |
| parent 57689 | e189ba8a64b9 |
| child 60123 | d990db067a3d |
| permissions | -rw-r--r-- |
| 38469 | 1 |
Poly/ML for Isabelle |
2 |
==================== |
|
| 27012 | 3 |
|
|
57689
e189ba8a64b9
updated to polyml-5.5.2-1 which addresses two hard crashes;
wenzelm
parents:
56958
diff
changeset
|
4 |
This compilation of Poly/ML 5.5.2 is based on |
|
e189ba8a64b9
updated to polyml-5.5.2-1 which addresses two hard crashes;
wenzelm
parents:
56958
diff
changeset
|
5 |
http://sourceforge.net/p/polyml/code/HEAD/tree/fixes-5.5.2 version |
|
e189ba8a64b9
updated to polyml-5.5.2-1 which addresses two hard crashes;
wenzelm
parents:
56958
diff
changeset
|
6 |
1955. See also fixes-5.5.2.diff for the differences to the official |
|
e189ba8a64b9
updated to polyml-5.5.2-1 which addresses two hard crashes;
wenzelm
parents:
56958
diff
changeset
|
7 |
source distribution polyml.5.5.2.tar.gz from |
| 53686 | 8 |
http://sourceforge.net/projects/polyml/. |
| 41331 | 9 |
|
|
57689
e189ba8a64b9
updated to polyml-5.5.2-1 which addresses two hard crashes;
wenzelm
parents:
56958
diff
changeset
|
10 |
|
| 41330 | 11 |
The included build script is used like this: |
12 |
||
13 |
./build src x86-linux --with-gmp |
|
14 |
./build src x86_64-linux --with-gmp |
|
15 |
./build src x86-darwin --without-gmp |
|
16 |
./build src x86_64-darwin --without-gmp |
|
17 |
./build src x86-cygwin --with-gmp |
|
18 |
||
| 41331 | 19 |
Also note that the separate "sha1" library module is required for |
20 |
efficient digesting of strings according to SHA-1. |
|
21 |
||
22 |
||
|
57689
e189ba8a64b9
updated to polyml-5.5.2-1 which addresses two hard crashes;
wenzelm
parents:
56958
diff
changeset
|
23 |
Makarius |
|
e189ba8a64b9
updated to polyml-5.5.2-1 which addresses two hard crashes;
wenzelm
parents:
56958
diff
changeset
|
24 |
25-Jul-2014 |