author | blanchet |
Wed, 29 May 2013 02:35:49 +0200 | |
changeset 52214 | 4cc5a80bba80 |
parent 52052 | 892061142ba6 |
child 52450 | e09e1091394d |
permissions | -rw-r--r-- |
24211 | 1 |
# -*- shell-script -*- :mode=shellscript: |
2294 | 2 |
# |
47173 | 3 |
# Isabelle settings -- distribution defaults. |
16875 | 4 |
# |
5 |
# Important notes: |
|
47173 | 6 |
# * See the "system" manual for explanations on Isabelle settings |
16875 | 7 |
# * DO NOT EDIT the repository copy of this file! |
47173 | 8 |
# * DO NOT COPY this file into your ~/.isabelle directory! |
2309 | 9 |
|
2426 | 10 |
### |
27906 | 11 |
### JVM components (Scala or Java) |
12 |
### |
|
13 |
||
51384 | 14 |
ISABELLE_SCALA_BUILD_OPTIONS="-nowarn -target:jvm-1.5 -Xmax-classfile-name 130" |
47009 | 15 |
|
27906 | 16 |
|
17 |
### |
|
28504
7ad7d7d6df47
simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents:
28474
diff
changeset
|
18 |
### Interactive sessions (cf. isabelle tty) |
25627 | 19 |
### |
20 |
||
21 |
ISABELLE_LINE_EDITOR="" |
|
26205
499f08293680
ISABELLE_LINE_EDITOR: prefer rlwrap, which passes interrupts properly;
wenzelm
parents:
25970
diff
changeset
|
22 |
[ -z "$ISABELLE_LINE_EDITOR" ] && ISABELLE_LINE_EDITOR="$(type -p rlwrap)" |
25627 | 23 |
[ -z "$ISABELLE_LINE_EDITOR" ] && ISABELLE_LINE_EDITOR="$(type -p ledit)" |
24 |
||
25 |
||
26 |
### |
|
52052
892061142ba6
discontinued obsolete isabelle usedir, mkdir, make;
wenzelm
parents:
51977
diff
changeset
|
27 |
### Batch sessions (cf. isabelle build) |
2435 | 28 |
### |
29 |
||
48466
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
wenzelm
parents:
48449
diff
changeset
|
30 |
ISABELLE_BUILD_OPTIONS="" |
51977
b55f90655328
more generous java resources via ISABELLE_BUILD_JAVA_OPTIONS;
wenzelm
parents:
51940
diff
changeset
|
31 |
ISABELLE_BUILD_JAVA_OPTIONS="-Xmx1024m -Xss1m" |
48466
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
wenzelm
parents:
48449
diff
changeset
|
32 |
|
2435 | 33 |
|
34 |
### |
|
28504
7ad7d7d6df47
simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents:
28474
diff
changeset
|
35 |
### Document preparation (cf. isabelle latex/document) |
7773 | 36 |
### |
37 |
||
38 |
ISABELLE_LATEX="latex" |
|
39 |
ISABELLE_PDFLATEX="pdflatex" |
|
7813 | 40 |
ISABELLE_BIBTEX="bibtex" |
14344 | 41 |
ISABELLE_MAKEINDEX="makeindex" |
7773 | 42 |
ISABELLE_DVIPS="dvips -D 600" |
11800 | 43 |
ISABELLE_EPSTOPDF="epstopdf" |
7773 | 44 |
|
13920 | 45 |
# Paranoia setting for strange latex installations ... |
11062 | 46 |
#unset TEXMF |
47 |
||
7773 | 48 |
|
49 |
### |
|
2968 | 50 |
### Misc path settings |
2426 | 51 |
### |
2294 | 52 |
|
48840 | 53 |
ISABELLE_COMPONENT_REPOSITORY="http://isabelle.in.tum.de/components" |
54 |
||
2426 | 55 |
# The place for user configuration, heap files, etc. |
48553 | 56 |
if [ -z "$ISABELLE_IDENTIFIER" ]; then |
48449 | 57 |
ISABELLE_HOME_USER="$USER_HOME/.isabelle" |
58 |
else |
|
59 |
ISABELLE_HOME_USER="$USER_HOME/.isabelle/$ISABELLE_IDENTIFIER" |
|
60 |
fi |
|
2294 | 61 |
|
3177 | 62 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
63 |
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" |
2786 | 64 |
|
4334 | 65 |
# Location for temporary files (should be on a local file system). |
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
66 |
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER" |
4334 | 67 |
|
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
68 |
# Heap input locations. ML system identifier is included in lookup. |
40387
e4c9e0dad473
moved ISABELLE_IDENTIFIER from ISABELLE_OUTPUT further up to ISABELLE_HOME_USER;
wenzelm
parents:
37174
diff
changeset
|
69 |
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps" |
2780 | 70 |
|
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
71 |
# Heap output location. ML system identifier is appended automatically later on. |
40387
e4c9e0dad473
moved ISABELLE_IDENTIFIER from ISABELLE_OUTPUT further up to ISABELLE_HOME_USER;
wenzelm
parents:
37174
diff
changeset
|
72 |
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps" |
26212 | 73 |
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" |
2780 | 74 |
|
16186 | 75 |
# Site settings check -- just to make it a little bit harder to copy this file verbatim! |
9225 | 76 |
[ -n "$ISABELLE_SITE_SETTINGS_PRESENT" ] && \ |
77 |
{ echo >&2 "### Isabelle site settings already present! Maybe copied etc/settings in full?"; } |
|
32305
c5523ded51d9
basic support for components (which imitate the usual Isabelle directory layout);
wenzelm
parents:
32292
diff
changeset
|
78 |
ISABELLE_SITE_SETTINGS_PRESENT=true |
9225 | 79 |
|
13920 | 80 |
|
81 |
### |
|
28651 | 82 |
### Default logic |
13920 | 83 |
### |
16186 | 84 |
|
3184 | 85 |
ISABELLE_LOGIC=HOL |
2294 | 86 |
|
2786 | 87 |
|
13920 | 88 |
### |
89 |
### Docs |
|
90 |
### |
|
2294 | 91 |
|
16186 | 92 |
# Where to look for docs (multiple dirs separated by ':'). |
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
93 |
ISABELLE_DOCS="$ISABELLE_HOME/doc" |
2345 | 94 |
|
16186 | 95 |
# Preferred document format |
15703 | 96 |
ISABELLE_DOC_FORMAT=pdf |
97 |
||
50197
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
98 |
# PDF file viewer (command-line to eval) |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
99 |
case "$ISABELLE_PLATFORM_FAMILY" in |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
100 |
linux) |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
101 |
PDF_VIEWER="xdg-open" |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
102 |
;; |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
103 |
macos) |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
104 |
PDF_VIEWER="open -W -n" |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
105 |
;; |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
106 |
windows) |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
107 |
PDF_VIEWER="cygstart" |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
108 |
;; |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
109 |
esac |
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
110 |
|
b385d134926d
eval PDF_VIEWER/DVI_VIEWER command line, which allows additional quotes for program name, for example;
wenzelm
parents:
49000
diff
changeset
|
111 |
# DVI file viewer (command-line to eval) |
3062 | 112 |
DVI_VIEWER=xdvi |
2426 | 113 |
#DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5" |
11103 | 114 |
#DVI_VIEWER="xdvi -geometry 711x1005 -expert -s 7" |
2476 | 115 |
#DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10" |
3062 | 116 |
#DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9" |
2345 | 117 |
|
15218 | 118 |
|
16186 | 119 |
# Printer spool command for PS files |
14933 | 120 |
PRINT_COMMAND=lp |
121 |
||
2294 | 122 |
|
2426 | 123 |
### |
37058
c47653f3ec14
rendering information and style sheets via settings;
wenzelm
parents:
36212
diff
changeset
|
124 |
### Rendering information |
c47653f3ec14
rendering information and style sheets via settings;
wenzelm
parents:
36212
diff
changeset
|
125 |
### |
c47653f3ec14
rendering information and style sheets via settings;
wenzelm
parents:
36212
diff
changeset
|
126 |
|
43484 | 127 |
ISABELLE_FONTS="$ISABELLE_HOME/lib/fonts/IsabelleText.ttf:$ISABELLE_HOME/lib/fonts/IsabelleTextBold.ttf" |
37058
c47653f3ec14
rendering information and style sheets via settings;
wenzelm
parents:
36212
diff
changeset
|
128 |
ISABELLE_SYMBOLS="$ISABELLE_HOME/etc/symbols:$ISABELLE_HOME_USER/etc/symbols" |
c47653f3ec14
rendering information and style sheets via settings;
wenzelm
parents:
36212
diff
changeset
|
129 |
|
c47653f3ec14
rendering information and style sheets via settings;
wenzelm
parents:
36212
diff
changeset
|
130 |
|
c47653f3ec14
rendering information and style sheets via settings;
wenzelm
parents:
36212
diff
changeset
|
131 |
### |
49000 | 132 |
### Misc old-style settings |
7185 | 133 |
### |
134 |
||
49000 | 135 |
# Standard ML of New Jersey (slow!) |
136 |
#ML_SYSTEM=smlnj-110 |
|
137 |
#ML_HOME="/usr/local/smlnj/bin" |
|
138 |
#ML_OPTIONS="@SMLdebug=/dev/null @SMLalloc=1024" |
|
139 |
#ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX") |
|
140 |
#SMLNJ_CYGWIN_RUNTIME=1 |
|
141 |
||
41968
7f5c9bd991be
example settings for ISABELLE_GHC, ISABELLE_OCAML, ISABELLE_SWIPL;
wenzelm
parents:
41955
diff
changeset
|
142 |
# Misc programming languages |
48187
6615f7ce670b
slightly modernized ISABELLE_GHC etc. -- /usr/bin is more likely to provide it by default (notably on macbroy2[0-9] and lxbroy*);
wenzelm
parents:
47758
diff
changeset
|
143 |
#ISABELLE_GHC="/usr/bin/ghc" |
6615f7ce670b
slightly modernized ISABELLE_GHC etc. -- /usr/bin is more likely to provide it by default (notably on macbroy2[0-9] and lxbroy*);
wenzelm
parents:
47758
diff
changeset
|
144 |
#ISABELLE_OCAML="/usr/bin/ocaml" |
6615f7ce670b
slightly modernized ISABELLE_GHC etc. -- /usr/bin is more likely to provide it by default (notably on macbroy2[0-9] and lxbroy*);
wenzelm
parents:
47758
diff
changeset
|
145 |
#ISABELLE_SWIPL="/usr/bin/swipl" |