From 26e5398807b6edd6dd71046ef745f5c6acfab1ed Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Fri, 16 Sep 2011 20:09:49 -0400 Subject: Silence annoying GEANT4 warnings and banners during operation. --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 369979a..139ba54 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,11 @@ setup( extra_link_args=geant4_libs, libraries=['boost_python'], ), + Extension('chroma.generator.mute', + ['src/mute.cc'], + extra_compile_args=geant4_cflags, + extra_link_args=geant4_libs, + libraries=['boost_python']), ], install_requires = ['uncertainties','pyzmq-static','h5py','spnav', 'pycuda', -- cgit