Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
70a3cf61
Commit
70a3cf61
authored
Jan 14, 2019
by
julian.gethmann
Browse files
Fix Python role
parent
d35c68b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
group_vars/python.yml
View file @
70a3cf61
...
...
@@ -16,7 +16,6 @@ python3pkg:
-
python3-tox
-
python3-pip
-
pipenv
-
pyenv
-
llvm
-
cmake
-
python3-flake8
...
...
roles/python_stack/tasks/python.yml
View file @
70a3cf61
---
-
name
:
Software for dependency installation
dnf
:
name
:
"
{{
item
}}"
name
:
[
"
gcc"
,
"
gcc-c++"
,
"
glibc-devel.x86_64"
,
"
openssl-devel"
,
"
python-devel"
,
"
lapack-devel"
,
"
numpy-f2py"
,
"
redhat-rpm-config"
]
state
:
present
become
:
yes
with_items
:
-
gcc
-
gcc-c++
-
glibc-devel.x86_64
-
openssl-devel
# - atlas-devel
-
python-devel
-
lapack-devel
-
numpy-f2py
# iminuit
-
redhat-rpm-config
when
:
ansible_distribution == 'Fedora'
-
name
:
"
Install
Python
stack
for
scientific
purposes
(Distribution)"
...
...
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