Improvements!

This commit is contained in:
Niels Müller
2017-02-02 14:01:37 +01:00
parent 9453b88a88
commit e52768e6de
6 changed files with 9619 additions and 4 deletions

View File

@ -14,7 +14,7 @@ def check_header_version(include_path):
return
print('Gromacs version could not be checked.')
include_dirs = []
include_dirs = [numpy.get_include()]
library_dirs = []
if 'gromacs' in os.environ.get('LD_LIBRARY_PATH', ''):