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
104b82f4
Commit
104b82f4
authored
Feb 19, 2021
by
Matthieu Dorier
Browse files
sonata now depends on Bedrock 0.2
parent
e21742ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/mochi-sonata/package.py
View file @
104b82f4
...
@@ -27,8 +27,7 @@ class MochiSonata(CMakePackage):
...
@@ -27,8 +27,7 @@ class MochiSonata(CMakePackage):
depends_on
(
'mochi-thallium@develop'
,
when
=
'@develop'
)
depends_on
(
'mochi-thallium@develop'
,
when
=
'@develop'
)
depends_on
(
'mochi-thallium@0.7'
,
when
=
'@:0.4'
)
depends_on
(
'mochi-thallium@0.7'
,
when
=
'@:0.4'
)
depends_on
(
'mochi-thallium@0.8:'
,
when
=
'@0.5:'
)
depends_on
(
'mochi-thallium@0.8:'
,
when
=
'@0.5:'
)
depends_on
(
'mochi-bedrock@0.1'
,
when
=
'@0.6 +bedrock'
)
depends_on
(
'mochi-bedrock@0.2:'
,
when
=
'@0.6: +bedrock'
)
depends_on
(
'mochi-bedrock@0.2:'
,
when
=
'@0.6.1: +bedrock'
)
depends_on
(
'unqlite'
,
when
=
'@0.1'
)
# beyond 0.1, unqlite is included in the code
depends_on
(
'unqlite'
,
when
=
'@0.1'
)
# beyond 0.1, unqlite is included in the code
depends_on
(
'mpi'
,
when
=
'+benchmark'
)
depends_on
(
'mpi'
,
when
=
'+benchmark'
)
depends_on
(
'tclap'
,
type
=
(
'build'
,
'link'
))
depends_on
(
'tclap'
,
type
=
(
'build'
,
'link'
))
...
...
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