author | wenzelm |
Sun, 28 Feb 2016 19:54:18 +0100 | |
changeset 62455 | 2026ef279d1e |
parent 57585 | ce06a901c050 |
permissions | -rw-r--r-- |
31310 | 1 |
# -*- shell-script -*- :mode=shellscript: |
25530 | 2 |
|
48991
0350245dec1c
init components from local clone that is used to produce the test distribition, which itself lacks Admin;
wenzelm
parents:
48931
diff
changeset
|
3 |
init_components /home/isabelle/contrib "$HOME/admin/components/main" |
0350245dec1c
init components from local clone that is used to produce the test distribition, which itself lacks Admin;
wenzelm
parents:
48931
diff
changeset
|
4 |
init_components /home/isabelle/contrib "$HOME/admin/components/optional" |
0350245dec1c
init components from local clone that is used to produce the test distribition, which itself lacks Admin;
wenzelm
parents:
48931
diff
changeset
|
5 |
init_components /home/isabelle/contrib "$HOME/admin/components/nonfree" |
0350245dec1c
init components from local clone that is used to produce the test distribition, which itself lacks Admin;
wenzelm
parents:
48931
diff
changeset
|
6 |
|
62455 | 7 |
ML_PLATFORM="$ISABELLE_PLATFORM32" |
8 |
ML_HOME="$POLYML_HOME/$ML_PLATFORM" |
|
9 |
ML_OPTIONS="-H 1000 --gcthreads 4" |
|
25530 | 10 |
|
57585 | 11 |
ISABELLE_GHC=ghc |
25530 | 12 |
|
48931 | 13 |
ISABELLE_HOME_USER=~/isabelle-mac-poly-M2 |
25530 | 14 |
|
15 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
|
16 |
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" |
|
17 |
||
18 |
# Location for temporary files (should be on a local file system). |
|
19 |
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER" |
|
20 |
||
21 |
||
22 |
# Heap input locations. ML system identifier is included in lookup. |
|
23 |
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps" |
|
24 |
||
25 |
# Heap output location. ML system identifier is appended automatically later on. |
|
26210 | 26 |
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps" |
27 |
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" |
|
25530 | 28 |
|
48931 | 29 |
ISABELLE_BUILD_OPTIONS="browser_info=true document=pdf threads=2 parallel_proofs=2" |