| 41873 |      1 | # -*- shell-script -*- :mode=shellscript:
 | 
|  |      2 | 
 | 
|  |      3 | CONTRIB=~/afp/contrib
 | 
|  |      4 | 
 | 
| 46250 |      5 |   POLYML_HOME=$CONTRIB/polyml-5.4.1
 | 
| 46248 |      6 |   ML_SYSTEM="polyml-5.4.1"
 | 
| 46250 |      7 |   ML_PLATFORM="x86_64-darwin"
 | 
| 41873 |      8 |   ML_HOME="$POLYML_HOME/$ML_PLATFORM"
 | 
|  |      9 |   ML_OPTIONS="-H 2000 --gcthreads 4"
 | 
|  |     10 | 
 | 
| 46252 |     11 | FLYSPECK_SKIP_PROOFS=true
 | 
| 41873 |     12 | JINJATHREADS_OPTIONS="-M 1 -q 0 -p 0"
 | 
|  |     13 | 
 | 
|  |     14 | ISABELLE_HOME_USER=~/afp/isabelle-afp-poly
 | 
|  |     15 | 
 | 
|  |     16 | # Where to look for isabelle tools (multiple dirs separated by ':').
 | 
|  |     17 | ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
 | 
|  |     18 | 
 | 
|  |     19 | # Location for temporary files (should be on a local file system).
 | 
|  |     20 | ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
 | 
|  |     21 | 
 | 
|  |     22 | 
 | 
|  |     23 | # Heap input locations. ML system identifier is included in lookup.
 | 
|  |     24 | ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
 | 
|  |     25 | 
 | 
|  |     26 | # Heap output location. ML system identifier is appended automatically later on.
 | 
|  |     27 | ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
 | 
|  |     28 | ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
 | 
|  |     29 | 
 | 
|  |     30 | ISABELLE_USEDIR_OPTIONS="-i false -d false -t true -M 4 -q 2"
 | 
|  |     31 | 
 | 
| 46111 |     32 | init_component "$CONTRIB/kodkodi-1.2.16"
 |