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
26
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
2e457219
Commit
2e457219
authored
2 years ago
by
Eric Müller
Browse files
Options
Downloads
Patches
Plain Diff
Replace [hxtorch|pynn-brainscales] pkg-config by virtual package
Suggested by CINECA.
parent
4f3d9fe3
No related branches found
Branches containing commit
No related tags found
3 merge requests
!176
create new experimental release
,
!175
Replace [hxtorch|pynn-brainscales] pkg-config by virtual package
,
!172
Replace [hxtorch|pynn-brainscales] pkg-config by virtual package
Pipeline
#18958
passed with stage
Stage:
in 5 hours, 13 minutes, and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/hxtorch/package.py
+1
-1
1 addition, 1 deletion
packages/hxtorch/package.py
packages/pynn-brainscales/package.py
+1
-1
1 addition, 1 deletion
packages/pynn-brainscales/package.py
with
2 additions
and
2 deletions
packages/hxtorch/package.py
+
1
−
1
View file @
2e457219
...
...
@@ -33,7 +33,7 @@ class Hxtorch(WafPackage):
depends_on
(
'
liblockfile
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
llvm
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
log4cxx
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
pkg
-
config
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
pkgconfig
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
python@3.7.0:
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
# BrainScaleS(-2, type=('build', 'link', 'run')) only supports Python >= 3.7
depends_on
(
'
py-h5py
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
# PyNN tests need it
depends_on
(
'
py-matplotlib
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
...
...
This diff is collapsed.
Click to expand it.
packages/pynn-brainscales/package.py
+
1
−
1
View file @
2e457219
...
...
@@ -31,7 +31,7 @@ class PynnBrainscales(WafPackage):
depends_on
(
'
liblockfile
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
llvm
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
log4cxx
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
pkg
-
config
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
pkgconfig
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
depends_on
(
'
python@3.7.0:
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
# BrainScaleS(-2, type=('build', 'link', 'run')) only supports Python >= 3.7
depends_on
(
'
py-h5py
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
# PyNN tests need it
depends_on
(
'
py-matplotlib
'
,
type
=
(
'
build
'
,
'
link
'
,
'
run
'
))
...
...
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