Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
3c9d63b5
Commit
3c9d63b5
authored
15 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
fix for AIX systems to create rpms
parent
e0d5d7d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slurm.spec
+9
-5
9 additions, 5 deletions
slurm.spec
with
9 additions
and
5 deletions
slurm.spec
+
9
−
5
View file @
3c9d63b5
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment