equal
deleted
inserted
replaced
1 # -*- shell-script -*- :mode=shellscript: |
1 # -*- shell-script -*- :mode=shellscript: |
2 |
2 |
3 CONTRIB=~/afp/contrib |
3 CONTRIB=~/afp/contrib |
4 |
4 |
5 POLYML_HOME=$CONTRIB/polyml |
5 POLYML_HOME=$CONTRIB/polyml-5.4.1 |
6 ML_SYSTEM="polyml-5.4.1" |
6 ML_SYSTEM="polyml-5.4.1" |
7 ML_PLATFORM="x86-darwin" |
7 ML_PLATFORM="x86_64-darwin" |
8 ML_HOME="$POLYML_HOME/$ML_PLATFORM" |
8 ML_HOME="$POLYML_HOME/$ML_PLATFORM" |
9 ML_OPTIONS="-H 2000 --gcthreads 4" |
9 ML_OPTIONS="-H 2000 --gcthreads 4" |
10 |
10 |
11 JINJATHREADS_OPTIONS="-M 1 -q 0 -p 0" |
11 JINJATHREADS_OPTIONS="-M 1 -q 0 -p 0" |
12 |
12 |