File nml-python341.diff of Package nml
diff -r -u nml-0.4.2/setup.py nml-0.4.2_fix/setup.py
--- nml-0.4.2/setup.py 2015-09-12 20:46:39.000000000 +0200
+++ nml-0.4.2_fix/setup.py 2015-11-15 13:56:07.964054277 +0100
@@ -40,5 +40,6 @@
entry_points={
'console_scripts': ['nmlc = nml.main:run']
},
- ext_modules = [Extension("nml_lz77", ["nml/_lz77.c"], optional=True)],
+ ext_modules = [Extension("nml_lz77", ["nml/_lz77.c"], optional=True,
+ extra_compile_args=["-Wno-error=declaration-after-statement"])],
)