Skip to content

Commit

Permalink
Updating slurm to v16.05.8 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
koomie committed Jan 23, 2017
1 parent 24fdaed commit 2cc7c76
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions components/rms/slurm/SPECS/slurm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@

Name: %{pname}%{PROJ_DELIM}

Version: 16.05.5
%define ver_exp 16-05-5-1
Version: 16.05.8
%define ver_exp 16-05-8-1

Release: %{?dist}
Summary: Slurm Workload Manager
Expand Down Expand Up @@ -784,7 +784,9 @@ test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/launch_aprun.so &&
test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/mpi_mvapich.so &&
echo %{_libdir}/slurm/mpi_mvapich.so >> $LIST
test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/node_features_knl_cray.so &&
echo %{_libdir}/slurm/node_features_knl_cray.so >> $LIST
echo %{_libdir}/slurm/node_features_knl_cray.so >> $LIST
test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/node_features_knl_generic.so &&
echo %{_libdir}/slurm/node_features_knl_generic.so >> $LIST
test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/power_cray.so &&
echo %{_libdir}/slurm/power_cray.so >> $LIST
test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/select_bluegene.so &&
Expand Down Expand Up @@ -862,7 +864,6 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/nonstop.*
%{_mandir}/man5/slurm.*
%{_mandir}/man5/topology.*
%{_mandir}/man5/wiki.*
%{_mandir}/man8/slurmctld.*
%{_mandir}/man8/slurmd.*
%{_mandir}/man8/slurmstepd*
Expand Down

0 comments on commit 2cc7c76

Please sign in to comment.