Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NeuroScheme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SimVisSuite
NeuroScheme
Commits
04bf0b7e
Commit
04bf0b7e
authored
May 28, 2024
by
Felix de las Pozas
Browse files
Options
Downloads
Patches
Plain Diff
Update recorder commit in subprojects. Bump to version 0.7.6.
parent
9a52d80e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitsubprojects
+5
-5
5 additions, 5 deletions
.gitsubprojects
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
6 additions
and
6 deletions
.gitsubprojects
+
5
−
5
View file @
04bf0b7e
# -*- mode: cmake -*-
# -*- mode: cmake -*-
#
git_subproject(Brion https://github.com/BlueBrain/Brion.git f74dcc5)
git_subproject
(
Brion https://github.com/BlueBrain/Brion.git f74dcc5
)
#
git_subproject(ZeroEQ https://github.com/HBPVis/ZeroEQ.git 1e66ee3)
git_subproject
(
ZeroEQ https://github.com/HBPVis/ZeroEQ.git 1e66ee3
)
#
git_subproject(Lexis https://github.com/HBPVis/Lexis.git 617eedb)
git_subproject
(
Lexis https://github.com/HBPVis/Lexis.git 617eedb
)
#
git_subproject(gmrvlex https://github.com/vg-lab/gmrvlex.git c20b194)
git_subproject
(
gmrvlex https://github.com/vg-lab/gmrvlex.git c20b194
)
git_subproject
(
ShiFT https://github.com/vg-lab/shift 360e1a2
)
git_subproject
(
ShiFT https://github.com/vg-lab/shift 360e1a2
)
git_subproject
(
scoop https://github.com/vg-lab/scoop 1185a5a
)
git_subproject
(
scoop https://github.com/vg-lab/scoop 1185a5a
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
c61335a
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
92321d2
)
if
(
NEUROSCHEME_NSOL_ENABLED
)
if
(
NEUROSCHEME_NSOL_ENABLED
)
git_subproject
(
nsol https://github.com/vg-lab/nsol 40ca91e
)
git_subproject
(
nsol https://github.com/vg-lab/nsol 40ca91e
)
endif
()
endif
()
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
04bf0b7e
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
project
(
NeuroScheme VERSION 0.7.
5
)
project
(
NeuroScheme VERSION 0.7.
6
)
set
(
NeuroScheme_VERSION_ABI 12
)
set
(
NeuroScheme_VERSION_ABI 12
)
# Disable in source building
# Disable in source building
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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
sign in
to comment