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
5cb8d379
Commit
5cb8d379
authored
May 24, 2018
by
Matthieu Dorier
Browse files
added flamestore package
parent
deab5819
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/flamestore/package.py
0 → 100644
View file @
5cb8d379
##############################################################################
#
# Installing flamestore:
#
# spack install flamestore
#
from
spack
import
*
class
Flamestore
(
PythonPackage
):
"""Transient distributed object store for deep learning"""
homepage
=
"https://xgitlab.cels.anl.gov/sds/flame-store"
url
=
"https://xgitlab.cels.anl.gov/sds/flame-store.git"
version
(
'master'
,
git
=
"https://xgitlab.cels.anl.gov/sds/flame-store.git"
)
version
(
'mochi'
,
git
=
"https://xgitlab.cels.anl.gov/sds/flame-store.git"
,
branch
=
'dev-mochi-backend'
,
preferred
=
True
)
depends_on
(
'py-margo'
)
depends_on
(
'py-sdskv'
)
depends_on
(
'py-bake+numpy'
)
depends_on
(
'py-h5py'
)
depends_on
(
'py-keras'
)
depends_on
(
'py-mpi4py'
)
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