Skip to content
Snippets Groups Projects
Commit b025b5ef authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

don't link against hdf5_cpp

parent 9b9f505f
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ hostname = os.getenv('HOSTNAME') ...@@ -34,7 +34,7 @@ hostname = os.getenv('HOSTNAME')
extra_compile_args = ['-Wall', '-O2', '-g', '-mtune=native', '-ffast-math', '-std=c++11'] extra_compile_args = ['-Wall', '-O2', '-g', '-mtune=native', '-ffast-math', '-std=c++11']
#extra_compile_args = ['-Wall', '-O0', '-g', '-std=c++11'] #extra_compile_args = ['-Wall', '-O0', '-g', '-std=c++11']
extra_libraries = ['hdf5_cpp', 'hdf5'] extra_libraries = ['hdf5']
if hostname == 'chichi-G': if hostname == 'chichi-G':
include_dirs = ['/usr/local/include', include_dirs = ['/usr/local/include',
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment