random123: put uniform.hpp in right subfolder (#3858)
This commit is contained in:
parent
a3378ccd3d
commit
675a67e2ca
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user