1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
This Python module is packages as it is used by PyCUDA and PyOpenCL.
Original module contains files requiring not yet packaged modules,
e.g. pymbolic.
I removed following files from this package:
* pytools/decorator.py (newer version in package python-decorator)
* pytools/log.py (requires pymbolic)
PyCUDA requires following packages:
* from __init__.py
* memoize
* Record
* common_prefix
* match_precision
* single_valued
* pytools.prefork
* pytools.diskdict
PyOpenCL requires following packages:
* from __init__.py
* memoize_method
* Record
* single_valued
* all
* any
If required modules are packaged I will enable removed files.
|