Enabled & functioning edrfile reader.
This commit is contained in:
13
setup.py
13
setup.py
@ -55,13 +55,12 @@ extensions = [
|
||||
library_dirs=library_dirs,
|
||||
language='c++'
|
||||
),
|
||||
# Extension('pygmx.enxio',
|
||||
# sources=['pygmx/enxio.pyx'],
|
||||
# include_dirs=include_dirs,
|
||||
# libraries=['gromacs'],
|
||||
# library_dirs=library_dirs,
|
||||
# runtime_library_dirs=library_dirs,
|
||||
# language='c++'),
|
||||
Extension('pygmx.enxio',
|
||||
sources=['pygmx/enxio.pyx'],
|
||||
include_dirs=include_dirs,
|
||||
libraries=['gromacs'],
|
||||
library_dirs=library_dirs,
|
||||
language='c++'),
|
||||
|
||||
# Extension('pygmx.tngio',
|
||||
# sources=['pygmx/tngio.pyx'],
|
||||
|
Reference in New Issue
Block a user