# HG changeset patch # User wenzelm # Date 1347877181 -7200 # Node ID f0c86a5ef4e21d3c6574eba8a61a8f67fb62d365 # Parent a9d9f3483b7135233fad276775083fd166467a27 some updates for polyml-5.5.0; diff -r a9d9f3483b71 -r f0c86a5ef4e2 Admin/polyml/README --- a/Admin/polyml/README Mon Sep 17 02:25:38 2012 +0200 +++ b/Admin/polyml/README Mon Sep 17 12:19:41 2012 +0200 @@ -1,7 +1,7 @@ Poly/ML for Isabelle ==================== -This compilation of Poly/ML 5.4.1 is based on the official sources +This compilation of Poly/ML 5.5.0 is based on the official sources from http://www.polyml.org The included build script is used like this: @@ -12,12 +12,9 @@ ./build src x86_64-darwin --without-gmp ./build src x86-cygwin --with-gmp -The multi-platform directory layout for executables and shared -libraries accommodates the standard ML_HOME settings for Isabelle. - Also note that the separate "sha1" library module is required for efficient digesting of strings according to SHA-1. Makarius - 15-Oct-2011 + 17-Sep-2012 diff -r a9d9f3483b71 -r f0c86a5ef4e2 Admin/polyml/settings --- a/Admin/polyml/settings Mon Sep 17 02:25:38 2012 +0200 +++ b/Admin/polyml/settings Mon Sep 17 12:19:41 2012 +0200 @@ -2,7 +2,7 @@ # basic settings -#ML_SYSTEM=polyml-5.4.1 +#ML_SYSTEM=polyml-5.5.0 #ML_PLATFORM="$ISABELLE_PLATFORM" #ML_HOME="$COMPONENT/$ML_PLATFORM" #ML_OPTIONS="-H 500" @@ -11,7 +11,7 @@ # smart settings -ML_SYSTEM=polyml-5.4.1 +ML_SYSTEM=polyml-5.5.0 case "$ISABELLE_PLATFORM" in *-linux)