From 25f2da6543f926b5d090ab30e4b587f97989cfea Mon Sep 17 00:00:00 2001 From: Klaus Iglberger Date: Sun, 8 Mar 2015 14:06:25 +0100 Subject: [PATCH] Add a library path for the Armadillo library in the Blazemark 'Configfile' --- blazemark/Configfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/blazemark/Configfile b/blazemark/Configfile index 6cbd7783..2d5d4f65 100644 --- a/blazemark/Configfile +++ b/blazemark/Configfile @@ -112,9 +112,12 @@ GMM_INCLUDE_PATH= # library. For a correct compilation, at least Armadillo 2.4.2 is required. If the switch # is set to 'yes' all Armadillo kernels are included in the compilation process. In case # the Armadillo include directory is not set, Blaze expects the according headers in the -# standard paths (as for instance '/usr/include/'). +# standard paths (as for instance '/usr/include/'). Optionally it is possible to specify +# the path of the Armadillo library. If a path is specified, the Armadillo library with +# the standard name 'libarmadillo.*' will be considered during the linking process. ARMADILLO="no" ARMADILLO_INCLUDE_PATH= +ARMADILLO_LIBRARY_PATH= # Configuration of the FLENS library (optional) # This switch includes all FLENS (Flexible Library for Efficient Numerical Solutions)