Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
b20c13b7
Unverified
Commit
b20c13b7
authored
3 years ago
by
Brent Huisman
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump to v0.5.3-dev, bump spack file to v0.5.2 (#1596)
parent
df951579
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
VERSION
+1
-1
1 addition, 1 deletion
VERSION
spack/package.py
+3
-2
3 additions, 2 deletions
spack/package.py
with
4 additions
and
3 deletions
VERSION
+
1
−
1
View file @
b20c13b7
0.5.
2
0.5.
3-dev
This diff is collapsed.
Click to expand it.
spack/package.py
+
3
−
2
View file @
b20c13b7
...
...
@@ -12,11 +12,12 @@ class Arbor(CMakePackage, CudaPackage):
homepage
=
'
https://arbor-sim.org
'
git
=
'
https://github.com/arbor-sim/arbor.git
'
url
=
'
https://github.com/arbor-sim/arbor/releases/download/v0.5/arbor-v0.5-full.tar.gz
'
url
=
'
https://github.com/arbor-sim/arbor/releases/download/v0.5
.2
/arbor-v0.5
.2
-full.tar.gz
'
maintainers
=
[
'
bcumming
'
,
'
brenthuisman
'
,
'
haampie
'
,
'
halfflat
'
]
version
(
'
master
'
,
branch
=
'
master
'
,
submodules
=
True
)
version
(
'
0.5
'
,
'
d0c8a4c7f97565d7c30493c66249be794d1dc424de266fc79cecbbf0e313df59
'
,
url
=
'
https://github.com/arbor-sim/arbor/releases/download/v0.5/arbor-v0.5-full.tar.gz
'
)
version
(
'
0.5.2
'
,
sha256
=
'
290e2ad8ca8050db1791cabb6b431e7c0409c305af31b559e397e26b300a115d
'
,
url
=
'
https://github.com/arbor-sim/arbor/releases/download/v0.5.2/arbor-v0.5.2-full.tar.gz
'
)
version
(
'
0.5
'
,
sha256
=
'
d0c8a4c7f97565d7c30493c66249be794d1dc424de266fc79cecbbf0e313df59
'
,
url
=
'
https://github.com/arbor-sim/arbor/releases/download/v0.5/arbor-v0.5-full.tar.gz
'
)
variant
(
'
assertions
'
,
default
=
False
,
description
=
'
Enable arb_assert() assertions in code.
'
)
variant
(
'
doc
'
,
default
=
False
,
description
=
'
Build documentation.
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment