index
:
chroma
master
Chroma is a high performance optical photon simulation for particle physics detectors
Anthony LaTorre
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Age
Commit message (
Expand
)
Author
2021-05-09
update tests to work for python versions <2.7
Anthony LaTorre
2021-05-09
Add location of pyublas headers to include path
Stan Seibert
2021-05-09
Check for and include CLHEP libraries to support users working with
Stan Seibert
2021-05-09
Use numpy.distutils to lookup numpy inlcude directory
Stan Seibert
2021-05-09
add chroma server script
Andy Mastbaum
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 subcommand...
Stan Seibert
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 back...
Stan Seibert
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
2021-05-09
Require pyublas at setup-time for compiling. Adjust numpy requirement for co...
Stan Seibert
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 sepa...
Stan Seibert
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