etc/settings
author wenzelm
Mon, 10 Jan 2011 17:22:48 +0100
changeset 41743 f8c11067e124
parent 40829 fbac01813bff
child 41857 f471a2fb9a95
permissions -rw-r--r--
updated for polyml-5.4.0;
discontinued old-fashioned POLY_HOME via path;
more robust handling of polyml-version, preferably provided by Poly/ML distribution itself;
     1 # -*- shell-script -*- :mode=shellscript:
     2 #
     3 # Isabelle settings -- site defaults.
     4 #
     5 # Important notes:
     6 #   * See the system manual for explanations on Isabelle settings
     7 #   * DO NOT EDIT the repository copy of this file!
     8 #   * DO NOT COPY this file into your personal isabelle directory!
     9 
    10 ###
    11 ### ML compiler settings (ESSENTIAL!)
    12 ###
    13 
    14 # ML_HOME specifies the location of the actual compiler binaries.  Do
    15 # not invent new ML system names unless you know what you are doing.
    16 # Only one of the sections below should be activated.
    17 
    18 # Poly/ML 5.x (automated settings)
    19 ML_PLATFORM="$ISABELLE_PLATFORM"
    20 ML_HOME="$(choosefrom \
    21   "$ISABELLE_HOME/contrib/polyml/$ML_PLATFORM" \
    22   "$ISABELLE_HOME/../polyml/$ML_PLATFORM" \
    23   "/usr/local/polyml/$ML_PLATFORM" \
    24   "/usr/share/polyml/$ML_PLATFORM" \
    25   "/opt/polyml/$ML_PLATFORM" \
    26   "")"
    27 ML_SYSTEM=$("$ISABELLE_HOME/lib/scripts/polyml-version")
    28 ML_OPTIONS="-H 200"
    29 ML_SOURCES="$ML_HOME/../src"
    30 
    31 # Poly/ML 5.4.0
    32 #ML_PLATFORM=x86-linux
    33 #ML_HOME=/usr/local/polyml/x86-linux
    34 #ML_SYSTEM=polyml-5.4.0
    35 #ML_OPTIONS="-H 500"
    36 #ML_SOURCES="$ML_HOME/../src"
    37 
    38 # Poly/ML 5.4.0 (64 bit)
    39 #ML_PLATFORM=x86_64-linux
    40 #ML_HOME=/usr/local/polyml/x86_64-linux
    41 #ML_SYSTEM=polyml-5.4.0
    42 #ML_OPTIONS="-H 1000"
    43 #ML_SOURCES="$ML_HOME/../src"
    44 
    45 # Standard ML of New Jersey (slow!)
    46 #ML_SYSTEM=smlnj-110
    47 #ML_HOME="/usr/local/smlnj/bin"
    48 #ML_OPTIONS="@SMLdebug=/dev/null @SMLalloc=256"
    49 #ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX")
    50 #SMLNJ_CYGWIN_RUNTIME=1
    51 
    52 
    53 ###
    54 ### JVM components (Scala or Java)
    55 ###
    56 
    57 if [ -n "$JAVA_HOME" ]; then
    58   ISABELLE_JAVA="$JAVA_HOME/bin/java"
    59 else
    60   ISABELLE_JAVA="java"
    61 fi
    62 
    63 classpath "$ISABELLE_HOME/lib/classes/Pure.jar"
    64 
    65 
    66 ###
    67 ### Interactive sessions (cf. isabelle tty)
    68 ###
    69 
    70 ISABELLE_LINE_EDITOR=""
    71 [ -z "$ISABELLE_LINE_EDITOR" ] && ISABELLE_LINE_EDITOR="$(type -p rlwrap)"
    72 [ -z "$ISABELLE_LINE_EDITOR" ] && ISABELLE_LINE_EDITOR="$(type -p ledit)"
    73 
    74 
    75 ###
    76 ### Batch sessions (cf. isabelle usedir)
    77 ###
    78 
    79 ISABELLE_USEDIR_OPTIONS="-M max -p 1 -q 2 -v true -V outline=/proof,/ML"
    80 
    81 #Source file identification (default: full name + date stamp)
    82 ISABELLE_FILE_IDENT=""
    83 #ISABELLE_FILE_IDENT="md5"
    84 #ISABELLE_FILE_IDENT="md5sum"
    85 #ISABELLE_FILE_IDENT="sha1sum"
    86 #ISABELLE_FILE_IDENT="openssl dgst -sha1"
    87 
    88 
    89 ###
    90 ### Document preparation (cf. isabelle latex/document)
    91 ###
    92 
    93 ISABELLE_LATEX="latex"
    94 ISABELLE_PDFLATEX="pdflatex"
    95 ISABELLE_BIBTEX="bibtex"
    96 ISABELLE_MAKEINDEX="makeindex"
    97 ISABELLE_DVIPS="dvips -D 600"
    98 ISABELLE_EPSTOPDF="epstopdf"
    99 
   100 # Paranoia setting for strange latex installations ...
   101 #unset TEXMF
   102 
   103 
   104 ###
   105 ### Misc path settings
   106 ###
   107 
   108 # The place for user configuration, heap files, etc.
   109 ISABELLE_HOME_USER="$HOME/.isabelle/$ISABELLE_IDENTIFIER"
   110 
   111 # Where to look for isabelle tools (multiple dirs separated by ':').
   112 ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
   113 
   114 # Location for temporary files (should be on a local file system).
   115 ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
   116 
   117 # Heap input locations. ML system identifier is included in lookup.
   118 ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
   119 
   120 # Heap output location. ML system identifier is appended automatically later on.
   121 ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
   122 ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
   123 
   124 # Site settings check -- just to make it a little bit harder to copy this file verbatim!
   125 [ -n "$ISABELLE_SITE_SETTINGS_PRESENT" ] && \
   126   { echo >&2 "### Isabelle site settings already present!  Maybe copied etc/settings in full?"; }
   127 ISABELLE_SITE_SETTINGS_PRESENT=true
   128 
   129 
   130 ###
   131 ### Default logic
   132 ###
   133 
   134 ISABELLE_LOGIC=HOL
   135 
   136 
   137 ###
   138 ### Docs
   139 ###
   140 
   141 # Where to look for docs (multiple dirs separated by ':').
   142 ISABELLE_DOCS="$ISABELLE_HOME/doc"
   143 
   144 # Preferred document format
   145 ISABELLE_DOC_FORMAT=pdf
   146 
   147 # The dvi file viewer
   148 DVI_VIEWER=xdvi
   149 #DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5"
   150 #DVI_VIEWER="xdvi -geometry 711x1005 -expert -s 7"
   151 #DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10"
   152 #DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9"
   153 
   154 # The pdf file viewer
   155 case "$ISABELLE_PLATFORM" in
   156   *-darwin)
   157     PDF_VIEWER="open -W -n"
   158     ;;
   159   *)
   160     PDF_VIEWER=xpdf
   161     ;;
   162 esac
   163 #PDF_VIEWER=acroread
   164 #PDF_VIEWER=evince
   165 
   166 
   167 # Printer spool command for PS files
   168 PRINT_COMMAND=lp
   169 
   170 
   171 ###
   172 ### Proof General / Emacs
   173 ###
   174 
   175 # Proof General home, look in a variety of places
   176 PROOFGENERAL_HOME="$(choosefrom \
   177   "$ISABELLE_HOME/contrib/ProofGeneral" \
   178   "$ISABELLE_HOME/../ProofGeneral" \
   179   "/usr/local/ProofGeneral" \
   180   "/usr/share/ProofGeneral" \
   181   "/opt/ProofGeneral" \
   182   "")"
   183 
   184 PROOFGENERAL_OPTIONS=""
   185 #PROOFGENERAL_OPTIONS="-m no_brackets -m no_type_brackets"
   186 
   187 # Automatic setup of remote fonts
   188 #XSYMBOL_INSTALLFONTS="xset fp+ tcp/isafonts.informatik.tu-muenchen.de:7200"
   189 XSYMBOL_INSTALLFONTS=""
   190 
   191 
   192 ###
   193 ### Rendering information
   194 ###
   195 
   196 ISABELLE_FONT_FAMILY="IsabelleText"
   197 ISABELLE_SYMBOLS="$ISABELLE_HOME/etc/symbols:$ISABELLE_HOME_USER/etc/symbols"
   198 
   199 
   200 ###
   201 ### External reasoning tools
   202 ###
   203 
   204 ## Set HOME only for tools you have installed!
   205 
   206 # External provers
   207 #E_HOME=/usr/local/bin
   208 #SPASS_HOME=/usr/local/bin
   209 #VAMPIRE_HOME=/usr/local/bin
   210 
   211 # HOL4 proof objects (cf. Isabelle/src/HOL/Import)
   212 #HOL4_PROOFS="$ISABELLE_HOME_USER/proofs:$ISABELLE_HOME/proofs"
   213 
   214 # SVC (Stanford Validity Checker)
   215 #SVC_HOME=
   216 #SVC_MACHINE=i386-redhat-linux
   217 #SVC_MACHINE=sparc-sun-solaris
   218 
   219 # Mucke (mu-calculus model checker)
   220 #MUCKE_HOME=/usr/local/bin
   221 
   222 # Einhoven model checker
   223 #EINDHOVEN_HOME=/usr/local/bin
   224 
   225 # MiniSat 1.14 (SAT Solver, cf. Isabelle/src/HOL/Tools/sat_solver.ML)
   226 #MINISAT_HOME=/usr/local/bin
   227 
   228 # zChaff (SAT Solver, cf. Isabelle/src/HOL/Tools/sat_solver.ML)
   229 #ZCHAFF_HOME=/usr/local/bin
   230 
   231 # BerkMin561 (SAT Solver, cf. Isabelle/src/HOL/Tools/sat_solver.ML)
   232 #BERKMIN_HOME=/usr/local/bin
   233 #BERKMIN_EXE=BerkMin561-linux
   234 #BERKMIN_EXE=BerkMin561-solaris
   235 
   236 # Jerusat 1.3 (SAT Solver, cf. Isabelle/src/HOL/Tools/sat_solver.ML)
   237 #JERUSAT_HOME=/usr/local/bin
   238 
   239 # CSDP (SDP Solver, cf. Isabelle/src/HOL/Library/Sum_of_Squares/sos_wrapper.ML)
   240 #CSDP_EXE=csdp
   241 
   242 # For configuring HOL/Matrix/cplex
   243 # LP_SOLVER is the default solver. It can be changed during runtime via Cplex.set_solver.
   244 # First option: use the commercial cplex solver
   245 #LP_SOLVER=CPLEX
   246 #CPLEX_PATH=cplex
   247 # Second option: use the open source glpk solver
   248 #LP_SOLVER=GLPK
   249 #GLPK_PATH=glpsol