[SCM] hdf5 branch, master, updated. upstream/1.8.7-149-g29fafe7

Sylvestre Ledru sylvestre.ledru at scilab-enterprises.com
Thu Apr 11 16:44:08 UTC 2013


The following commit has been merged in the master branch:
commit 0736997abcbfc96053765cd7ad33355231933bb0
Author: Sylvestre Ledru <sylvestre.ledru at scilab-enterprises.com>
Date:   Thu Apr 11 15:43:57 2013 +0200

    Fix the FTBFS on powerpc, powerpcspe, and ppc64
    Many thanks to Hiroyuki Yamamoto & Roland Stigge
    (Closes: #701504)

diff --git a/debian/changelog b/debian/changelog
index 67fdaf9..f45c991 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hdf5 (1.8.10-patch1-1~exp3) experimental; urgency=low
+
+  * Fix the FTBFS on powerpc, powerpcspe, and ppc64
+  Many thanks to Hiroyuki Yamamoto & Roland Stigge
+  (Closes: #701504)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 11 Apr 2013 15:40:53 +0200
+
 hdf5 (1.8.10-patch1-1~exp2) experimental; urgency=low
 
   * Fix the symbol list
diff --git a/debian/libhdf5-7.symbols b/debian/libhdf5-7.symbols
index c688fb6..53f8c91 100644
--- a/debian/libhdf5-7.symbols
+++ b/debian/libhdf5-7.symbols
@@ -2020,7 +2020,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
- 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
@@ -2032,7 +2032,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
- 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
diff --git a/debian/libhdf5-mpich2-7.symbols b/debian/libhdf5-mpich2-7.symbols
index c63a1be..533f8fb 100644
--- a/debian/libhdf5-mpich2-7.symbols
+++ b/debian/libhdf5-mpich2-7.symbols
@@ -2138,7 +2138,7 @@ libhdf5.so.7 libhdf5-mpich2-7 #MINVER#
  H5T__conv_ldouble_double at Base 1.8.10
  H5T__conv_ldouble_float at Base 1.8.10
  H5T__conv_ldouble_int at Base 1.8.10
- H5T__conv_ldouble_llong at Base 1.8.10
+ (arch=!powerpc !powerpcspe !ppc64)H5T__conv_ldouble_llong at Base 1.8.10
  H5T__conv_ldouble_long at Base 1.8.10
  H5T__conv_ldouble_schar at Base 1.8.10
  H5T__conv_ldouble_short at Base 1.8.10
@@ -2150,7 +2150,7 @@ libhdf5.so.7 libhdf5-mpich2-7 #MINVER#
  H5T__conv_llong_double at Base 1.8.10
  H5T__conv_llong_float at Base 1.8.10
  H5T__conv_llong_int at Base 1.8.10
- H5T__conv_llong_ldouble at Base 1.8.10
+ (arch=!powerpc !powerpcspe !ppc64)H5T__conv_llong_ldouble at Base 1.8.10
  H5T__conv_llong_long at Base 1.8.10
  H5T__conv_llong_schar at Base 1.8.10
  H5T__conv_llong_short at Base 1.8.10
diff --git a/debian/libhdf5-openmpi-7.symbols b/debian/libhdf5-openmpi-7.symbols
index 3236f2b..02bfe10 100644
--- a/debian/libhdf5-openmpi-7.symbols
+++ b/debian/libhdf5-openmpi-7.symbols
@@ -2138,7 +2138,7 @@ libhdf5.so.7 libhdf5-openmpi-7 #MINVER#
  H5T__conv_ldouble_double at Base 1.8.10
  H5T__conv_ldouble_float at Base 1.8.10
  H5T__conv_ldouble_int at Base 1.8.10
- H5T__conv_ldouble_llong at Base 1.8.10
+ (arch=!powerpc !powerpcspe !ppc64)H5T__conv_ldouble_llong at Base 1.8.10
  H5T__conv_ldouble_long at Base 1.8.10
  H5T__conv_ldouble_schar at Base 1.8.10
  H5T__conv_ldouble_short at Base 1.8.10
@@ -2150,7 +2150,7 @@ libhdf5.so.7 libhdf5-openmpi-7 #MINVER#
  H5T__conv_llong_double at Base 1.8.10
  H5T__conv_llong_float at Base 1.8.10
  H5T__conv_llong_int at Base 1.8.10
- H5T__conv_llong_ldouble at Base 1.8.10
+ (arch=!powerpc !powerpcspe !ppc64)H5T__conv_llong_ldouble at Base 1.8.10
  H5T__conv_llong_long at Base 1.8.10
  H5T__conv_llong_schar at Base 1.8.10
  H5T__conv_llong_short at Base 1.8.10

-- 
Hierarchical Data Format 5 (HDF5)



More information about the Pkg-grass-devel mailing list