You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From: matthieu hautreux
Just a brief feedback about the rpmbuild stage. The following patch is
necessary because oom-detect.so is not produced by default (part of
llnl-plugins), and break the rpmbuild process as it is not found during
packaging.
--- slurm-spank-plugins.spec.ori 2008-10-06 23:29:12.000000000 +0200
+++ slurm-spank-plugins.spec 2009-02-11 22:17:39.000000000 +0100
@@ -175,7 +175,9 @@
%defattr(-,root,root,0755)
%doc NEWS NEWS.old ChangeLog README.use-env
%{_libdir}/slurm/renice.so
+%if %{_with llnl_plugins}
%{_libdir}/slurm/oom-detect.so
+%endif
%{_libdir}/slurm/system-safe.so
%{_libdir}/slurm/iotrace.so
%{_libdir}/slurm/tmpdir.so
You could also add "%define _unpackaged_files_terminate_build 0" to the
spec file as well.
Regards,
Matthieu
Original issue reported on code.google.com by [email protected] on 13 Feb 2009 at 12:10
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Feb 2009 at 12:10The text was updated successfully, but these errors were encountered: