random123: install uniform.hpp as well (#3856)
This commit is contained in:
parent
5aa273b319
commit
1d514f48bc
@ -41,3 +41,5 @@ def install(self, spec, prefix):
|
|||||||
# We have to do our own install here.
|
# We have to do our own install here.
|
||||||
install_tree('include', prefix.include)
|
install_tree('include', prefix.include)
|
||||||
install('./LICENSE', "%s" % prefix)
|
install('./LICENSE', "%s" % prefix)
|
||||||
|
# used by some packages, e.g. quinoa
|
||||||
|
install('examples/uniform.hpp', prefix.include)
|
||||||
|
Loading…
Reference in New Issue
Block a user