equal
deleted
inserted
replaced
12 |
12 |
13 # Note that ML_HOME specifies the location of the actual compiler |
13 # Note that ML_HOME specifies the location of the actual compiler |
14 # binaries. Do not invent new ML system names unless you know what |
14 # binaries. Do not invent new ML system names unless you know what |
15 # you are doing. Only one of the sections below should be activated. |
15 # you are doing. Only one of the sections below should be activated. |
16 |
16 |
17 # Poly/ML 3.x and 4.0 |
17 # Poly/ML 3.x and 4.0 or later |
18 if [ -e /usr/bin/poly -a -e /usr/lib/poly ]; then |
18 if [ -e /usr/bin/poly -a -e /usr/lib/poly ]; then |
19 #maybe a shrink-wrapped polyml-4.0 on x86-linux ... |
19 #maybe a shrink-wrapped polyml-4.1.1 on x86-linux ... |
20 ML_SYSTEM=polyml-4.0 |
20 ML_SYSTEM=polyml-4.1.1 |
21 ML_PLATFORM=x86-linux |
21 ML_PLATFORM=x86-linux |
22 ML_HOME=/usr/bin |
22 ML_HOME=/usr/bin |
23 ML_DBASE=/usr/lib/poly/ML_dbase |
23 ML_DBASE=/usr/lib/poly/ML_dbase |
24 ML_OPTIONS="-h 30000" |
24 ML_OPTIONS="-h 30000" |
25 else |
25 else |
63 |
63 |
64 ### |
64 ### |
65 ### Compilation options |
65 ### Compilation options |
66 ### |
66 ### |
67 |
67 |
68 ISABELLE_USEDIR_OPTIONS="-i false" |
68 ISABELLE_USEDIR_OPTIONS="" |
69 #ISABELLE_USEDIR_OPTIONS="-i true -d pdf" |
69 |
|
70 # Default for precompiled distribution ... |
|
71 #ISABELLE_USEDIR_OPTIONS="-i true -d pdf -p 2" |
70 |
72 |
71 |
73 |
72 ### |
74 ### |
73 ### Document preparation |
75 ### Document preparation |
74 ### |
76 ### |
115 |
117 |
116 # Site settings check -- just to make it a little bit harder to copy this file! |
118 # Site settings check -- just to make it a little bit harder to copy this file! |
117 [ -n "$ISABELLE_SITE_SETTINGS_PRESENT" ] && \ |
119 [ -n "$ISABELLE_SITE_SETTINGS_PRESENT" ] && \ |
118 { echo >&2 "### Isabelle site settings already present! Maybe copied etc/settings in full?"; } |
120 { echo >&2 "### Isabelle site settings already present! Maybe copied etc/settings in full?"; } |
119 |
121 |
120 #Users may want to change this. |
122 # Users may want to change this. |
121 ISABELLE_LOGIC=HOL |
123 ISABELLE_LOGIC=HOL |
122 |
124 |
123 |
125 |
124 ## Docs |
126 ## Docs |
125 |
127 |