author | wenzelm |
Mon, 11 Feb 2013 14:39:04 +0100 | |
changeset 51085 | d90218288d51 |
parent 50644 | d15f1c39401c |
child 53658 | 9e8714b4661a |
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 |
50644 | 6 |
ML_HOME="/home/smlnj/110.75/bin" |
48728 | 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 |