Skip to content

Commit

Permalink
added a "core" group
Browse files Browse the repository at this point in the history
  • Loading branch information
denisri committed Nov 22, 2021
1 parent 2b4c4c6 commit deb8909
Showing 1 changed file with 34 additions and 24 deletions.
58 changes: 34 additions & 24 deletions python/brainvisa/maker/components_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@
('development', {
'components': [
['brainvisa-cmake', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'trunk': ('git https://github.com/brainvisa/brainvisa-cmake.git branch:master','development/brainvisa-cmake/integration'),
'bug_fix': ('git https://github.com/brainvisa/brainvisa-cmake.git branch:master','development/brainvisa-cmake/master'),
'5.0': ('git https://github.com/brainvisa/brainvisa-cmake.git branch:5.0','development/brainvisa-cmake/5.0'),
},
}],
['casa-distro', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'trunk': ('git https://github.com/brainvisa/casa-distro.git branch:master','development/casa-distro/integration'),
'bug_fix': ('git https://github.com/brainvisa/casa-distro.git branch:master','development/casa-distro/master'),
Expand All @@ -56,8 +58,9 @@
('brainvisa-share', {
'components': [
['brainvisa-share', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'trunk': ('git https://github.com/brainvisa/brainvisa-share.git branch:master','brainvisa-share/integration'),
'bug_fix': ('git https://github.com/brainvisa/brainvisa-share.git branch:master','brainvisa-share/master'),
Expand All @@ -70,25 +73,27 @@
'description': 'Set of lower-level libraries for neuroimaging processing infrastructure',
'components': [
['soma-base', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'trunk': ('git https://github.com/populse/soma-base.git branch:master','soma/soma-base/integration'),
'bug_fix': ('git https://github.com/populse/soma-base.git branch:master','soma/soma-base/master'),
'5.0': ('git https://github.com/populse/soma-base.git branch:5.0','soma/soma-base/5.0'),
},
}],
['soma-io', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'trunk': ('git https://github.com/brainvisa/soma-io.git branch:master','soma/soma-io/integration'),
'bug_fix': ('git https://github.com/brainvisa/soma-io.git branch:master','soma/soma-io/master'),
'5.0': ('git https://github.com/brainvisa/soma-io.git branch:5.0','soma/soma-io/5.0'),
},
}],
['soma-workflow', {
'groups': ['all', 'opensource', 'brainvisa', 'bvdev',
'groups': ['all', 'core', 'opensource', 'brainvisa', 'bvdev',
'standard', 'cea', 'cati_platform'],
'branches': {
'trunk': ('git https://github.com/populse/soma-workflow.git branch:master','soma/soma-workflow/integration'),
Expand All @@ -101,7 +106,7 @@
('populse', {
'components': [
['capsul', {
'groups': ['all', 'opensource', 'brainvisa', 'bvdev',
'groups': ['all', 'core', 'opensource', 'brainvisa', 'bvdev',
'standard', 'cea', 'cati_platform'],
'branches': {
'trunk': ('git https://github.com/populse/capsul.git branch:master','capsul/integration'),
Expand All @@ -111,7 +116,7 @@
'build_model': 'pure_python',
}],
['populse_db', {
'groups': ['all', 'opensource', 'brainvisa', 'bvdev',
'groups': ['all', 'core', 'opensource', 'brainvisa', 'bvdev',
'standard', 'cea', 'cati_platform'],
'branches': {
'trunk': ('git https://github.com/populse/populse_db.git default:master','populse/populse_db/integration'),
Expand All @@ -126,26 +131,29 @@
'description': '3D/4D neuroimaging data manipulation and processing library and commands. Includes C++ libraries, command lines, and a Python API.',
'components': [
['aims-free', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'trunk': ('git https://github.com/brainvisa/aims-free.git branch:master','aims/aims-free/integration'),
'bug_fix': ('git https://github.com/brainvisa/aims-free.git branch:master','aims/aims-free/master'),
'5.0': ('git https://github.com/brainvisa/aims-free.git branch:5.0','aims/aims-free/5.0'),
},
}],
['aims-gpl', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'trunk': ('git https://github.com/brainvisa/aims-gpl.git branch:master','aims/aims-gpl/integration'),
'bug_fix': ('git https://github.com/brainvisa/aims-gpl.git branch:master','aims/aims-gpl/master'),
'5.0': ('git https://github.com/brainvisa/aims-gpl.git branch:5.0','aims/aims-gpl/5.0'),
},
}],
['aims-til', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'5.0': ('git https://github.com/brainvisa/aims-til.git branch:5.0','aims/aims-til/5.0'),
},
Expand All @@ -156,17 +164,19 @@
'description': '3D/4D neuroimaging data viewer. Modular and versatile, Anatomist can display any kind of neuroimaging data (3D/4D images, meshes and textures, fiber tracts, and structured sets of objects such as cortical sulci), in an arbitrary number of views. Allows C++ and Python programming, both for plugins add-ons, as well as complete custom graphical applications design.',
'components': [
['anatomist-free', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'trunk': ('git https://github.com/brainvisa/anatomist-free.git branch:master','anatomist/anatomist-free/integration'),
'bug_fix': ('git https://github.com/brainvisa/anatomist-free.git branch:master','anatomist/anatomist-free/master'),
'5.0': ('git https://github.com/brainvisa/anatomist-free.git branch:5.0','anatomist/anatomist-free/5.0'),
},
}],
['anatomist-gpl', {
'groups': ['all', 'anatomist', 'opensource', 'brainvisa',
'bvdev', 'standard', 'cea', 'cati_platform'],
'groups': ['all', 'core', 'anatomist', 'opensource',
'brainvisa', 'bvdev', 'standard', 'cea',
'cati_platform'],
'branches': {
'trunk': ('git https://github.com/brainvisa/anatomist-gpl.git branch:master','anatomist/anatomist-gpl/integration'),
'bug_fix': ('git https://github.com/brainvisa/anatomist-gpl.git branch:master','anatomist/anatomist-gpl/master'),
Expand All @@ -179,7 +189,7 @@
'description': 'Axon organizes processing, pipelining, and data management for neuroimaging. It works both as a graphical user interface or batch and programming interfaces, and allows transparent processing distribution on a computing resource.',
'components': [
['axon', {
'groups': ['all', 'opensource', 'brainvisa', 'bvdev',
'groups': ['all', 'core', 'opensource', 'brainvisa', 'bvdev',
'standard', 'cea', 'cati_platform'],
'branches': {
'trunk': ('git https://github.com/brainvisa/axon.git branch:master','axon/integration'),
Expand Down

0 comments on commit deb8909

Please sign in to comment.