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
sds
sds-repo
Commits
dde31edf
Commit
dde31edf
authored
Mar 16, 2021
by
Rob Latham
Browse files
migrate benvolio to github
parent
ade83037
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/benvolio/package.py
View file @
dde31edf
...
...
@@ -10,12 +10,12 @@ from spack import *
class
Benvolio
(
AutotoolsPackage
):
"""Mochi services for I/O"""
homepage
=
"https://
x
git
la
b.c
els.anl.gov/sds
/benvolio"
url
=
"https://
x
git
la
b.c
els.anl.gov/sds
/benvolio"
git
=
"https://
x
git
la
b.c
els.anl.gov/sds
/benvolio.git"
homepage
=
"https://git
hu
b.c
om/mochi-hpc
/benvolio"
url
=
"https://git
hu
b.c
om/mochi-hpc
/benvolio"
git
=
"https://git
hu
b.c
om/mochi-hpc
/benvolio.git"
version
(
'ma
ster
'
,
branch
=
'ma
ster
'
,
preferred
=
True
)
version
(
'develop'
,
branch
=
'ma
ster
'
)
version
(
'ma
in
'
,
branch
=
'ma
in
'
,
preferred
=
True
)
version
(
'develop'
,
branch
=
'ma
in
'
)
variant
(
'mpi'
,
default
=
False
,
description
=
'Bootstrap Benvolio providers with MPI'
);
variant
(
'pmix'
,
default
=
True
,
description
=
'Bootstrap Benvolio providers with PMIx'
);
...
...
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