Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / hdf5
Commits: 79556a97 by Carl Smedstad at 2026-02-14T23:51:14+01:00 upgpkg: 2.0.0-4: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hdf5 pkgdesc = General purpose library and file format for storing scientific data pkgver = 2.0.0 - pkgrel = 3 + pkgrel = 4 url = https://www.hdfgroup.org/hdf5 arch = x86_64 license = BSD-3-Clause @@ -11,9 +11,11 @@ pkgbase = hdf5 makedepends = openmpi makedepends = time depends = bash - depends = gcc-libs depends = glibc depends = libaec + depends = libgcc + depends = libgfortran + depends = libstdc++ depends = zlib provides = hdf5-java replaces = hdf5-java @@ -25,9 +27,11 @@ pkgname = hdf5 pkgname = hdf5-openmpi pkgdesc = General purpose library and file format for storing scientific data (OpenMPI version) depends = bash - depends = gcc-libs depends = glibc depends = libaec + depends = libgcc + depends = libgfortran + depends = libstdc++ depends = zlib depends = openmpi provides = hdf5 ===================================== PKGBUILD ===================================== @@ -11,16 +11,18 @@ pkgname=( hdf5-openmpi ) pkgver=2.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="General purpose library and file format for storing scientific data" arch=(x86_64) url="https://www.hdfgroup.org/hdf5" license=(BSD-3-Clause) depends=( bash - gcc-libs glibc libaec + libgcc + libgfortran + libstdc++ zlib ) makedepends=( @@ -78,6 +80,7 @@ check() { MPI_TEST_t_pmulti_dset MPI_TEST_t_select_io_dset # Fails or times out, not sure why. + H5_H5DUMP-f90_h5ex_t_regrefatt_F03 H5_H5DUMP-f90_h5ex_t_vlen_F03 MPI_TEST_H5DIFF-h5diff MPI_TEST_H5_f90_ph5_f90_filtered_writes_no_sel View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hdf5/-/commit/79556a97ef412b63aadad4ff7dee9150419f6659 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hdf5/-/commit/79556a97ef412b63aadad4ff7dee9150419f6659 You're receiving this email because of your account on gitlab.archlinux.org.
