random123: put uniform.hpp in right subfolder (#3858)

This commit is contained in:
Christoph Junghans 2017-04-16 07:47:46 -06:00 committed by Adam J. Stewart
parent a3378ccd3d
commit 675a67e2ca

View File

@ -42,4 +42,4 @@ def install(self, spec, prefix):
install_tree('include', prefix.include)
install('./LICENSE', "%s" % prefix)
# used by some packages, e.g. quinoa
install('examples/uniform.hpp', prefix.include)
install('examples/uniform.hpp', join_path(prefix.include, 'Random123'))