Enable PVFS2/OrangeFS MPI-IO support (bug #1655010)

This commit is contained in:
Orion Poplawski 2019-02-20 19:32:56 -07:00
parent 00d72c5615
commit b622ac67a6

View File

@ -21,7 +21,7 @@
Name: openmpi%{?_cc_name_suffix} Name: openmpi%{?_cc_name_suffix}
Version: 3.1.3 Version: 3.1.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Open Message Passing Interface Summary: Open Message Passing Interface
License: BSD and MIT and Romio License: BSD and MIT and Romio
URL: http://www.open-mpi.org/ URL: http://www.open-mpi.org/
@ -58,6 +58,7 @@ BuildRequires: libevent-devel
BuildRequires: libfabric-devel BuildRequires: libfabric-devel
BuildRequires: papi-devel BuildRequires: papi-devel
%endif %endif
BuildRequires: orangefs-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(Getopt::Long) BuildRequires: perl(Getopt::Long)
BuildRequires: pmix-devel BuildRequires: pmix-devel
@ -325,6 +326,9 @@ make check
%changelog %changelog
* Tue Feb 19 2019 Orion Poplawski <orion@nwra.com> - 3.1.3-2
- Enable PVFS2/OrangeFS MPI-IO support (bug #1655010)
* Wed Feb 13 2019 Orion Poplawski <orion@nwra.com> - 3.1.3-1 * Wed Feb 13 2019 Orion Poplawski <orion@nwra.com> - 3.1.3-1
- Update to 3.1.3 - Update to 3.1.3
- Drop ppc64le patch fixed upstream - Drop ppc64le patch fixed upstream