On Wed, May 27, 2020 at 09:53:44AM +1200, Michael Hudson-Doyle wrote: > > Thanks. I think a fixed simde has been uploaded now, so my patch might not > be needed at all...
OK, while pbcopper is doing another cycle in new queue I commited pbcopper(master) $ git diff diff --git a/debian/changelog b/debian/changelog index f7f77e3..16462c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pbcopper (1.6.0+dfsg-3) UNRELEASED; urgency=medium + + * ppc64el patch is not needed for libsimde-dev >= 0.0.0.git.20200526 + + -- Andreas Tille <ti...@debian.org> Wed, 27 May 2020 08:21:28 +0200 + pbcopper (1.6.0+dfsg-2) unstable; urgency=medium * Use d-shlibs to make sure SOVERSION is correct diff --git a/debian/control b/debian/control index 9bc83ec..fbf1215 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 12), libboost-dev, googletest, libgtest-dev, - libsimde-dev + libsimde-dev (>= 0.0.0.git.20200526) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/pbcopper Vcs-Git: https://salsa.debian.org/med-team/pbcopper.git diff --git a/debian/patches/series b/debian/patches/series index 69204c0..88405bb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,5 +2,5 @@ skip_test_relying_on_clock.patch meson.patch simde.patch -simde-ppc64el.patch +#simde-ppc64el.patch static+shared_lib.patch diff --git a/debian/patches/simde-ppc64el.patch b/debian/patches/simde-ppc64el.patch index 19e4d63..4b31e19 100644 --- a/debian/patches/simde-ppc64el.patch +++ b/debian/patches/simde-ppc64el.patch @@ -2,6 +2,7 @@ From: Michael Hudson-Doyle <michael.hud...@ubuntu.com> Date: Tue, 26 May 2020 22:00:48 +1200 Bug-Debian: https://bugs.debian.org/961581 Description: Fix simde build for ppc64el + Not needed for libsimde-dev >= 0.0.0.git.20200526-1 --- a/src/align/cssw/ssw.c +++ b/src/align/cssw/ssw.c Thanks for the hint Andreas. -- http://fam-tille.de