Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Klaus Noelp
ebrains-spack-builds
Commits
3cbf9376
Commit
3cbf9376
authored
3 months ago
by
Eric Müller
Committed by
Eleni Mathioulaki
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(BSS2): updates to software state
parent
8208f74a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/build-brainscales/package.py
+8
-0
8 additions, 0 deletions
packages/build-brainscales/package.py
packages/oppulance/package.py
+7
-0
7 additions, 0 deletions
packages/oppulance/package.py
packages/wf-brainscales2-demos/package.py
+1
-0
1 addition, 0 deletions
packages/wf-brainscales2-demos/package.py
with
16 additions
and
0 deletions
packages/build-brainscales/package.py
+
8
−
0
View file @
3cbf9376
...
...
@@ -15,6 +15,13 @@ import spack.build_environment
class
BuildBrainscales
(
WafPackage
):
"""
Common stuff for BrainScaleS packages...
"""
version
(
"
9.0-a7
"
,
git
=
"
https://github.com/electronicvisions/releases-ebrains
"
,
tag
=
"
ebrains-9.0-a7
"
,
commit
=
"
2337adc6a33f907900d2b8be5d9f0b15872a200a
"
,
submodules
=
True
,
)
version
(
"
9.0-a6
"
,
git
=
"
https://github.com/electronicvisions/releases-ebrains
"
,
...
...
@@ -38,6 +45,7 @@ class BuildBrainscales(WafPackage):
)
# common dependencies of BuildBrainscales-derived packages
depends_on
(
'
oppulance@9.0-a7
'
,
when
=
'
@9.0-a7
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
,
'
test
'
))
depends_on
(
'
oppulance@9.0-a6
'
,
when
=
'
@9.0-a6
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
,
'
test
'
))
depends_on
(
'
oppulance@9.0-a5
'
,
when
=
'
@9.0-a5
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
,
'
test
'
))
depends_on
(
'
oppulance@9.0-a4
'
,
when
=
'
@9.0-a4
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
,
'
test
'
))
...
...
This diff is collapsed.
Click to expand it.
packages/oppulance/package.py
+
7
−
0
View file @
3cbf9376
...
...
@@ -21,6 +21,13 @@ class Oppulance(Package):
depends_on
(
'
wget
'
)
depends_on
(
'
gmp
'
)
version
(
"
9.0-a7
"
,
git
=
"
https://github.com/electronicvisions/releases-ebrains
"
,
tag
=
"
ebrains-9.0-a7
"
,
commit
=
"
2337adc6a33f907900d2b8be5d9f0b15872a200a
"
,
submodules
=
True
,
)
version
(
"
9.0-a6
"
,
git
=
"
https://github.com/electronicvisions/releases-ebrains
"
,
...
...
This diff is collapsed.
Click to expand it.
packages/wf-brainscales2-demos/package.py
+
1
−
0
View file @
3cbf9376
...
...
@@ -16,6 +16,7 @@ class WfBrainscales2Demos(Package):
maintainers
=
[
"
emuller
"
,
"
muffgaga
"
]
# ECM: we probably should build the ipynb file in this package
version
(
"
9.0-a7
"
,
tag
=
"
jupyter-notebooks-9.0-a7
"
)
version
(
"
9.0-a6
"
,
tag
=
"
jupyter-notebooks-9.0-a6
"
)
version
(
"
9.0-a5
"
,
tag
=
"
jupyter-notebooks-9.0-a5
"
)
version
(
"
9.0-a4
"
,
tag
=
"
jupyter-notebooks-9.0-a4
"
)
...
...
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