###############################################################################
##               Customize the settings below to reflect your local environment
###############################################################################

########### Paths settings ####################################################

### 1. Required Packages

# Set this to the directory where the Python header files live
PYTHONDIR = /usr/include/python@PYVER@

# Set this to the directory where the Numpy header files live
# If left blank, standard locations will be searched
NUMPYDIR = @PYTHON_SITELIBDIR@/numpy/core/include

# Set this to the directory where the PySparse header files live
# If left blank, standard locations will be searched
PYSPARSEDIR = /usr/include/python@PYVER@/pysparse



### 2. Optional Packages: Leave blank if package is not available
###    e.g.: TRON_DIR = 

# Set this to the directory where LibAmpl resides
LIBAMPL_DIR = 

# Set this to the location of the CBLAS header files
# If left blank, standard locations will be searched
LIBCBLAS_HEAD = 

# Set this to the location of the BLAS library you would like to use
# (required if you plan to use ICFS, GLTR/GALAHAD or MA27).
# If left blank, -lblas is used.
LIBBLAS_LOC = -lopenblas -lpthread   # ATLAS
#LIBBLAS_LOC = #-L${HOME}/local/LinearAlgebra/GotoBLAS -lgoto -lcblas -latlas -lpthread  # GOTO BLAS

# Set this to the location of the LAPACK library you would like to use
# (required if you plan to use GLTR/GALAHAD).
# If left blank, -llapack is used.
LIBLAPACK_LOC = #-llapack

# Set this to the 'src' subdirectory of the ICFS distribution
ICFS_DIR = #${GALAHAD}/../icfs

# Set this to the directory where the MA27 source resides
MA27_DIR = #${GALAHAD}/../ma27

# Set this to the directory where the MA57 sources reside
# You will need  fd15d.f ma57d.f mc21d.f mc34d.f mc47d.f mc59d.f mc64d.f mc71d.f
MA57_DIR = #${GALAHAD}/../ma57v4

# Set this to the location of the METIS library (recommended for MA57)
METISLIB = -lmetis

# Set GALAHAD to your main Galahad directory
GALAHAD_DIR = #${GALAHAD}
# or
#GALAHAD_DIR = ${HOME}/local/Galahad/galahad

# Set this to the directory where the CSRCH source resides
# This is the implementation of the More-Thuente linesearch
CSRCH_DIR = #${HOME}/local/Solvers/Csrch/csrch/source

###############################################################################
