Skip to content
Snippets Groups Projects
Commit 17e79bb9 authored by Dimitar Vlaykov's avatar Dimitar Vlaykov
Browse files

add empty lists required by setup

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