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
e86ee5b9
Commit
e86ee5b9
authored
Oct 29, 2018
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 0.1 of bake package
parent
8cc5ca75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
packages/bake/package.py
packages/bake/package.py
+6
-4
No files found.
packages/bake/package.py
View file @
e86ee5b9
...
...
@@ -2,17 +2,19 @@ from spack import *
class
Bake
(
AutotoolsPackage
):
"""
FIXME: Put a proper description of your package here
."""
"""
Margo-enabled wrapper for Pmem, enabling RDMA to Pmem targets
."""
homepage
=
"https://xgitlab.cels.anl.gov/sds/bake"
url
=
"https://xgitlab.cels.anl.gov/sds/bake"
git
=
'https://xgitlab.cels.anl.gov/sds/bake.git'
version
(
'master'
,
git
=
'https://xgitlab.cels.anl.gov/sds/bake.git'
)
version
(
'develop'
,
branch
=
'master'
)
version
(
'0.1'
,
tag
=
'v0.1'
)
depends_on
(
'autoconf@2.65:'
,
type
=
(
"build"
))
depends_on
(
'automake@1.13.4:'
,
type
=
(
"build"
))
depends_on
(
'libtool'
,
type
=
(
"build"
))
depends_on
(
'margo'
)
depends_on
(
'remi'
)
depends_on
(
'margo
@0.4:
'
)
depends_on
(
'remi
@0.1:
'
)
depends_on
(
'libuuid'
)
depends_on
(
'pmem'
)
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