summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2021-05-09use local boost when building g4chroma.soAnthony LaTorre
2021-05-09remove setuptools bootstrapAnthony LaTorre
2021-05-09update tests to work for python versions <2.7Anthony LaTorre
2021-05-09Add location of pyublas headers to include pathStan Seibert
2021-05-09Check for and include CLHEP libraries to support users working withStan Seibert
GEANT4 built with separate CLHEP libraries.
2021-05-09Use numpy.distutils to lookup numpy inlcude directoryStan Seibert
2021-05-09add chroma server scriptAndy 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-09Add the include directory for the virtualenvStan Seibert
2021-05-09chroma-bvh: command to manipulate BVH trees in cache. Just a stat ↵Stan Seibert
subcommand for now.
2021-05-09Super simple geometry cache management tool: chroma-geoStan Seibert
2021-05-09Nope, 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-09Require nose and sphinx for testing and documentationStan Seibert
2021-05-09Replace all uses of numpy.count_nonzero() with chroma.tools.count_nonzero to ↵Stan Seibert
remove requirement to use numpy >= 1.6
2021-05-09Require pyublas at setup-time for compiling. Adjust numpy requirement for ↵Stan Seibert
count_nonzero().
2021-05-09Copy implementation of check_output into our setup.py so it runs on Python 2.6.Stan Seibert
2011-10-05Chroma no longer requires h5py now that SNO has been factored out into a ↵Stan Seibert
separate repository.
2011-09-16Silence annoying GEANT4 warnings and banners during operation.Stan Seibert
2011-09-16Now use setuptools-built Boost::Python GEANT4 moduleStan Seibert
2011-09-16Start of setuptools setup.pyStan Seibert