author | wenzelm |
Sun, 31 Jan 2016 13:25:21 +0100 | |
changeset 62252 | 6a87f7b15b69 |
parent 62199 | fc55a4e3f439 |
child 62281 | 707f9b182f4f |
permissions | -rw-r--r-- |
38469 | 1 |
Poly/ML for Isabelle |
2 |
==================== |
|
27012 | 3 |
|
62252 | 4 |
This compilation of Poly/ML 5.6 (http://www.polyml.org) is based on the source |
5 |
distribution from https://github.com/polyml/polyml/releases/tag/v5.6/. |
|
57689
e189ba8a64b9
updated to polyml-5.5.2-1 which addresses two hard crashes;
wenzelm
parents:
56958
diff
changeset
|
6 |
|
41330 | 7 |
The included build script is used like this: |
8 |
||
9 |
./build src x86-linux --with-gmp |
|
10 |
./build src x86_64-linux --with-gmp |
|
11 |
./build src x86-darwin --without-gmp |
|
12 |
./build src x86_64-darwin --without-gmp |
|
60983
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60188
diff
changeset
|
13 |
./build src x86-windows --with-gmp |
61071 | 14 |
./build src x86_64-windows --with-gmp |
41330 | 15 |
|
41331 | 16 |
Also note that the separate "sha1" library module is required for |
62252 | 17 |
efficient digestion of strings according to SHA-1. |
41331 | 18 |
|
19 |
||
57689
e189ba8a64b9
updated to polyml-5.5.2-1 which addresses two hard crashes;
wenzelm
parents:
56958
diff
changeset
|
20 |
Makarius |
62252 | 21 |
31-Jan-2016 |