Skip to content
Snippets Groups Projects
Commit 3e91cb54 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

compilation: hdf5 include in basic flavor

parent 6486bff5
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,10 @@ CPPFLAGS +=-DUSE_GSL
LDFLAGS += -lgsl -lgslcblas
)
dependency HDF5 = (
CPPFLAGS += -I/usr/include/hdf5/serial
)
# This enables the custom allocator (use only for debugging)
option USE_CUSTOM_ALLOCATOR = CPPFLAGS += -DUSE_CUSTOM_ALLOCATOR
......@@ -100,6 +104,7 @@ group basics = (
< compilerCPPOptions ansi
< dependency LAPACK
< dependency BLAS
< dependency HDF5
STRIP_COMMAND = strip
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment