From 77420ff8c3f1c47d2b495e8ba1c22d257122c12c Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 31 Oct 2024 13:31:19 +0000 Subject: [PATCH] Revert "phdf5: Update to 1.14.5" This reverts commit be86d701542f1e767d4c18bd8caf03158ffb0373. Signed-off-by: Adrian Reber --- components/io-libs/phdf5/SPECS/hdf5.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/io-libs/phdf5/SPECS/hdf5.spec b/components/io-libs/phdf5/SPECS/hdf5.spec index fc7861c5d7..d8b2030148 100644 --- a/components/io-libs/phdf5/SPECS/hdf5.spec +++ b/components/io-libs/phdf5/SPECS/hdf5.spec @@ -18,13 +18,13 @@ Summary: A general purpose library and file format for storing scientific data Name: p%{pname}-%{compiler_family}-%{mpi_family}%{PROJ_DELIM} -Version: 1.14.5 +Version: 1.14.0 Release: 1%{?dist} License: Hierarchical Data Format (HDF) Software Library and Utilities License Group: %{PROJ_NAME}/io-libs URL: http://www.hdfgroup.org/HDF5 -Source0: https://github.com/HDFGroup/%{pname}/archive/refs/tags/%{pname}_%{version}.tar.gz +Source0: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/%{pname}-%{version}/src/%{pname}-%{version}.tar.bz2 BuildRequires: zlib-devel make BuildRequires: perl(File::Compare) @@ -49,7 +49,7 @@ structure, such as images, arrays of vectors, and structured and unstructured grids. You can also mix and match them in HDF5 files according to your needs. %prep -%setup -q -n %{pname}-%{pname}_%{version} +%setup -q -n %{pname}-%{version} %build # override with newer config.guess for aarch64 @@ -94,8 +94,8 @@ autoreconf -if sed -e 's/NO_SYMBOLS_CFLAGS="-Wl,-s"/NO_SYMBOLS_CFLAGS=/g' -i config/intel-flags sed -e 's/NO_SYMBOLS_CFLAGS="-Wl,-s"/NO_SYMBOLS_CFLAGS=/g' -i config/intel-cxxflags # delete special flags no longer available -echo "" > config/intel-warnings/classic/18 -sed '/-Wp64/d' -i config/intel-warnings/classic/15 +echo "" > config/intel-warnings/18 +sed '/-Wp64/d' -i config/intel-warnings/15 %endif ./configure --prefix=%{install_path} \