Skip to content
Snippets Groups Projects
Commit a85a5972 authored by Danny Auble's avatar Danny Auble
Browse files

fix for older versions of chaos

parent e54587d6
No related branches found
No related tags found
No related merge requests found
......@@ -72,9 +72,11 @@
# Build with sgijob plugin and mysql (for slurmdbd) on CHAOS systems
%if %{?chaos}0
%slurm_with_opt mysql
%slurm_with_opt lua
%if %chaos < 5
%slurm_with_opt sgijob
%slurm_without_opt lua
%else
%slurm_with_opt lua
%endif
%else
%slurm_without_opt sgijob
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment