Admin/isatest/settings/mac-poly
changeset 22412 6366b0bd1bc3
child 25532 27f6771ae8fb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Admin/isatest/settings/mac-poly	Mon Mar 05 22:25:00 2007 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# -*- shell-script -*-
     1.5 +
     1.6 +  POLYML_HOME="/usr/proj/polyml/polyml-5.0"
     1.7 +  ML_SYSTEM="polyml-5.0"
     1.8 +  ML_PLATFORM="ppc-darwin"
     1.9 +  ML_HOME="$POLYML_HOME/$ML_PLATFORM"
    1.10 +  ML_OPTIONS="-H 500"
    1.11 +
    1.12 +ISABELLE_HOME_USER=~/isabelle-mac-poly
    1.13 +
    1.14 +# Where to look for isabelle tools (multiple dirs separated by ':').
    1.15 +ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
    1.16 +
    1.17 +# Location for temporary files (should be on a local file system).
    1.18 +ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
    1.19 +
    1.20 +
    1.21 +# Heap input locations. ML system identifier is included in lookup.
    1.22 +ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
    1.23 +
    1.24 +# Heap output location. ML system identifier is appended automatically later on.
    1.25 +if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then
    1.26 +  #Isabelle build tells us to store heaps etc. within the distribution.
    1.27 +  ISABELLE_OUTPUT="$ISABELLE_HOME/heaps"
    1.28 +  ISABELLE_BROWSER_INFO="$ISABELLE_HOME/browser_info"
    1.29 +else
    1.30 +  ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
    1.31 +  ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
    1.32 +fi
    1.33 +
    1.34 +ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true -g false"
    1.35 +
    1.36 +HOL_USEDIR_OPTIONS="-p 2"