Drop USE_PARALLEL_POSIX for hdf5 1.8.13

epel9
Orion Poplawski 11 years ago
parent 661b6c08ee
commit 68b3285458

@ -181,6 +181,10 @@ NetCDF parallel openmpi static libraries
%prep %prep
%setup -q -n %{name}-c-%{version} %setup -q -n %{name}-c-%{version}
%patch0 -p1 -b .pkgconfig %patch0 -p1 -b .pkgconfig
%if 0%{?fedora} >= 21
# No mpi-posix in hdf5 1.8.13
sed -i -e 's/^.*USE_PARALLEL_POSIX.*$/:/' configure
%endif
%build %build

Loading…
Cancel
Save