Skip to content
Snippets Groups Projects
Commit 675a67e2 authored by Christoph Junghans's avatar Christoph Junghans Committed by Adam J. Stewart
Browse files

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

parent a3378ccd
Branches
Tags
No related merge requests found
......@@ -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'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment