Admin/isatest/settings/annomaly
author nipkow
Sun, 22 Feb 2009 17:25:28 +0100
changeset 30056 0a35bee25c20
parent 26210 cf904c5642e1
child 31310 b5365a9db718
permissions -rw-r--r--
added lemmas
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.
26210
cf904c5642e1 removed obsolete THIS_IS_ISABELLE_BUILD feature;
wenzelm
parents: 22639
diff changeset
    20
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
cf904c5642e1 removed obsolete THIS_IS_ISABELLE_BUILD feature;
wenzelm
parents: 22639
diff changeset
    21
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
22639
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    22
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    23
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
    24
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    25
HOL_USEDIR_OPTIONS="-p 0"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    26