| 18 |
# no longer supported |
# no longer supported |
| 19 |
# 13/Mar/2011 to allow for MA86 and MA97 and changes to MC68 |
# 13/Mar/2011 to allow for MA86 and MA97 and changes to MC68 |
| 20 |
# 04/Sep/2011 to allow for MC64 and MC77 |
# 04/Sep/2011 to allow for MC64 and MC77 |
| 21 |
# 21/Nov/2011 to allow for MC60 |
# 21/Nov/2011 to allow for MC61 |
| 22 |
|
|
| 23 |
# Set directories for optional packages |
# Set directories for optional packages |
| 24 |
# Change these to override provided defaults containing dummy routines |
# Change these to override provided defaults containing dummy routines |
| 177 |
#MA97 = $(GALAHAD)/src/dum |
#MA97 = $(GALAHAD)/src/dum |
| 178 |
MA97 = $(GALAHAD)/../hsl-galahad/hsl_ma97 |
MA97 = $(GALAHAD)/../hsl-galahad/hsl_ma97 |
| 179 |
|
|
| 180 |
# -------------------- MC60 environment variable ------------------------ |
# -------------------- MC61 environment variable ------------------------ |
| 181 |
|
|
| 182 |
# MC60 is the actual source directory for the HSL package MC60 |
# MC61 is the actual source directory for the HSL package MC61 |
| 183 |
# This directory must contain files with the following names |
# This directory must contain files with the following names |
| 184 |
# mc60 (single precision): ./mc60s.f |
# mc61 (single precision): ./mc61s.f |
| 185 |
# mc60 (double precision): ./mc60d.f |
# mc61 (double precision): ./mc61d.f |
| 186 |
|
# auxiliary routines (single precision): ./mc60s.f |
| 187 |
|
# auxiliary routines (double precision): ./mc60d.f |
| 188 |
|
|
| 189 |
#MC60 = $(GALAHAD)/src/dum |
#MC61 = $(GALAHAD)/src/dum |
| 190 |
MC60 = $(GALAHAD)/../hsl-galahad/mc60 |
MC61 = $(GALAHAD)/../hsl-galahad/mc61 |
| 191 |
|
|
| 192 |
# -------------------- MC64 environment variable ------------------------ |
# -------------------- MC64 environment variable ------------------------ |
| 193 |
|
|