Package: amgcl / 1.4.3-5

Metadata

Package Version Patches format
amgcl 1.4.3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use system pybind11.patch | (download)

pyamgcl/CMakeLists.txt | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

---
disable viennacl tests.patch | (download)

tests/CMakeLists.txt | 5 0 5 - 0 !
1 file changed, 5 deletions(-)

 opencl hardware must be available for this test to work, so i
 disable it. There's a smarter way to do this in the viennacl debian repo (they
 disable the hardware-dependent tests only if the hardware isn't found), but I
 don't know how to do that within cmake and boost. It's not worth my time to
 figure it out, so I'm turning that off unconditionally

build fix on 32bit platforms.patch | (download)

amgcl/mpi/coarsening/pmis.hpp | 11 10 1 - 0 !
examples/mpi/mba.hpp | 4 2 2 - 0 !
2 files changed, 12 insertions( ), 3 deletions(-)

 fix build errors on i386
  Solves two separate issues described in the Debian bug: an int/size_t compile
  error and a linker error for the "undone" symbol
Bug-Debian: http://bugs.debian.org/1020834