[SCM] hdf5 branch, master, updated. upstream/1.8.7-141-g07bb3b7

Sylvestre Ledru sylvestre.ledru at scilab-enterprises.com
Wed Nov 28 12:03:30 UTC 2012


The following commit has been merged in the master branch:
commit 07bb3b75831d6435094145aecc36e94c9e81fdd8
Author: Sylvestre Ledru <sylvestre.ledru at scilab-enterprises.com>
Date:   Wed Nov 28 13:02:37 2012 +0100

      * Support of ppc64 (Closes: #670266)
        Thanks to Hiroyuki Yamamoto for the patch.
      * Support of powerpcspe (Closes: #694427)
        Thanks to Roland Stigge for the patch.

diff --git a/debian/changelog b/debian/changelog
index 7323a56..984a3cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+hdf5 (1.8.9-1~exp3) experimental; urgency=low
+
+  * Support of ppc64 (Closes: #670266)
+    Thanks to Hiroyuki Yamamoto for the patch.
+  * Support of powerpcspe (Closes: #694427)
+    Thanks to Roland Stigge for the patch.
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 28 Nov 2012 12:54:06 +0100
+
 hdf5 (1.8.9-1~exp2) experimental; urgency=low
 
   * Skip the inclusion of C++ when dealing with parallel HDF5
diff --git a/debian/control b/debian/control
index 4a0c3a1..e4d0678 100644
--- a/debian/control
+++ b/debian/control
@@ -76,7 +76,7 @@ Description: Hierarchical Data Format 5 (HDF5) - development files - transitionn
 Package: libhdf5-openmpi-7
 Section: libs
 Priority: extra
-Architecture: alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libhdf5-7, libhdf5-1.8,
  libhdf5-1.8.4, libhdf5-openmpi-1.8.4, libhdf5-1.8.6, libhdf5-openmpi-1.8.6,
@@ -95,7 +95,7 @@ Description: Hierarchical Data Format 5 (HDF5) - runtime files - OpenMPI version
 Package: libhdf5-openmpi-dev
 Section: libdevel
 Priority: extra
-Architecture: alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: libhdf5-openmpi-7 (= ${binary:Version}), zlib1g-dev,
  libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
@@ -112,7 +112,7 @@ Description: Hierarchical Data Format 5 (HDF5) - development files - OpenMPI ver
 Package: libhdf5-openmpi-7-dbg
 Section: debug
 Priority: extra
-Architecture: alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libhdf5-openmpi-7 (= ${binary:Version}),
 Description: Hierarchical Data Format 5 (HDF5) - OpenMPI Debug package
diff --git a/debian/libhdf5-7.symbols b/debian/libhdf5-7.symbols
index ff9ddb8..c16069c 100644
--- a/debian/libhdf5-7.symbols
+++ b/debian/libhdf5-7.symbols
@@ -2025,7 +2025,7 @@ libhdf5.so.7 libhdf5-7
  H5T_conv_ldouble_double at Base 1.8.7
  H5T_conv_ldouble_float at Base 1.8.7
  H5T_conv_ldouble_int at Base 1.8.7
- (arch=!powerpc !sh4)H5T_conv_ldouble_llong at Base 1.8.7
+ (arch=!powerpc !powerpcspe !ppc64 !sh4)H5T_conv_ldouble_llong at Base 1.8.7
  H5T_conv_ldouble_long at Base 1.8.7
  H5T_conv_ldouble_schar at Base 1.8.7
  H5T_conv_ldouble_short at Base 1.8.7
@@ -2037,7 +2037,7 @@ libhdf5.so.7 libhdf5-7
  H5T_conv_llong_double at Base 1.8.7
  H5T_conv_llong_float at Base 1.8.7
  H5T_conv_llong_int at Base 1.8.7
- (arch=!powerpc !sh4)H5T_conv_llong_ldouble at Base 1.8.7
+ (arch=!powerpc !powerpcspe !ppc64 !sh4)H5T_conv_llong_ldouble at Base 1.8.7
  H5T_conv_llong_long at Base 1.8.7
  H5T_conv_llong_schar at Base 1.8.7
  H5T_conv_llong_short at Base 1.8.7
@@ -2117,7 +2117,7 @@ libhdf5.so.7 libhdf5-7
  H5T_conv_ullong_float at Base 1.8.7
  H5T_conv_ullong_int at Base 1.8.7
  H5T_conv_ullong_ldouble at Base 1.8.7
- (arch=!armel !armhf !alpha !sparc !mipsel !powerpc !sh4)H5T_conv_ullong_ldouble at Base 1.8.7
+ (arch=!armel !armhf !alpha !sparc !mipsel !powerpc !powerpcspe !ppc64 !sh4)H5T_conv_ullong_ldouble at Base 1.8.7
  H5T_conv_ullong_llong at Base 1.8.7
  H5T_conv_ullong_long at Base 1.8.7
  H5T_conv_ullong_schar at Base 1.8.7
diff --git a/debian/libhdf5-mpich2-7.symbols b/debian/libhdf5-mpich2-7.symbols
index 050400c..2693a3b 100644
--- a/debian/libhdf5-mpich2-7.symbols
+++ b/debian/libhdf5-mpich2-7.symbols
@@ -2069,7 +2069,7 @@ libhdf5.so.7 libhdf5-mpich2-7 #MINVER#
  H5T_conv_ldouble_double at Base 1.8.7
  H5T_conv_ldouble_float at Base 1.8.7
  H5T_conv_ldouble_int at Base 1.8.7
- (arch=!powerpc)H5T_conv_ldouble_llong at Base 1.8.7
+ (arch=!powerpc !powerpcspe !ppc64)H5T_conv_ldouble_llong at Base 1.8.7
  H5T_conv_ldouble_long at Base 1.8.7
  H5T_conv_ldouble_schar at Base 1.8.7
  H5T_conv_ldouble_short at Base 1.8.7
@@ -2081,7 +2081,7 @@ libhdf5.so.7 libhdf5-mpich2-7 #MINVER#
  H5T_conv_llong_double at Base 1.8.7
  H5T_conv_llong_float at Base 1.8.7
  H5T_conv_llong_int at Base 1.8.7
- (arch=!powerpc)H5T_conv_llong_ldouble at Base 1.8.7
+ (arch=!powerpc !powerpcspe !ppc64)H5T_conv_llong_ldouble at Base 1.8.7
  H5T_conv_llong_long at Base 1.8.7
  H5T_conv_llong_schar at Base 1.8.7
  H5T_conv_llong_short at Base 1.8.7
@@ -2160,7 +2160,7 @@ libhdf5.so.7 libhdf5-mpich2-7 #MINVER#
  H5T_conv_ullong_double at Base 1.8.7
  H5T_conv_ullong_float at Base 1.8.7
  H5T_conv_ullong_int at Base 1.8.7
- (arch=!mipsel !armel !armhf !alpha !powerpc !sh4)H5T_conv_ullong_ldouble at Base 1.8.7
+ (arch=!mipsel !armel !armhf !alpha !powerpc !powerpcspe !ppc64 !sh4)H5T_conv_ullong_ldouble at Base 1.8.7
  H5T_conv_ullong_llong at Base 1.8.7
  H5T_conv_ullong_long at Base 1.8.7
  H5T_conv_ullong_schar at Base 1.8.7
diff --git a/debian/libhdf5-openmpi-7.symbols b/debian/libhdf5-openmpi-7.symbols
index b7bc9ef..fcc3eb1 100644
--- a/debian/libhdf5-openmpi-7.symbols
+++ b/debian/libhdf5-openmpi-7.symbols
@@ -2069,7 +2069,7 @@ libhdf5.so.7 libhdf5-openmpi-7 #MINVER#
  H5T_conv_ldouble_double at Base 1.8.7
  H5T_conv_ldouble_float at Base 1.8.7
  H5T_conv_ldouble_int at Base 1.8.7
- (arch=!powerpc)H5T_conv_ldouble_llong at Base 1.8.7
+ (arch=!powerpc !powerpcspe !ppc64)H5T_conv_ldouble_llong at Base 1.8.7
  H5T_conv_ldouble_long at Base 1.8.7
  H5T_conv_ldouble_schar at Base 1.8.7
  H5T_conv_ldouble_short at Base 1.8.7
@@ -2081,7 +2081,7 @@ libhdf5.so.7 libhdf5-openmpi-7 #MINVER#
  H5T_conv_llong_double at Base 1.8.7
  H5T_conv_llong_float at Base 1.8.7
  H5T_conv_llong_int at Base 1.8.7
- (arch=!powerpc)H5T_conv_llong_ldouble at Base 1.8.7
+ (arch=!powerpc !powerpcspe !ppc64)H5T_conv_llong_ldouble at Base 1.8.7
  H5T_conv_llong_long at Base 1.8.7
  H5T_conv_llong_schar at Base 1.8.7
  H5T_conv_llong_short at Base 1.8.7
@@ -2160,7 +2160,7 @@ libhdf5.so.7 libhdf5-openmpi-7 #MINVER#
  H5T_conv_ullong_double at Base 1.8.7
  H5T_conv_ullong_float at Base 1.8.7
  H5T_conv_ullong_int at Base 1.8.7
- (arch=!powerpc !armel !armhf !alpha)H5T_conv_ullong_ldouble at Base 1.8.7
+ (arch=!powerpc !powerpcspe !armel !armhf !alpha !ppc64)H5T_conv_ullong_ldouble at Base 1.8.7
  H5T_conv_ullong_llong at Base 1.8.7
  H5T_conv_ullong_long at Base 1.8.7
  H5T_conv_ullong_schar at Base 1.8.7
diff --git a/debian/rules b/debian/rules
index df21f4c..bfb6f18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ DEFAULT_MPI=$(shell dpkg -s mpi-default-dev | grep Depends | sed "s/Depends: lib
 #ARCH_FLAG=-a
 #ARCHS=any
 ARCH_FLAG=-s
-ARCHS=alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+ARCHS=alpha armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 
 ifeq ($(DEB_HOST_ARCH),arm)
 build_openmpi = no

-- 
Hierarchical Data Format 5 (HDF5)



More information about the Pkg-grass-devel mailing list