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
9e33a101
Commit
9e33a101
authored
Mar 18, 2021
by
Shane Snyder
Browse files
updated mochi-ssg spack package for github
parent
db7cac51
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/mochi-ssg/package.py
View file @
9e33a101
...
...
@@ -9,11 +9,14 @@ class MochiSsg(AutotoolsPackage):
which is just a mapping from group member identifiers to Mercury address
information"""
homepage
=
"https://xgitlab.cels.anl.gov/sds/ssg"
git
=
'https://xgitlab.cels.anl.gov/sds/ssg.git'
homepage
=
'https://github.com/mochi-hpc/mochi-ssg'
git
=
'https://github.com/mochi-hpc/mochi-ssg.git'
url
=
'https://github.com/mochi-hpc/mochi-ssg/archive/v0.2.tar.gz'
version
(
'develop'
,
branch
=
'master'
)
version
(
'master'
,
branch
=
'master'
)
maintainers
=
[
'shanedsnyder'
]
version
(
'main'
,
branch
=
'main'
)
version
(
'develop'
,
branch
=
'main'
)
version
(
'dev-error-codes'
,
branch
=
'dev-error-codes'
)
version
(
'0.4.4'
,
tag
=
'v0.4.4'
)
version
(
'0.4.3.1'
,
tag
=
'v0.4.3.1'
)
...
...
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