Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
aa13d9fc
Commit
aa13d9fc
authored
May 15, 2018
by
Matthieu Dorier
Browse files
corrected py-ssg package
parent
8a2cdcbb
Changes
1
Show whitespace changes
Inline
Side-by-side
packages/py-ssg/package.py
View file @
aa13d9fc
...
...
@@ -38,7 +38,9 @@ class PySsg(PythonPackage):
version
(
'master'
,
git
=
"https://xgitlab.cels.anl.gov/sds/py-ssg.git"
)
depends_on
(
'ssg+mpi'
)
depends_on
(
'py-mpi4py'
)
variant
(
'mpi'
,
default
=
False
,
description
=
"Enable MPI support"
)
depends_on
(
'ssg+mpi'
,
when
=
'+mpi'
)
depends_on
(
'ssg'
,
when
=
'~mpi'
)
depends_on
(
'py-mpi4py'
,
when
=
'+mpi'
)
depends_on
(
'py-margo'
)
depends_on
(
'py-pkgconfig'
)
Write
Preview
Markdown
is supported
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