package/eigen: fix patch fuzz
authorJulien Olivain <ju.o@free.fr>
Sat, 29 Jun 2024 12:13:49 +0000 (14:13 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 30 Jun 2024 09:23:20 +0000 (11:23 +0200)
commitddd79103cfdef63b078933477ae5781166ffdab5
tree5a37d8f07ce0ca857a909d1edd5c9d65b44e7e6d
parente1c86e1cac9f41f930d915cdca03608b57b83182
package/eigen: fix patch fuzz

Commit 8f88a644ed "support/scripts/apply-patches.sh: set the maximum
fuzz factor to 0" reduced the fuzz factor.

Due to this change, eigen fails to build with output:

    Applying 0001-Adds-new-CMake-Options-for-controlling-build-components.patch using patch:
    patching file CMakeLists.txt
    Hunk #1 succeeded at 495 (offset 18 lines).
    Hunk #2 succeeded at 615 (offset 1 line).
    Hunk #3 succeeded at 652 (offset -8 lines).
    patching file blas/CMakeLists.txt
    patching file lapack/CMakeLists.txt
    Hunk #1 FAILED at 1.
    Hunk #2 succeeded at 450 (offset -7 lines).
    1 out of 2 hunks FAILED -- saving rejects to file lapack/CMakeLists.txt.rej

This commit refreshes the package patch on the current package version.
Since the patch file name changed in the regeneration, the
".checkpackageignore" entry is updated accordingly.

Fixes:
http://autobuild.buildroot.org/results/6fd059b4e7f83a38683341ea1ea02e13d1a92449

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
.checkpackageignore
package/eigen/0001-Adds-new-CMake-Options-for-controlling-build-compone.patch [new file with mode: 0644]
package/eigen/0001-Adds-new-CMake-Options-for-controlling-build-components.patch [deleted file]
This page took 0.034613 seconds and 4 git commands to generate.