Navigation Menu

Skip to content

Commit

Permalink
Packaging fixes for Random123
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed May 11, 2016
1 parent 887cd5b commit 2a6a1fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
@@ -1,5 +1,4 @@
include pyopencl/cl/*.h
include pyopencl/cl/*.cl
recursive-include pyopencl/cl *.h *.cl

include src/c_wrapper/*.hpp
include src/c_wrapper/*.h
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Expand Up @@ -224,7 +224,12 @@ def main():

include_package_data=True,
package_data={
"pyopencl": ["cl/*.cl", "cl/*.h"]
"pyopencl": [
"cl/*.cl",
"cl/*.h",
"cl/pyopencl-random123/*.cl",
"cl/pyopencl-random123/*.h",
]
},

zip_safe=False)
Expand Down

0 comments on commit 2a6a1fe

Please sign in to comment.