Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-repo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-repo
Commits
818fb36d
Commit
818fb36d
authored
Oct 31, 2018
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flamestore 0.1
parent
c6babbdd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
packages/flamestore/package.py
packages/flamestore/package.py
+6
-4
No files found.
packages/flamestore/package.py
View file @
818fb36d
...
...
@@ -11,12 +11,14 @@ 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"
url
=
"https://xgitlab.cels.anl.gov/sds/flame-store"
git
=
"https://xgitlab.cels.anl.gov/sds/flame-store.git"
version
(
'master'
,
git
=
"https://xgitlab.cels.anl.gov/sds/flame-store.git"
)
version
(
'develop'
,
branch
=
'master'
)
version
(
'0.1'
,
tag
=
'v0.1'
)
depends_on
(
'py-margo'
)
depends_on
(
'py-bake+numpy'
)
depends_on
(
'py-margo
@0.1:
'
)
depends_on
(
'py-bake+numpy
@0.1:
'
)
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