Skip to content

Commit

Permalink
Add a library path for the Armadillo library in the Blazemark 'Config…
Browse files Browse the repository at this point in the history
…file'
  • Loading branch information
igl42 committed Mar 8, 2015
1 parent 60b3b8d commit 25f2da6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion blazemark/Configfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 25f2da6

Please sign in to comment.