author | wenzelm |
Thu, 13 Sep 2012 11:13:00 +0200 | |
changeset 49345 | f182f7fa158f |
parent 48729 | 093eb27374bb |
child 50644 | d15f1c39401c |
permissions | -rw-r--r-- |
31310 | 1 |
# -*- shell-script -*- :mode=shellscript: |
25912 | 2 |
|
49345
f182f7fa158f
more standard init_components -- particularly important to pick up correct jdk/scala version;
wenzelm
parents:
48729
diff
changeset
|
3 |
init_components /home/isabelle/contrib "$HOME/admin/components/main" |
f182f7fa158f
more standard init_components -- particularly important to pick up correct jdk/scala version;
wenzelm
parents:
48729
diff
changeset
|
4 |
|
25912 | 5 |
ML_SYSTEM=smlnj |
48728 | 6 |
ML_HOME="/home/smlnj/110.74/bin" |
7 |
ML_OPTIONS="@SMLdebug=/dev/null @SMLalloc=1024" |
|
25912 | 8 |
ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX") |
9 |
||
10 |
ISABELLE_HOME_USER="$HOME/isabelle-at-sml-dev-e" |
|
11 |
||
12 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
|
13 |
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" |
|
14 |
||
15 |
# Location for temporary files (should be on a local file system). |
|
16 |
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER" |
|
17 |
||
18 |
||
19 |
# Heap input locations. ML system identifier is included in lookup. |
|
20 |
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps" |
|
21 |
||
22 |
# Heap output location. ML system identifier is appended automatically later on. |
|
26210 | 23 |
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps" |
24 |
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" |
|
25912 | 25 |
|
48629 | 26 |
ISABELLE_BUILD_OPTIONS="browser_info=true document=pdf" |
25912 | 27 |