Package: libmpikmeans / 1.5+dfsg-3

Metadata

Package Version Patches format
libmpikmeans 1.5+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Properly build shared and static libraries programs.patch | (download)

Makefile | 128 75 + 53 - 0 !
1 file changed, 75 insertions(+), 53 deletions(-)

 properly build shared and static libraries, programs

Modify upstream's Makefile to 1) properly build shared and static libraries,
2) link upstream's programs to the shared libraries and 3) build Python
extensions for all supported Python versions. Furthermore, add an install
target.

0002 Drop unused option.patch | (download)

mpi_assign_main.cxx | 3 0 + 3 - 0 !
mpi_kmeans_main.cxx | 3 0 + 3 - 0 !
2 files changed, 6 deletions(-)

 [patch] drop unused option

Upstream's binaries say they support a run-time "verbose" option, but they
don't -- it's a compile-time option. Drop these to avoid confusion.

0003 Correct command name in help.patch | (download)

mpi_kmeans_main.cxx | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 [patch] correct command name in help

mpi_kmeans accidentally speaks about mpi_assign a few times