Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
30
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Merge requests
!210
minor fix (arbor version number)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
minor fix (arbor version number)
elmath-master-patch-78290
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Eleni Mathioulaki
requested to merge
elmath-master-patch-78290
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c9d4ff29
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
packages/arbor/package.py
+
1
−
1
Options
@@ -17,7 +17,7 @@ class Arbor(CMakePackage, CudaPackage):
version
(
"
master
"
,
branch
=
"
master
"
,
submodules
=
True
)
version
(
"
0.8
"
,
"
0.8
.1
"
,
sha256
=
"
caebf96676ace6a9c50436541c420ca4bb53f0639dcab825de6fa370aacf6baa
"
,
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.8.1/arbor-v0.8.1-full.tar.gz
"
,
)