[cdo] 01/02: Re-insert ppc64el build fix patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 14 08:18:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to tag debian/1.6.6+dfsg.1-3
in repository cdo.

commit 3101788700ff58e9a1a43ea3c435b16d89f19ad3
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jul 14 07:18:39 2015 +0100

    Re-insert ppc64el build fix patch
---
 debian/patches/ppc64el.patch | 20 ++++++++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/ppc64el.patch b/debian/patches/ppc64el.patch
new file mode 100644
index 0000000..c9d0a41
--- /dev/null
+++ b/debian/patches/ppc64el.patch
@@ -0,0 +1,20 @@
+Fix FTBFS on ppc64el:
+  - include ppu_intrinsics.h to resolve __fsel
+  - remove register from non-registerable variables
+Author: Andreas Barth <aba at ayous.org>
+Bug-Debian: https://bugs.debian.org/763691
+Last-Updated: 2015-07-14
+Forwarded: no
+
+Index: cdo-1.6.6+dfsg.1/libcdi/src/cgribexlib.c
+===================================================================
+--- cdo-1.6.6+dfsg.1.orig/libcdi/src/cgribexlib.c	2015-07-14 02:03:14.000000000 -0300
++++ cdo-1.6.6+dfsg.1/libcdi/src/cgribexlib.c	2015-07-14 03:06:20.000000000 -0300
+@@ -15,6 +15,7 @@
+ 
+ #ifdef _ARCH_PWR6
+ #pragma options nostrict
++#include <ppu_intrinsics.h>
+ #endif
+ 
+ #if defined (HAVE_CONFIG_H)
diff --git a/debian/patches/series b/debian/patches/series
index cf725a2..343ff8c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ build-fixes.patch
 gotocc-fix.patch
 reproducible-builds.patch
 str2uuid.patch
+ppc64el.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdo.git



More information about the debian-science-commits mailing list