random123: install uniform.hpp as well (#3856)

This commit is contained in:
Christoph Junghans 2017-04-15 20:57:19 -06:00 committed by Adam J. Stewart
parent 5aa273b319
commit 1d514f48bc

View File

@ -41,3 +41,5 @@ def install(self, spec, prefix):
# We have to do our own install here.
install_tree('include', prefix.include)
install('./LICENSE', "%s" % prefix)
# used by some packages, e.g. quinoa
install('examples/uniform.hpp', prefix.include)