author | wenzelm |
Thu, 13 Sep 2012 11:13:00 +0200 | |
changeset 49345 | f182f7fa158f |
parent 48729 | 093eb27374bb |
child 53486 | fc1a86e7d1e4 |
permissions | -rw-r--r-- |
31310 | 1 |
# -*- shell-script -*- :mode=shellscript: |
25529 | 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 |
|
45149
22ff7e226946
prefer recent polyml-5.4.1, but retain potentially fragile polyml-5.2.1 as experimental test;
wenzelm
parents:
41730
diff
changeset
|
5 |
POLYML_HOME="/home/polyml/polyml-5.4.1" |
22ff7e226946
prefer recent polyml-5.4.1, but retain potentially fragile polyml-5.2.1 as experimental test;
wenzelm
parents:
41730
diff
changeset
|
6 |
ML_SYSTEM="polyml-5.4.1" |
25529 | 7 |
ML_PLATFORM="x86_64-linux" |
8 |
ML_HOME="$POLYML_HOME/$ML_PLATFORM" |
|
35244 | 9 |
ML_OPTIONS="-H 1000" |
25529 | 10 |
|
35244 | 11 |
ISABELLE_HOME_USER=~/isabelle-at64-poly |
25529 | 12 |
|
13 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
|
14 |
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" |
|
15 |
||
16 |
# Location for temporary files (should be on a local file system). |
|
17 |
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER" |
|
18 |
||
19 |
||
20 |
# Heap input locations. ML system identifier is included in lookup. |
|
21 |
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps" |
|
22 |
||
23 |
# Heap output location. ML system identifier is appended automatically later on. |
|
26210 | 24 |
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps" |
25 |
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" |
|
25529 | 26 |
|
48629 | 27 |
ISABELLE_BUILD_OPTIONS="browser_info=true document=pdf" |
25529 | 28 |