Skip to content

Commit

Permalink
Revert "phdf5: Update to 1.14.5"
Browse files Browse the repository at this point in the history
This reverts commit be86d70.

Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Oct 31, 2024
1 parent 4b54e42 commit 77420ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/io-libs/phdf5/SPECS/hdf5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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} \
Expand Down

0 comments on commit 77420ff

Please sign in to comment.