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

fix for AIX systems to create rpms

parent e0d5d7d6
No related branches found
No related tags found
No related merge requests found
...@@ -72,17 +72,16 @@ ...@@ -72,17 +72,16 @@
# Build with sgijob plugin and mysql (for slurmdbd) on CHAOS systems # Build with sgijob plugin and mysql (for slurmdbd) on CHAOS systems
%if %{?chaos}0 %if %{?chaos}0
%slurm_with_opt mysql %slurm_with_opt mysql
%if %chaos < 5
%slurm_with_opt sgijob
%slurm_without_opt lua
%else
%slurm_with_opt lua %slurm_with_opt lua
%endif
%else %else
%slurm_without_opt sgijob %slurm_without_opt sgijob
%slurm_without_opt lua %slurm_without_opt lua
%endif %endif
%if %{?chaos}0 && 0%{?chaos} < 5
%slurm_with_opt sgijob
%endif
Name: See META file Name: See META file
Version: See META file Version: See META file
Release: See META file Release: See META file
...@@ -142,7 +141,12 @@ BuildRequires: mysql-devel >= 5.0.0 ...@@ -142,7 +141,12 @@ BuildRequires: mysql-devel >= 5.0.0
BuildRequires: postgresql-devel >= 8.0.0 BuildRequires: postgresql-devel >= 8.0.0
%endif %endif
%ifnos aix5.3
# FIXME: AIX can't seem to find this even though this is in existance there.
# We should probably figure out a better way of doing this, but for now we
# just won't look for it on AIX.
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
%endif
%description %description
SLURM is an open source, fault-tolerant, and highly SLURM is an open source, fault-tolerant, and highly
......
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