etc/settings
author wenzelm
Mon, 05 Feb 2001 14:31:49 +0100
changeset 11062 e86340dc1d28
parent 10503 c9d087e4a5e8
child 11103 2a3cc8e1723a
permissions -rw-r--r--
tuned;
     1 # -*- shell-script -*-
     2 # $Id$
     3 # Author: Markus Wenzel, TU Muenchen
     4 # License: GPL (GNU GENERAL PUBLIC LICENSE)
     5 #
     6 # Isabelle settings -- site defaults.
     7 # Do *NOT* copy this file into your personal isabelle directory!!!
     8 
     9 ###
    10 ### ML compiler settings (ESSENTIAL!)
    11 ###
    12 
    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
    15 # you are doing.  Only one of the sections below should be activated.
    16 
    17 # Poly/ML 3.x and 4.0
    18 if [ -e /usr/bin/poly -a -e /usr/lib/poly ]; then
    19   #maybe a shrink-wrapped polyml-4.0 on x86-linux ...
    20   ML_SYSTEM=polyml-4.0
    21   ML_PLATFORM=x86-linux
    22   ML_HOME=/usr/bin
    23   ML_DBASE=/usr/lib/poly/ML_dbase
    24   ML_OPTIONS="-h 30000"
    25 else
    26   #... or rather a self-contained multi-platform installation
    27   POLYML_HOME=$(choosefrom \
    28     "$ISABELLE_HOME/contrib/polyml" \
    29     "$ISABELLE_HOME/../polyml" \
    30     "/usr/share/polyml" \
    31     "/usr/local/polyml" \
    32     "/opt/polyml")
    33   ML_SYSTEM=$("$POLYML_HOME/bin/polyml-version" 2>/dev/null || echo polyml)
    34   ML_PLATFORM=$("$POLYML_HOME/bin/polyml-platform" 2>/dev/null || echo unknown-platform)
    35   ML_HOME="$POLYML_HOME/$ML_PLATFORM"
    36   ML_OPTIONS="-h 30000"
    37 fi
    38 
    39 # Standard ML of New Jersey 110 or later
    40 #ML_SYSTEM=smlnj-110
    41 #ML_HOME="$ISABELLE_HOME/../smlnj/bin"
    42 #ML_OPTIONS="@SMLdebug=/dev/null"
    43 #ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX")
    44 
    45 # MLWorks 2.0
    46 #ML_SYSTEM=mlworks
    47 #ML_HOME="$ISABELLE_HOME/../mlworks/bin"
    48 #ML_OPTIONS=""
    49 #ML_PLATFORM=""
    50 
    51 # Moscow ML 2.00 or later (experimental!)
    52 #ML_SYSTEM=mosml
    53 #ML_HOME="$ISABELLE_HOME/../mosml/bin"
    54 #ML_PLATFORM=""
    55 #ML_OPTIONS=""
    56 
    57 # Standard ML of New Jersey 0.93
    58 #ML_SYSTEM=smlnj-0.93
    59 #ML_HOME=/usr/local/ldist/DIR/sml-0.93/src
    60 #ML_OPTIONS=""
    61 #ML_PLATFORM=""
    62 
    63 
    64 ###
    65 ### Compilation options
    66 ###
    67 
    68 ISABELLE_USEDIR_OPTIONS="-i false"
    69 #ISABELLE_USEDIR_OPTIONS="-i true -d pdf"
    70 
    71 
    72 ###
    73 ### Document preparation
    74 ###
    75 
    76 TEXINPUTS="$ISABELLE_HOME/lib/texinputs:$TEXINPUTS"
    77 ISABELLE_LATEX="latex"
    78 ISABELLE_PDFLATEX="pdflatex"
    79 ISABELLE_BIBTEX="bibtex"
    80 ISABELLE_DVIPS="dvips -D 600"
    81 
    82 # Paranoia setting ...
    83 #unset TEXMF
    84 
    85 # The thumbpdf tool is probably not generally available ...
    86 #type -path thumbpdf >/dev/null && ISABELLE_THUMBPDF="thumbpdf"
    87 
    88 
    89 ###
    90 ### Misc path settings
    91 ###
    92 
    93 # The place for user configuration, heap files, etc.
    94 ISABELLE_HOME_USER=~/isabelle
    95 
    96 # Where to look for isabelle tools (multiple dirs separated by ':').
    97 ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
    98 
    99 # Location for temporary files (should be on a local file system).
   100 ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
   101 
   102 
   103 # Heap input locations. ML system identifier is included in lookup.
   104 ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
   105 
   106 # Heap output location. ML system identifier is appended automatically later on.
   107 if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then
   108   #Isabelle build tells us to store heaps etc. within the distribution.
   109   ISABELLE_OUTPUT="$ISABELLE_HOME/heaps"
   110   ISABELLE_BROWSER_INFO="$ISABELLE_HOME/browser_info"
   111 else
   112   ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
   113   ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
   114 fi
   115 
   116 # Site settings check -- just to make it a little bit harder to copy this file!
   117 [ -n "$ISABELLE_SITE_SETTINGS_PRESENT" ] && \
   118   { echo >&2 "### Isabelle site settings already present!  Maybe copied etc/settings in full?"; }
   119 
   120 #Users may want to change this.
   121 ISABELLE_LOGIC=HOL
   122 
   123 
   124 ## Docs
   125 
   126 #Where to look for docs (multiple dirs separated by ':').
   127 ISABELLE_DOCS="$ISABELLE_HOME/doc"
   128 
   129 #The dvi file viewer
   130 DVI_VIEWER=xdvi
   131 #DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5"
   132 #DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10"
   133 #DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9"
   134 
   135 
   136 ## Fonts -- how to install the Isabelle X11 fonts (can be tricky!).
   137 
   138 # (1) Get fonts from local (client side) directory:
   139 ISABELLE_INSTALLFONTS="xset fp+ \"$ISABELLE_HOME/lib/fonts\"; xset fp rehash"
   140 
   141 # (2) Get from font server at Munich or Cambridge:
   142 #ISABELLE_INSTALLFONTS="xset fp+ tcp/isafonts.informatik.tu-muenchen.de:7200"
   143 #ISABELLE_INSTALLFONTS="xset fp+ tcp/font-serv.cl.cam.ac.uk:7100"
   144 
   145 
   146 ###
   147 ### Interfaces
   148 ###
   149 
   150 # The null interface: pass-through to 'isabelle'.
   151 #ISABELLE_INTERFACE=none
   152 
   153 # Simple xterm based interface.
   154 ISABELLE_INTERFACE=xterm
   155 ISABELLE_XTERM_OPTIONS=""
   156 
   157 # Emacs running Isamode.
   158 #ISABELLE_INTERFACE=emacs
   159 ISAMODE_HOME="$ISABELLE_HOME/contrib/Isamode"
   160 ISAMODE_OPTIONS=""
   161 
   162 # Proof General
   163 ISABELLE_INTERFACE=$(choosefrom \
   164   "$ISABELLE_HOME/contrib/ProofGeneral/isar/interface" \
   165   "$ISABELLE_HOME/../ProofGeneral/isar/interface" \
   166   "/usr/share/ProofGeneral/isar/interface" \
   167   "/usr/local/ProofGeneral/isar/interface" \
   168   "/opt/ProofGeneral/isar/interface" \
   169   "/usr/share/emacs/ProofGeneral/isar/interface" \
   170   "$ISABELLE_INTERFACE")
   171 PROOFGENERAL_OPTIONS=""
   172 
   173 # X-Symbol mode for Proof General
   174 XSYMBOL_HOME=$(choosefrom \
   175   "$ISABELLE_HOME/contrib/x-symbol" \
   176   "$ISABELLE_HOME/../x-symbol" \
   177   "/usr/share/x-symbol" \
   178   "/usr/local/x-symbol" \
   179   "/opt/x-symbol" \
   180   "")
   181 # Required for remote fonts only ...
   182 #XSYMBOL_INSTALLFONTS="xset fp+ tcp/isafonts.informatik.tu-muenchen.de:7200"
   183 
   184 
   185 ###
   186 ### External reasoning tools
   187 ###
   188 
   189 ## Set HOME only for tools you have installed!
   190 
   191 # SVC (Stanford Validity Checker)
   192 #SVC_HOME=
   193 #SVC_MACHINE=i386-redhat-linux
   194 #SVC_MACHINE=sparc-sun-solaris
   195 
   196 # Mucke (mu-calculus model checker)
   197 #MUCKE_HOME=/usr/local/bin
   198 
   199 # Einhoven model checker
   200 #EINDHOVEN_HOME=/usr/local/bin