Package: bolt-lmm / 2.3.4+dfsg-3

Metadata

Package Version Patches format
bolt-lmm 2.3.4+dfsg-3 3.0 (quilt)

Patch series

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

src/Makefile | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 configure the makefile for debian packaging:
  Use g++ as compiler instead intel icpc. Remove sse optimizations.
  Add CPPFLAGS, CXXFLAGS and LDFLAGS flags for hardening.
timer for other arches.patch | (download)

src/Timer.cpp | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 provide an implementation for timer on other arches
Asm specific on i386 and ppc64el
dont hardcode glibc version.patch | (download)

src/memcpy.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 rely on current glibc version
The code hardcodes an old glibc version which fails at link time
/usr/bin/ld: memcpy.o: in function `memcpy':
/usr/include/powerpc64le-linux-gnu/bits/string_fortified.h:34: undefined reference to `memcpy@GLIBC_2.2.5'