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
aebb9a40
Commit
aebb9a40
authored
Feb 24, 2021
by
Matthieu Dorier
Browse files
bedrock is now on github
parent
7e006cb0
Changes
1
Show whitespace changes
Inline
Side-by-side
packages/mochi-bedrock/package.py
View file @
aebb9a40
...
...
@@ -4,12 +4,13 @@ from spack import *
class
MochiBedrock
(
CMakePackage
):
"""Mochi bootstrapping system"""
homepage
=
"
https://
x
git
la
b.c
els.anl.gov/sds/
bedrock
"
url
=
"
https://
x
git
la
b.c
els.anl.gov/sds/
bedrock
"
git
=
'https://
x
git
la
b.c
els.anl.gov/sds/
bedrock.git'
homepage
=
'
https://git
hu
b.c
om/mochi-hpc/mochi-
bedrock
'
url
=
'
https://git
hu
b.c
om/mochi-hpc/mochi-
bedrock
'
git
=
'https://git
hu
b.c
om/mochi-hpc/mochi-
bedrock.git'
version
(
'develop'
,
branch
=
'master'
)
version
(
'master'
,
branch
=
'master'
)
version
(
'develop'
,
branch
=
'main'
)
version
(
'main'
,
branch
=
'main'
)
version
(
'master'
,
branch
=
'main'
)
version
(
'0.2'
,
tag
=
'v0.2'
,
preferred
=
True
)
version
(
'0.1'
,
tag
=
'v0.1'
)
...
...
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