Admin/isatest/settings/mac-poly-M2
changeset 48991 0350245dec1c
parent 48931 5787fbb89979
child 49405 2fc68b3787a8
equal deleted inserted replaced
48990:12814717c95c 48991:0350245dec1c
     1 # -*- shell-script -*- :mode=shellscript:
     1 # -*- shell-script -*- :mode=shellscript:
       
     2 
       
     3 init_components /home/isabelle/contrib "$HOME/admin/components/main"
       
     4 init_components /home/isabelle/contrib "$HOME/admin/components/optional"
       
     5 init_components /home/isabelle/contrib "$HOME/admin/components/nonfree"
     2 
     6 
     3 ML_SYSTEM="polyml-5.5.0"
     7 ML_SYSTEM="polyml-5.5.0"
     4 ML_PLATFORM="x86-darwin"
     8 ML_PLATFORM="x86-darwin"
     5 ML_HOME="/home/polyml/polyml-svn/$ML_PLATFORM"
     9 ML_HOME="/home/polyml/polyml-svn/$ML_PLATFORM"
     6 ML_OPTIONS="-H 500"
    10 ML_OPTIONS="-H 500"
    22 ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
    26 ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
    23 ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
    27 ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
    24 
    28 
    25 ISABELLE_BUILD_OPTIONS="browser_info=true document=pdf threads=2 parallel_proofs=2"
    29 ISABELLE_BUILD_OPTIONS="browser_info=true document=pdf threads=2 parallel_proofs=2"
    26 
    30 
    27 init_components /home/isabelle/contrib "$ISABELLE_HOME/Admin/components/main"
       
    28 init_components /home/isabelle/contrib "$ISABELLE_HOME/Admin/components/optional"
       
    29 init_components /home/isabelle/contrib "$ISABELLE_HOME/Admin/components/nonfree"
       
    30