Admin/isatest/settings/at-sml-dev-e
author isatest
Mon, 14 Jan 2008 23:19:28 +0100
changeset 25912 a1a3f614dd86
child 26210 cf904c5642e1
permissions -rw-r--r--
make at-sml-dev experimental
isatest@25912
     1
# -*- shell-script -*-
isatest@25912
     2
isatest@25912
     3
# Standard ML of New Jersey 110 or later
isatest@25912
     4
ML_SYSTEM=smlnj
isatest@25912
     5
ML_HOME="/usr/proj/smlnj/110.67/bin"
isatest@25912
     6
ML_OPTIONS="@SMLdebug=/dev/null"
isatest@25912
     7
ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX")
isatest@25912
     8
isatest@25912
     9
ISABELLE_HOME_USER="$HOME/isabelle-at-sml-dev-e"
isatest@25912
    10
isatest@25912
    11
# Where to look for isabelle tools (multiple dirs separated by ':').
isatest@25912
    12
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
isatest@25912
    13
isatest@25912
    14
# Location for temporary files (should be on a local file system).
isatest@25912
    15
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
isatest@25912
    16
isatest@25912
    17
isatest@25912
    18
# Heap input locations. ML system identifier is included in lookup.
isatest@25912
    19
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
isatest@25912
    20
isatest@25912
    21
# Heap output location. ML system identifier is appended automatically later on.
isatest@25912
    22
if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then
isatest@25912
    23
  #Isabelle build tells us to store heaps etc. within the distribution.
isatest@25912
    24
  ISABELLE_OUTPUT="$ISABELLE_HOME/heaps"
isatest@25912
    25
  ISABELLE_BROWSER_INFO="$ISABELLE_HOME/browser_info"
isatest@25912
    26
else
isatest@25912
    27
  ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
isatest@25912
    28
  ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
isatest@25912
    29
fi
isatest@25912
    30
isatest@25912
    31
ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true"
isatest@25912
    32
isatest@25912
    33
HOL_USEDIR_OPTIONS="-p 0"