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
6bca3ad5
Commit
6bca3ad5
authored
Mar 03, 2021
by
Matthieu Dorier
Browse files
Merge branch 'master' of xgitlab.cels.anl.gov:sds/sds-repo
parents
5e259689
512b5aaf
Changes
3
Hide whitespace changes
Inline
Side-by-side
packages/mochi-bake/package.py
View file @
6bca3ad5
...
...
@@ -4,12 +4,12 @@ from spack import *
class
MochiBake
(
AutotoolsPackage
):
"""a Mochi microservice for remote access to raw storage regions"""
homepage
=
"
https://
x
git
la
b.c
els.anl.gov/sds/
bake
"
url
=
"
https://
x
git
la
b.c
els.anl.gov/sds/bake"
git
=
'https://
x
git
la
b.c
els.anl.gov/sds/
bake.git'
homepage
=
'
https://git
hu
b.c
om/mochi-hpc/mochi-
bake
/'
url
=
'
https://git
hu
b.c
om/mochi-hpc/mochi-bake/archive/v0.6.tar.gz'
git
=
'https://git
hu
b.c
om/mochi-hpc/mochi-
bake.git'
version
(
'develop'
,
branch
=
'ma
ster
'
)
version
(
'ma
ster
'
,
branch
=
'ma
ster
'
)
version
(
'develop'
,
branch
=
'ma
in
'
)
version
(
'ma
in
'
,
branch
=
'ma
in
'
)
version
(
'0.6'
,
tag
=
'v0.6'
)
version
(
'0.5'
,
tag
=
'v0.5.0'
)
version
(
'0.4.1'
,
tag
=
'v0.4.1'
)
...
...
packages/mochi-ch-placement/package.py
View file @
6bca3ad5
...
...
@@ -29,11 +29,11 @@ class MochiChPlacement(AutotoolsPackage):
It can be used by a distributed storage system to access multiple
hashing algorithms, distance metrics, and virtual node settings using a consistent API."""
homepage
=
"https://
x
git
la
b.c
els.anl.gov/codes/
ch-placement"
url
=
"https://
x
git
la
b.c
els.anl.gov/codes/ch-placement
"
git
=
'https://
x
git
la
b.c
els.anl.gov/codes/
ch-placement.git'
homepage
=
"https://git
hu
b.c
om/mochi-hpc/mochi-
ch-placement"
url
=
"https://git
hu
b.c
om/mochi-hpc/mochi-ch-placement/archive/v0.1.tar.gz
"
git
=
'https://git
hu
b.c
om/mochi-hpc/mochi-
ch-placement.git'
version
(
'develop'
,
branch
=
'ma
ster
'
)
version
(
'develop'
,
branch
=
'ma
in
'
)
version
(
'0.1'
,
tag
=
'v0.1'
)
depends_on
(
'm4'
)
...
...
packages/mochi-margo/package.py
View file @
6bca3ad5
...
...
@@ -10,14 +10,14 @@ class MochiMargo(AutotoolsPackage):
"""A library that provides Argobots bindings to the Mercury RPC
implementation."""
homepage
=
'https://
x
git
la
b.c
els.anl.gov/sds/
margo'
git
=
'https://
x
git
la
b.c
els.anl.gov/sds/
margo.git'
url
=
'https://
x
git
la
b.c
els.anl.gov/sds/
margo/
-/
archive/v0.9
/margo-v0.9
.tar.gz'
homepage
=
'https://git
hu
b.c
om/mochi-hpc/mochi-
margo'
git
=
'https://git
hu
b.c
om/mochi-hpc/mochi-
margo.git'
url
=
'https://git
hu
b.c
om/mochi-hpc/mochi-
margo/archive/v0.9.tar.gz'
maintainers
=
[
'carns'
,
'mdorier'
,
'fbudin69500'
,
'chuckatkins'
]
version
(
'ma
ster
'
,
branch
=
'ma
ster
'
)
version
(
'develop'
,
branch
=
'ma
ster
'
)
version
(
'ma
in
'
,
branch
=
'ma
in
'
)
version
(
'develop'
,
branch
=
'ma
in
'
)
version
(
'0.9'
,
sha256
=
'a24376f66450cc8fd7a43043e189f8efce5a931585e53c1e2e41894a3e99b517'
)
version
(
'0.7'
,
sha256
=
'492d1afe2e7984fa638614a5d34486d2ff761f5599b5984efd5ae3f55cafde54'
)
version
(
'0.7.2'
,
sha256
=
'0ca796abdb82084813a5de033d92364910b5ad1a0df135534d6b1c36ef627859'
)
...
...
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