diff --git a/python-pyopencl.spec b/python-pyopencl.spec index cb04ab2..00dfcf1 100644 --- a/python-pyopencl.spec +++ b/python-pyopencl.spec @@ -18,9 +18,20 @@ Summary: Python wrapper for OpenCL # pyopencl/cl/pyopencl-eval-tbl.cl # GPLv2 (cephes): # pyopencl/cl/pyopencl-airy.cl -# ASL 2.0 (ranluxcl): +# ASL 2.0 (ranluxcl), will be removed in 2018.x: # pyopencl/cl/pyopencl-ranluxcl.cl -License: MIT and Boost and ASL 2.0 and GPLv2 +# ASL 2.0: +# pyopencl/scan.py +# BSD (random123): +# pyopencl/cl/pyopencl-random123/array.h +# pyopencl/cl/pyopencl-random123/openclfeatures.h +# pyopencl/cl/pyopencl-random123/philox.cl +# pyopencl/cl/pyopencl-random123/threefry.cl +# BSD: +# pyopencl/bitonic_sort.py +# pyopencl/bitonic_sort_templates.py + +License: MIT and Boost and ASL 2.0 and GPLv2 and BSD URL: http://mathema.tician.de/software/pyopencl Source0: https://github.com/pyopencl/pyopencl/archive/v%{version}/%{srcname}-%{version}.tar.gz # https://github.com/inducer/compyte/pull/24