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

Update pynn-brainscales to 2.0-rc8

parent 183d6fdb
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class PynnBrainscales(WafPackage):
homepage = "https://github.com/electronicvisions/pynn-brainscales"
git = "https://github.com/electronicvisions/pynn-brainscales.git"
version('2.0-rc7', branch='waf')
version('2.0-rc8', branch='waf')
# PPU compiler dependencies
depends_on('oppulance@2.0:')
......@@ -84,6 +84,7 @@ class PynnBrainscales(WafPackage):
# llvm might be built with ~shared_libs but still builds shared libs
if not any('llvm' in lib for lib in library):
print("libs: manually adding ", self.spec['llvm'].prefix.lib)
library.append(self.spec['llvm'].prefix.lib)
env.set('CPATH', ':'.join(include))
......
......@@ -29,7 +29,7 @@ spack:
- py-pyaescrypt
- py-formencode
- tvb-framework ^binutils+ld+gold
- pynn-brainscales@2.0-rc7 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- pynn-brainscales@2.0-rc8 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
#- hxtorch@2.0-rc6 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- py-neo
#- py-cerebstats
......
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