Package: gecode-snapshot / 6.2.0+git20240207-2

Metadata

Package Version Patches format
gecode-snapshot 6.2.0+git20240207-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
examples include | (download)

examples/sudoku-advanced.cpp | 2 1 + 1 - 0 !
examples/sudoku.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
ppc64el fbtfs 858132 | (download)

gecode/third-party/boost/numeric/interval/detail/ppc_rounding_control.hpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
no O3 | (download)

gecode.m4 | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
parallel.patch | (download)

Makefile.in | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix parallel build failure
 In parallel builds this "bison && mv" ran twice in parallel,
 FTBFS if this resulted in the following sequence:
   bison -t -o gecode/flatzinc/parser.tab.cpp -d gecode/flatzinc/parser.yxx
   bison -t -o gecode/flatzinc/parser.tab.cpp -d gecode/flatzinc/parser.yxx
   mv gecode/flatzinc/parser.tab.hpp gecode/flatzinc/parser.tab.hh
   mv gecode/flatzinc/parser.tab.hpp gecode/flatzinc/parser.tab.hh
 Running it only once fixes the problem.
system boost | (download)

Makefile.in | 3 1 + 2 - 0 !
gecode/float.hh | 14 7 + 7 - 0 !
gecode/float/num.hpp | 12 6 + 6 - 0 !
gecode/float/val.hpp | 42 21 + 21 - 0 !
4 files changed, 35 insertions(+), 36 deletions(-)

---
configure ac 978817 | (download)

gecode.m4 | 78 39 + 39 - 0 !
1 file changed, 39 insertions(+), 39 deletions(-)

---
AC_GECODE_TIMER configure.ac.in | (download)

configure.ac.in | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

---
qt6 autotools | (download)

gecode.m4 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---