Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
cda865d2
Commit
cda865d2
authored
Aug 31, 2017
by
julian.gethmann
Browse files
Add motif also to elegantExamples because it is needed by sddsplot
parent
e142b1eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/elegant/tasks/elegant.yml
View file @
cda865d2
...
...
@@ -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 @
cda865d2
...
...
@@ -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
.
Attach a 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