Update to 3.0.2
This commit is contained in:
parent
7ee676264b
commit
2e2c1dbb6b
21
pmix.spec
21
pmix.spec
@ -1,5 +1,5 @@
|
||||
Name: pmix
|
||||
Version: 2.1.4
|
||||
Version: 3.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Process Management Interface Exascale (PMIx)
|
||||
License: BSD
|
||||
@ -17,7 +17,6 @@ BuildRequires: gcc
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: pkgconf
|
||||
BuildRequires: pkgconfig(hwloc)
|
||||
BuildRequires: pkgconfig(munge)
|
||||
|
||||
@ -50,6 +49,16 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Tools for %{name}
|
||||
%description tools
|
||||
The %{name}-tools package contains for use with PMIx-based RMs and language-
|
||||
based starters (e.g., mpirun).
|
||||
|
||||
* pinfo - show MCA params, build info, etc.
|
||||
* pps - get list of active nspaces, retrieve status of jobs/nodes/procs
|
||||
* pevent - inject an event into the system
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
@ -154,7 +163,7 @@ EOF
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/*.conf
|
||||
%{_datadir}/%{name}/*.txt
|
||||
%{_libdir}/libpmix.so.*
|
||||
%{_libdir}/libpmix.so.2*
|
||||
%{_libdir}/%{name}/*.so
|
||||
%{_libdir}/%{name}/lib/*.so.*
|
||||
%{_modulesdir}/pmi/*
|
||||
@ -168,7 +177,13 @@ EOF
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man[37]/*
|
||||
|
||||
%files tools
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Sun Nov 25 2018 Orion Poplawski <orion@nwra.com> - 3.0.2-1
|
||||
- Update to 3.0.2
|
||||
|
||||
* Mon Oct 1 2018 Philip Kovacs <pkdevel@yahoo.com> - 2.1.4-1
|
||||
- Update to 2.1.4
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pmix-2.1.4.tar.bz2) = 35d61dedea77a445d78b8821216ae7b3e0885daa651377f11324d2b76b565d122196a2b56e6060b31966c7e2eef6e73ab842122736e789942c96ba8f2b6cf6d2
|
||||
SHA512 (pmix-3.0.2.tar.bz2) = 6aeb4452ef2b9f6f98a1f5920bb5d1c7a51426498e1fb7c5ae1ac85d456dfe6ffb893d7b0904dbca30bcedcdfd4362da2862b7e7256f91920a2ce1ba09bd7807
|
||||
|
Loading…
Reference in New Issue
Block a user