etc/settings
changeset 21812 2776dcfd5617
parent 21653 219924615db6
child 22148 3b99944136ef
equal deleted inserted replaced
21811:6a35e8ec8d75 21812:2776dcfd5617
    14 
    14 
    15 # ML_HOME specifies the location of the actual compiler binaries.  Do
    15 # ML_HOME specifies the location of the actual compiler binaries.  Do
    16 # not invent new ML system names unless you know what you are doing.
    16 # not invent new ML system names unless you know what you are doing.
    17 # Only one of the sections below should be activated.
    17 # Only one of the sections below should be activated.
    18 
    18 
    19 # Poly/ML 4.x (automated settings)
    19 # Poly/ML 4.x/5.x (automated settings)
    20 POLY_HOME="$(type -p poly)"; [ -n "$POLY_HOME" ] && POLY_HOME="$(dirname "$POLY_HOME")"
    20 POLY_HOME="$(type -p poly)"; [ -n "$POLY_HOME" ] && POLY_HOME="$(dirname "$POLY_HOME")"
    21 ML_PLATFORM=$("$ISABELLE_HOME/lib/scripts/polyml-platform")
    21 ML_PLATFORM=$("$ISABELLE_HOME/lib/scripts/polyml-platform")
    22 ML_HOME=$(choosefrom \
    22 ML_HOME=$(choosefrom \
    23   "$ISABELLE_HOME/contrib/polyml/$ML_PLATFORM" \
    23   "$ISABELLE_HOME/contrib/polyml/$ML_PLATFORM" \
    24   "$ISABELLE_HOME/../polyml/$ML_PLATFORM" \
    24   "$ISABELLE_HOME/../polyml/$ML_PLATFORM" \
    28   $POLY_HOME)
    28   $POLY_HOME)
    29 ML_SYSTEM=$("$ISABELLE_HOME/lib/scripts/polyml-version")
    29 ML_SYSTEM=$("$ISABELLE_HOME/lib/scripts/polyml-version")
    30 ML_OPTIONS="-H 80"
    30 ML_OPTIONS="-H 80"
    31 ML_DBASE=""
    31 ML_DBASE=""
    32 
    32 
    33 # Poly/ML 4.2.0 (manual settings)
       
    34 #ML_PLATFORM=x86-linux
       
    35 #ML_HOME=/usr/local/polyml/x86-linux
       
    36 #ML_SYSTEM=polyml-4.2.0
       
    37 #ML_OPTIONS="-H 80"
       
    38 
       
    39 # Poly/ML 5.0
    33 # Poly/ML 5.0
    40 #ML_PLATFORM=x86_64-linux
    34 #ML_PLATFORM=x86_64-linux
    41 #ML_HOME=/usr/local/polyml/x86_64-linux
    35 #ML_HOME=/usr/local/polyml/x86_64-linux
    42 #ML_SYSTEM=polyml-5.0
    36 #ML_SYSTEM=polyml-5.0
    43 #ML_OPTIONS="-H 500"
    37 #ML_OPTIONS="-H 500"
       
    38 
       
    39 # Poly/ML 4.2.0
       
    40 #ML_PLATFORM=x86-linux
       
    41 #ML_HOME=/usr/local/polyml/x86-linux
       
    42 #ML_SYSTEM=polyml-4.2.0
       
    43 #ML_OPTIONS="-H 80"
    44 
    44 
    45 # Standard ML of New Jersey 110 or later
    45 # Standard ML of New Jersey 110 or later
    46 #SMLNJ_CYGWIN_RUNTIME=1
    46 #SMLNJ_CYGWIN_RUNTIME=1
    47 #ML_SYSTEM=smlnj-110
    47 #ML_SYSTEM=smlnj-110
    48 #ML_HOME="$ISABELLE_HOME/contrib/smlnj/bin"
    48 #ML_HOME="$ISABELLE_HOME/contrib/smlnj/bin"