Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
HPCasCode
Commits
041d1f59
Commit
041d1f59
authored
Dec 14, 2021
by
Andreas Hamacher
Browse files
adding munge dependencies
parent
14775b60
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/slurm-common/tasks/installMungeFromSource.yml
View file @
041d1f59
...
...
@@ -39,6 +39,15 @@
creates
:
"
{{
munge_src_dir
}}"
when
:
not munge_binary.stat.exists
-
name
:
installing dependencies
package
:
name
:
-
libgcrypt-devel
-
libtool
-
automake
-
autoconf
state
:
present
become
:
true
-
name
:
build munge
shell
:
./bootstrap && ./configure --prefix={{ munge_dir }} && make
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment