From 95c778a6e7a8f4aeb9005e17d2a85de36a9a79ae Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Thu, 31 Aug 2023 11:37:17 +0800 Subject: [PATCH] Add BuildRequires environment-modules Signed-off-by: cherry530 <707078654@qq.com> (cherry picked from commit bbc084e99fd157e6d7c7094c9999ee7145354f48) --- hdf5.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hdf5.spec b/hdf5.spec index 7b3f735..cc4a676 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -11,7 +11,7 @@ Name: hdf5 Version: 1.12.1 -Release: 4 +Release: 5 Summary: A data model, library, and file format for storing and managing data License: GPL-2.0-or-later @@ -35,6 +35,7 @@ BuildRequires: krb5-devel, openssl-devel, zlib-devel, gcc-gfortran, time BuildRequires: automake libtool BuildRequires: openssh-clients BuildRequires: libaec-devel +BuildRequires: environment-modules %description HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing applications to evolve in their use of HDF5. The HDF5 Technology suite includes tools and applications for managing, manipulating, viewing, and analyzing data in the HDF5 format. @@ -354,6 +355,9 @@ make %{?_smp_mflags} -C build check %endif %changelog +* Thu Aug 31 2023 xu_ping <707078654@qq.com> - 1.12.1-5 +- Add BuildRequires environment-modules + * Tue Apr 11 2023 liyanan - 1.12.1-4 - Preserve the rpath of the hdf5-openmpi and hdf5-mpich subpackages -- Gitee