Admin/isatest/settings/annomaly
author paulson
Tue, 02 Mar 2010 12:59:16 +0000
changeset 35509 13e83ce8391b
parent 34238 b28be884edda
permissions -rw-r--r--
merged
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31310
b5365a9db718 uniform treatment of shellscript mode;
wenzelm
parents: 26210
diff changeset
     1
# -*- shell-script -*- :mode=shellscript:
b5365a9db718 uniform treatment of shellscript mode;
wenzelm
parents: 26210
diff changeset
     2
22409
5f7c9c82b05e AnnoMaLy related files, as discussed in mails with Gerwin Klein
gagern
parents:
diff changeset
     3
ML_SYSTEM=annomaly
5f7c9c82b05e AnnoMaLy related files, as discussed in mails with Gerwin Klein
gagern
parents:
diff changeset
     4
ML_HOME="$SMLNJ_HOME/bin"
5f7c9c82b05e AnnoMaLy related files, as discussed in mails with Gerwin Klein
gagern
parents:
diff changeset
     5
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
     6
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
     7
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
ISABELLE_HOME_USER="$HOME/isabelle-annomaly"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    10
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    11
# 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
    12
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    13
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    14
# 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
    15
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    16
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    17
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    18
# 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
    19
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
    20
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    21
# 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
    22
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
cf904c5642e1 removed obsolete THIS_IS_ISABELLE_BUILD feature;
wenzelm
parents: 22639
diff changeset
    23
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
    24
a9551463543c set special ISABELLE_USER_HOME as in other isatest settings
isatest
parents: 22409
diff changeset
    25
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
    26