Admin/polyml/README
author wenzelm
Fri, 18 Aug 2017 20:47:47 +0200
changeset 66453 cc19f7ca2ed6
parent 65805 d3c5898f1a5e
child 67099 3345d53e7c58
permissions -rw-r--r--
session-qualified theory imports: isabelle imports -U -i -d '~~/src/Benchmarks' -a;

Poly/ML for Isabelle
====================

This compilation of Poly/ML 5.7 (http://www.polyml.org) is based on the
source distribution from https://github.com/polyml/polyml/releases/tag/v5.7

The Isabelle repository provides the administrative tool "build_polyml",
which can be used in the polyml component directory as follows.

* Linux:

  $ isabelle build_polyml -m32 -s sha1 src --with-gmp
  $ isabelle build_polyml -m64 -s sha1 src --with-gmp

* Mac OS X:

  $ isabelle build_polyml -m32 -s sha1 src --without-gmp
  $ isabelle build_polyml -m64 -s sha1 src --without-gmp

* Windows (Cygwin shell)

  $ isabelle build_polyml -M /cygdrive/c/msys64 -m32 -s sha1 src --with-gmp
  $ isabelle build_polyml -M /cygdrive/c/msys64 -m64 -s sha1 src --with-gmp


        Makarius
        12-May-2017