Package: clonalorigin / 1.0-9

Metadata

Package Version Patches format
clonalorigin 1.0-9 3.0 (quilt)

Patch series

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

warg/src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 drop -msse for portability reasons
gcc 11.patch | (download)

warg/src/rng.cpp | 1 1 + 0 - 0 !
warg/src/rng.h | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 fix build issue with gcc-11
Bug-Debian: https://bugs.debian.org/984018
shorten test.patch | (download)

warg/src/Makefile.am | 3 2 + 1 - 0 !
warg/src/profilerun.sh | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 shorten execution time of the test item.
 The execution time of upstream test item is particularly long on regular
 CPU architectures, and may trigger timeouts on the slower ones.  This patch
 reduces iteration amounts in the "w" and "z" dimensions to more acceptable
 values than the default ones.