Package: hdf5 Version: 1.8.12 Severity: wishlist Tags: patch
Dear maintainer, I would like to enable ppc64el architecture on the hdf5 package. At the moment, this is the only change required to build this package on the ppc64el architecture. Thank you, Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -uNpr hdf5-1.8.12+docs.orig/debian/changelog hdf5-1.8.12+docs/debian/changelog --- hdf5-1.8.12+docs.orig/debian/changelog 2014-02-16 18:10:09.000000000 +0000 +++ hdf5-1.8.12+docs/debian/changelog 2014-04-16 18:25:24.000000000 +0000 @@ -1,3 +1,9 @@ +hdf5 (1.8.12+docs-2) unstable; urgency=medium + + * Add support for ppc64el architecture + + -- Breno Leitao <bren...@br.ibm.com> Wed, 16 Apr 2014 18:24:16 +0000 + hdf5 (1.8.12+docs-1) unstable; urgency=medium * Repack upstream tarball with documentation. diff -uNpr hdf5-1.8.12+docs.orig/debian/rules hdf5-1.8.12+docs/debian/rules --- hdf5-1.8.12+docs.orig/debian/rules 2014-02-16 19:56:16.000000000 +0000 +++ hdf5-1.8.12+docs/debian/rules 2014-04-16 18:10:31.000000000 +0000 @@ -37,7 +37,7 @@ DEFAULT_MPI=$(ARCH_DEFAULT_MPI_IMPL) #ARCH_FLAG=-a #ARCHS=any ARCH_FLAG=-s -ARCHS=alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386 +ARCHS=alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 ppc64el sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386 ifeq (,$(filter $(DEB_HOST_ARCH),$(ARCHS))) build_openmpi = no