Removed unnecessary numpy headers.

This commit is contained in:
Niels Müller
2016-11-09 13:19:28 +01:00
parent b0bc90fa6c
commit 9453b88a88

View File

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