File: README.Debian

package info (click to toggle)
pytools 2014.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 424 kB
  • ctags: 971
  • sloc: python: 4,037; makefile: 14
file content (27 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (7)
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.