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
377a2974
Commit
377a2974
authored
Jan 11, 2019
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated py-margo and bake with new versions
parent
5a19d102
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
packages/bake/package.py
packages/bake/package.py
+1
-0
packages/py-margo/package.py
packages/py-margo/package.py
+2
-0
No files found.
packages/bake/package.py
View file @
377a2974
...
...
@@ -9,6 +9,7 @@ class Bake(AutotoolsPackage):
git
=
'https://xgitlab.cels.anl.gov/sds/bake.git'
version
(
'develop'
,
branch
=
'master'
)
version
(
'0.2'
,
tag
=
'v0.2'
)
version
(
'0.1'
,
tag
=
'v0.1'
)
variant
(
'sizecheck'
,
default
=
False
,
description
=
"Enable size/bound checking (may degrade performance)"
)
...
...
packages/py-margo/package.py
View file @
377a2974
...
...
@@ -38,9 +38,11 @@ class PyMargo(PythonPackage):
git
=
"https://xgitlab.cels.anl.gov/sds/py-margo.git"
version
(
'develop'
,
branch
=
"master"
)
version
(
'0.2'
,
tag
=
'v0.2'
)
version
(
'0.1'
,
tag
=
'v0.1'
)
depends_on
(
'margo@0.4:'
)
depends_on
(
'python'
)
depends_on
(
'py-numpy'
,
when
=
'@0.2:'
)
depends_on
(
'py-pybind11'
,
type
=
(
'build'
))
depends_on
(
'py-pkgconfig'
,
type
=
(
'build'
))
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