updated to smlnj 110.76;
authorwenzelm
Mon, 16 Sep 2013 12:51:33 +0200
changeset 53658 9e8714b4661a
parent 53657 64942a1f7187
child 53659 85ae414b0363
updated to smlnj 110.76;
Admin/isatest/settings/at-sml-dev-e
Admin/mira.py
--- a/Admin/isatest/settings/at-sml-dev-e	Mon Sep 16 12:37:54 2013 +0200
+++ b/Admin/isatest/settings/at-sml-dev-e	Mon Sep 16 12:51:33 2013 +0200
@@ -3,7 +3,7 @@
 init_components /home/isabelle/contrib "$HOME/admin/components/main"
 
 ML_SYSTEM=smlnj
-ML_HOME="/home/smlnj/110.75/bin"
+ML_HOME="/home/smlnj/110.76/bin"
 ML_OPTIONS="@SMLdebug=/dev/null @SMLalloc=1024"
 ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX")
 
--- a/Admin/mira.py	Mon Sep 16 12:37:54 2013 +0200
+++ b/Admin/mira.py	Mon Sep 16 12:51:33 2013 +0200
@@ -324,7 +324,7 @@
 
 smlnj_settings = '''
 ML_SYSTEM=smlnj
-ML_HOME="/home/smlnj/110.74/bin"
+ML_HOME="/home/smlnj/110.76/bin"
 ML_OPTIONS="@SMLdebug=/dev/null @SMLalloc=1024"
 ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX")
 '''