Skip to content
Snippets Groups Projects
Commit 2e457219 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Replace [hxtorch|pynn-brainscales] pkg-config by virtual package

Suggested by CINECA.
parent 4f3d9fe3
No related branches found
No related tags found
3 merge requests!176create new experimental release,!175Replace [hxtorch|pynn-brainscales] pkg-config by virtual package,!172Replace [hxtorch|pynn-brainscales] pkg-config by virtual package
Pipeline #18958 passed with stage
in 5 hours, 13 minutes, and 34 seconds
......@@ -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'))
......
......@@ -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'))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment