author | wenzelm |
Wed, 22 Apr 2015 18:43:33 +0200 | |
changeset 60188 | b8b7006a64ef |
parent 60123 | d990db067a3d |
child 60983 | ff4a67c65084 |
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 |
60188
b8b7006a64ef
updated polyml according to fixes-5.5.2 SVN version 2009;
wenzelm
parents:
60123
diff
changeset
|
6 |
2009. See also fixes-5.5.2.diff for the differences to the official |
57689
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 |
60188
b8b7006a64ef
updated polyml according to fixes-5.5.2 SVN version 2009;
wenzelm
parents:
60123
diff
changeset
|
24 |
22-Apr-2015 |