Admin/isatest/settings/annomaly
author isatest
Wed, 19 Sep 2007 13:52:54 +0200
changeset 24647 212c9b342a67
parent 22639 a9551463543c
child 26210 cf904c5642e1
permissions -rw-r--r--
move at-sml-dev to 2-processor atbroy100
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22409
5f7c9c82b05e AnnoMaLy related files, as discussed in mails with Gerwin Klein
gagern
parents:
diff changeset
     1
ML_SYSTEM=annomaly
5f7c9c82b05e AnnoMaLy related files, as discussed in mails with Gerwin Klein
gagern
parents:
diff changeset
     2
ML_HOME="$SMLNJ_HOME/bin"
5f7c9c82b05e AnnoMaLy related files, as discussed in mails with Gerwin Klein
gagern
parents:
diff changeset
     3
ML_OPTIONS="-m $SMLNJ_HOME/annomaly/annomaly.cm @SMLdebug=/dev/null"
5f7c9c82b05e AnnoMaLy related files, as discussed in mails with Gerwin Klein
gagern
parents:
diff changeset
     4
ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX")
22639
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
     5
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
     6
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
     7
ISABELLE_HOME_USER="$HOME/isabelle-annomaly"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
     8
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
     9
# Where to look for isabelle tools (multiple dirs separated by ':').
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    10
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    11
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    12
# Location for temporary files (should be on a local file system).
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    13
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    14
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    15
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    16
# Heap input locations. ML system identifier is included in lookup.
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    17
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    18
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    19
# Heap output location. ML system identifier is appended automatically later on.
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    20
if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    21
  #Isabelle build tells us to store heaps etc. within the distribution.
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    22
  ISABELLE_OUTPUT="$ISABELLE_HOME/heaps"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    23
  ISABELLE_BROWSER_INFO="$ISABELLE_HOME/browser_info"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    24
else
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    25
  ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    26
  ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    27
fi
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    28
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    29
ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    30
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    31
HOL_USEDIR_OPTIONS="-p 0"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    32