Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
015e0a11
Commit
015e0a11
authored
Feb 24, 2021
by
Philip Carns
Browse files
remove abt-io versions that used mochi-cfg
- still available in git, but not recommended for spack deployment
parent
245dbda8
Changes
1
Show whitespace changes
Inline
Side-by-side
packages/mochi-abt-io/package.py
View file @
015e0a11
...
...
@@ -32,8 +32,6 @@ class MochiAbtIo(AutotoolsPackage):
git
=
'https://xgitlab.cels.anl.gov/sds/abt-io.git'
version
(
'0.5'
,
tag
=
'v0.5'
,
preferred
=
True
)
version
(
'0.4.1'
,
tag
=
'v0.4.1'
)
version
(
'0.4'
,
tag
=
'v0.4'
)
version
(
'0.3.1'
,
tag
=
'v0.3.1'
)
version
(
'0.3'
,
tag
=
'v0.3'
)
version
(
'0.2'
,
tag
=
'v0.2'
)
...
...
@@ -42,7 +40,6 @@ class MochiAbtIo(AutotoolsPackage):
version
(
'master'
,
branch
=
'master'
)
depends_on
(
'json-c'
,
when
=
'@0.5:'
)
depends_on
(
'mochi-cfg@0.1:'
,
when
=
'@0.4:0.4.1'
)
depends_on
(
'argobots@1.0:'
)
depends_on
(
'autoconf@2.67:'
,
type
=
(
"build"
))
depends_on
(
'm4'
,
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