author | wenzelm |
Mon, 27 Aug 2012 11:41:54 +0200 | |
changeset 48931 | 5787fbb89979 |
parent 48729 | 093eb27374bb |
child 48991 | 0350245dec1c |
permissions | -rw-r--r-- |
31310 | 1 |
# -*- shell-script -*- :mode=shellscript: |
25530 | 2 |
|
48931 | 3 |
ML_SYSTEM="polyml-5.5.0" |
4 |
ML_PLATFORM="x86-darwin" |
|
5 |
ML_HOME="/home/polyml/polyml-svn/$ML_PLATFORM" |
|
6 |
ML_OPTIONS="-H 500" |
|
25530 | 7 |
|
8 |
||
48931 | 9 |
ISABELLE_HOME_USER=~/isabelle-mac-poly-M2 |
25530 | 10 |
|
11 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
|
12 |
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" |
|
13 |
||
14 |
# Location for temporary files (should be on a local file system). |
|
15 |
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER" |
|
16 |
||
17 |
||
18 |
# Heap input locations. ML system identifier is included in lookup. |
|
19 |
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps" |
|
20 |
||
21 |
# Heap output location. ML system identifier is appended automatically later on. |
|
26210 | 22 |
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps" |
23 |
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" |
|
25530 | 24 |
|
48931 | 25 |
ISABELLE_BUILD_OPTIONS="browser_info=true document=pdf threads=2 parallel_proofs=2" |
25530 | 26 |
|
48931 | 27 |
init_components /home/isabelle/contrib "$ISABELLE_HOME/Admin/components/main" |
28 |
init_components /home/isabelle/contrib "$ISABELLE_HOME/Admin/components/optional" |
|
29 |
init_components /home/isabelle/contrib "$ISABELLE_HOME/Admin/components/nonfree" |
|
42423
5a7217f098bd
migrated macbroy6 to macbroy30, which is the new "mobile" server (2 cores, 4 GB, Mac OS 10.5);
wenzelm
parents:
41967
diff
changeset
|
30 |