Commit Graph

19 Commits

Author SHA1 Message Date
luoyaoming 75c5a447ef delete debian/gbp.conf 2024-04-24 15:00:35 +08:00
周淦清 60d0e124a0
!2 Fix HTML5 tags
Merge pull request !2 from 周淦清/openkylin/yangtze
2024-01-29 06:19:16 +00:00
zhouganqing 8e34190049 Fix HTML5 tags 2024-01-29 11:12:03 +08:00
周淦清 57324cc998
!1 Update symbols files for rv64g
Merge pull request !1 from 周淦清/openkylin/yangtze
2024-01-26 09:14:20 +00:00
zhouganqing 155e756302 Update symbols files for rv64g 2024-01-26 17:11:46 +08:00
luzhiping 139a3a5d08 update info 2022-08-22 16:43:25 +08:00
openKylinBot f35d40eca8 changed debian/source/format to native 2022-05-14 03:32:24 +08:00
openKylinBot a99374069e apply patches 2022-05-14 03:32:24 +08:00
openKylinBot f819a60215 format patches 2022-05-14 03:32:24 +08:00
Ubuntu Developers e944f8e2ca drop-deprecated-mpi-1-api
commit 38c202df4db8eddd5e6f6f7d6506ce97912a3111
Author: Dana Robinson <derobins@hdfgroup.org>
Date:   Mon Nov 26 22:10:06 2018 -0800

    Updated H5S to use the MPI-2 function MPI_Type_get_exten()
    where available. OpenMPI 4.0 removed the deprecated MPI-1
    MPI_type_extent() call by default, so this avoids needing
    a special OpenMPI build.


Gbp-Pq: Name drop-deprecated-mpi-1-api.patch
2022-05-14 03:32:24 +08:00
Ubuntu Developers d1d206e476 Fix Time substitution when it is a natural integer
===================================================================

Gbp-Pq: Name fix-junit-script.patch
2022-05-14 03:32:24 +08:00
Ubuntu Developers 22930a6376 reproducibility
===================================================================

Gbp-Pq: Name reproducibility.patch
2022-05-14 03:32:24 +08:00
Ubuntu Developers 419e47e85e fix-unaligned-accesses
Package: libhdf5-100
Version: 1.10.0-patch1+docs-3
Tags: upstream patch
User: debian-sparc@lists.debian.org
Usertags: sparc64
X-Debbugs-Cc: debian-sparc@lists.debian.org, Ghislain Vaillant <ghisvail@gmail.com>
Control: affects -1 src:h5py
Hi,
Currently libhdf5-100 performs unaligned memory accesses on sparc64 in
certain cases, and this is causing the latest version of h5py to FTBFS
due to the test suite being killed with SIGBUS when doing vlen-related
tests (the tests in question being new in the latest upstream version).
On investigating, there are two issues:

 1. NO_ALIGNMENT_RESTRICTIONS is being defined on sparc64. GCC is
    sufficiently smart to notice that the test program run when
    configuring is performing unaligned accesses, and so instead of
    using the usual multi-byte load instructions (which require the
    address to be aligned), it expands it out into individual byte
    loads, and therefore the test actually succeeds. This is only
    because GCC can statically determine that the address is unaligned,
    and therefore tries to be helpful (since it knows using multi-byte
    loads will never work), whereas for a general address it will assume
    the address is aligned and emit a single multi-byte load.

    Adding in a few volatile qualifiers in the important places ensures
    that GCC can no longer statically prove the relevant addresses are
    unaligned, and therefore it uses the normal multi-byte load
    instructions and the test program will crash, so configure knows not
    to define NO_ALIGNMENT_RESTRICTIONS.

 2. Even with that fixed, H5T_vlen_reclaim_recurse needs fixing to
    ensure it doesn't perform unaligned accesses when not supported.

With the attached patch, h5py's test suite now passes again. Please feel
free to forward this patch upstream if you deem it acceptable.

Regards,
James

Gbp-Pq: Name fix-unaligned-accesses.patch
2022-05-14 03:32:24 +08:00
Julian Taylor 8896562173 remove check on patch version
hopefully changes in that number always are compatible.
Without this every bugfix update would require a full transition as it will
abort when the version does not match exactly.
The version check will be executed with compile time values on every file
access see e.g. H5F_ACC_RDONLY in src/H5Fpublic.h
Bug-Debian: http://bugs.debian.org/693610
===================================================================

Gbp-Pq: Name relax-version-check.patch
2022-05-14 03:32:24 +08:00
Sylvestre Ledru 814009f703 force the ullong conversion anywhere.
===================================================================

Gbp-Pq: Name ullong_force.diff
2022-05-14 03:32:24 +08:00
Gilles Filippini 15be9167ee avoid the issue of PATH_MAX not being available on Hurd.
Call realpath() the POSIX way, with NULL as second parameter so that
the returned string is dynamically allocated. This way there is no
more need for the strdup() call.
Bug-Debian: http://bugs.debian.org/627896
Bug: HDFFV-9209
===================================================================

Gbp-Pq: Name path_max.diff
2022-05-14 03:32:24 +08:00
Gilles Filippini cb30d8f36c Add option --with-flavor=<flavor-name> to configure
so that '_<flavor-name>' is appended to each built library, .e.g.
libhdf5_<flavor-name>.so.
This we can avoid library name collisions when installing both serial
and $mpi flavors of the libraries:
* serial is built with no flavor name
* $mpi parallel versions use --with-flavor=$mpi
===================================================================

Gbp-Pq: Name flavor-configure-option.patch
2022-05-14 03:32:24 +08:00
openKylinBot 2d9bb7c263 Import Debian changes 1.10.4+repack-ok1
hdf5 (1.10.4+repack-ok1) yangtze; urgency=medium

  * Build for openKylin.
2022-05-14 03:31:32 +08:00
openKylinBot 0818fc0f5a Import Upstream version 1.10.4+repack 2022-05-14 03:31:31 +08:00