Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-09 | Use numpy.distutils to lookup numpy inlcude directory | Stan Seibert | |
2021-05-09 | add chroma server script | Andy Mastbaum | |
chroma-server starts a ZeroMQ socket server which listens for Photons objects, propagates them in the given Detector, and returns the final Photons. Usage: $ chroma-server DETECTOR [--address ADDRESS] DETECTOR is a detector string, e.g. @chroma_sno.sno or sno ADDRESS is a ZeroMQ socket address, default tcp://*:5024 | |||
2021-05-09 | Add the include directory for the virtualenv | Stan Seibert | |
2021-05-09 | chroma-bvh: command to manipulate BVH trees in cache. Just a stat ↵ | Stan Seibert | |
subcommand for now. | |||
2021-05-09 | Super simple geometry cache management tool: chroma-geo | Stan Seibert | |
2021-05-09 | Nope, Chroma really does require Numpy 1.6 or later. Putting dependency ↵ | Stan Seibert | |
back and including in installation guide the workaround to get numpy to install. | |||
2021-05-09 | Require nose and sphinx for testing and documentation | Stan Seibert | |
2021-05-09 | Replace all uses of numpy.count_nonzero() with chroma.tools.count_nonzero to ↵ | Stan Seibert | |
remove requirement to use numpy >= 1.6 | |||
2021-05-09 | Require pyublas at setup-time for compiling. Adjust numpy requirement for ↵ | Stan Seibert | |
count_nonzero(). | |||
2021-05-09 | Copy implementation of check_output into our setup.py so it runs on Python 2.6. | Stan Seibert | |
2011-10-05 | Chroma no longer requires h5py now that SNO has been factored out into a ↵ | Stan Seibert | |
separate repository. | |||
2011-09-16 | Silence annoying GEANT4 warnings and banners during operation. | Stan Seibert | |
2011-09-16 | Now use setuptools-built Boost::Python GEANT4 module | Stan Seibert | |
2011-09-16 | Start of setuptools setup.py | Stan Seibert | |