Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
b8040dd0
Commit
b8040dd0
authored
Aug 31, 2017
by
julian.gethmann
Browse files
Add motif also to elegantExamples because it is needed by sddsplot
parent
e78e200c
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/elegant/tasks/elegant.yml
View file @
b8040dd0
...
...
@@ -29,10 +29,24 @@
tags
:
elegant
notify
:
run profiled
-
name
:
install sddstoolkit dependencies
become
:
yes
dnf
:
name
:
"
{{
item
}}"
state
:
present
with_items
:
-
preSDDSdev
when
:
ansible_distribution == 'Fedora'
tags
:
-
elegant
-
sdds
-
name
:
install SDDSToolKit
become
:
yes
dnf
:
name
:
"
http://www.aps.anl.gov/Accelerator_Systems_Division/Accelerator_Operations_Physics/downloads/SDDSToolKit-{{
sddstk_version
}}.{{
ansible_distribution|lower
}}.{{
ansible_distribution_major_version
}}.{{
ansible_architecture
}}.rpm"
state
:
present
when
:
ansible_distribution == 'Fedora'
tags
:
elegant
tags
:
-
elegant
-
sdds
roles/elegant/vars/main.yml
View file @
b8040dd0
...
...
@@ -10,7 +10,6 @@ prePelegant:
-
mpich-devel
-
blas
-
blas-devel
-
motif
preSDDSdev
:
-
libXpm-devel
...
...
@@ -18,7 +17,8 @@ preSDDSdev:
# ln -s /usr/bin/gcc /usr/bin/g++
-
zlib-devel
-
readline-devel
-
motif
preElegantExamples
:
-
tcl
-
tcsh
-
tcl
-
tcsh
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