Package: pyopencl / 2014.1-3

Metadata

Package Version Patches format
pyopencl 2014.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hardening.patch | (download)

aksetup_helper.py | 2 1 + 1 - 0 !
setup.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 disable optimisation flags
 PyOpenCL manages its own CXXFLAGS which enable optimisation and disable
 debug options. This patch disables setting of default optimisation levels
 as this might conflict with hardening and DEB_BUILD_OPTIONS.
python versions.patch | (download)

setup.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 change option providing name of python boost library
 Package needs libboost-python and name of linked library depends on Python
 version. To build for all supported Python version we need to get used
 Python version and include it into name of linked library.
fix setup.patch | (download)

Makefile.in | 2 2 + 0 - 0 !
aksetup_helper.py | 38 0 + 38 - 0 !
setup.py | 22 0 + 22 - 0 !
3 files changed, 2 insertions(+), 60 deletions(-)

 disable tests during setup
 Do not check for presence of shipped Boost and presence of configuration files
 during building of package. Clean compiled files and configuration.
use appdirs.patch | (download)

pyopencl/cache.py | 11 5 + 6 - 0 !
setup.py | 1 1 + 0 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 change cache directory is created