Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Wiki
Code
Merge requests
35
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
Commits
4fe33a71
Commit
4fe33a71
authored
1 year ago
by
Eric Müller
Browse files
Options
Downloads
Patches
Plain Diff
fix(BSS): llvm variant selection changed
parent
cb857992
No related branches found
No related tags found
1 merge request
!488
fix(BSS): llvm variant selection changed
Pipeline
#27535
canceled with stage
in 14 minutes and 7 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/genpybind/package.py
+1
-1
1 addition, 1 deletion
packages/genpybind/package.py
packages/hxtorch/package.py
+0
-1
0 additions, 1 deletion
packages/hxtorch/package.py
packages/pynn-brainscales/package.py
+0
-1
0 additions, 1 deletion
packages/pynn-brainscales/package.py
with
1 addition
and
3 deletions
packages/genpybind/package.py
+
1
−
1
View file @
4fe33a71
...
@@ -43,7 +43,7 @@ class Genpybind(WafPackage):
...
@@ -43,7 +43,7 @@ class Genpybind(WafPackage):
version
(
'
ebrains
'
,
tag
=
'
ebrains_release-1-rc1
'
,
git
=
'
https://github.com/electronicvisions/genpybind
'
)
version
(
'
ebrains
'
,
tag
=
'
ebrains_release-1-rc1
'
,
git
=
'
https://github.com/electronicvisions/genpybind
'
)
depends_on
(
depends_on
(
'
llvm+clang+python+visionary@5.0.0:
'
,
'
llvm+clang+python+visionary@5.0.0:
libcxx=none build_type=Release
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
binutils
'
,
type
=
'
build
'
)
depends_on
(
'
binutils
'
,
type
=
'
build
'
)
depends_on
(
'
python@2.7:
'
,
type
=
(
'
build
'
,
'
run
'
))
depends_on
(
'
python@2.7:
'
,
type
=
(
'
build
'
,
'
run
'
))
...
...
This diff is collapsed.
Click to expand it.
packages/hxtorch/package.py
+
0
−
1
View file @
4fe33a71
...
@@ -37,7 +37,6 @@ class Hxtorch(WafPackage):
...
@@ -37,7 +37,6 @@ class Hxtorch(WafPackage):
depends_on
(
'
intel-tbb
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
# ppu gdbserver
depends_on
(
'
intel-tbb
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
# ppu gdbserver
depends_on
(
'
libelf
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
libelf
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
liblockfile
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
liblockfile
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
llvm
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
log4cxx@0.12.1:
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
log4cxx@0.12.1:
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
pkgconfig
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
pkgconfig
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
psmisc
'
,
type
=
(
'
run
'
,
'
test
'
))
depends_on
(
'
psmisc
'
,
type
=
(
'
run
'
,
'
test
'
))
...
...
This diff is collapsed.
Click to expand it.
packages/pynn-brainscales/package.py
+
0
−
1
View file @
4fe33a71
...
@@ -37,7 +37,6 @@ class PynnBrainscales(WafPackage):
...
@@ -37,7 +37,6 @@ class PynnBrainscales(WafPackage):
depends_on
(
'
intel-tbb
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
# ppu gdbserver
depends_on
(
'
intel-tbb
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
# ppu gdbserver
depends_on
(
'
libelf
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
libelf
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
liblockfile
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
liblockfile
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
llvm
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
log4cxx@0.12.1:
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
log4cxx@0.12.1:
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
pkgconfig
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
pkgconfig
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
psmisc
'
,
type
=
(
'
run
'
,
'
test
'
))
depends_on
(
'
psmisc
'
,
type
=
(
'
run
'
,
'
test
'
))
...
...
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