Admin/isatest/settings/at64-poly
author wenzelm
Thu, 06 Mar 2008 19:21:20 +0100
changeset 26210 cf904c5642e1
parent 25532 27f6771ae8fb
child 26371 8e4286e2bffe
permissions -rw-r--r--
removed obsolete THIS_IS_ISABELLE_BUILD feature;
kleing@25529
     1
# -*- shell-script -*-
kleing@25529
     2
kleing@25532
     3
  POLYML_HOME="/usr/proj/polyml/polyml-5.1"
kleing@25532
     4
  ML_SYSTEM="polyml-5.1"
kleing@25529
     5
  ML_PLATFORM="x86_64-linux"
kleing@25529
     6
  ML_HOME="$POLYML_HOME/$ML_PLATFORM"
kleing@25529
     7
  ML_OPTIONS="-H 500"
kleing@25529
     8
kleing@25529
     9
ISABELLE_HOME_USER=~/isabelle-at64-poly-e
kleing@25529
    10
kleing@25529
    11
# Where to look for isabelle tools (multiple dirs separated by ':').
kleing@25529
    12
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
kleing@25529
    13
kleing@25529
    14
# Location for temporary files (should be on a local file system).
kleing@25529
    15
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
kleing@25529
    16
kleing@25529
    17
kleing@25529
    18
# Heap input locations. ML system identifier is included in lookup.
kleing@25529
    19
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
kleing@25529
    20
kleing@25529
    21
# Heap output location. ML system identifier is appended automatically later on.
wenzelm@26210
    22
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
wenzelm@26210
    23
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
kleing@25529
    24
kleing@25529
    25
ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true"
kleing@25529
    26
kleing@25529
    27
HOL_USEDIR_OPTIONS="-p 2"