Skip to content
Snippets Groups Projects
Commit 4497875b authored by Eric Müller's avatar Eric Müller :mountain_bicyclist: Committed by Eleni Mathioulaki
Browse files

fix(BSS2): build of python wrapper w/ llvm@15

parent d5bb1265
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class BuildBrainscales(WafPackage): ...@@ -19,7 +19,7 @@ class BuildBrainscales(WafPackage):
"9.0-a9", "9.0-a9",
git="https://github.com/electronicvisions/releases-ebrains", git="https://github.com/electronicvisions/releases-ebrains",
tag="ebrains-9.0-a9", tag="ebrains-9.0-a9",
commit="5951428b7598ff9478fa834d7e991e3ff94709ee", commit="41d2597bd6c1c20aee4d538c42c248195a133680",
submodules=True, submodules=True,
) )
version( version(
......
...@@ -25,7 +25,7 @@ class Oppulance(Package): ...@@ -25,7 +25,7 @@ class Oppulance(Package):
"9.0-a9", "9.0-a9",
git="https://github.com/electronicvisions/releases-ebrains", git="https://github.com/electronicvisions/releases-ebrains",
tag="ebrains-9.0-a9", tag="ebrains-9.0-a9",
commit="5951428b7598ff9478fa834d7e991e3ff94709ee", commit="41d2597bd6c1c20aee4d538c42c248195a133680",
submodules=True, submodules=True,
) )
version( version(
......
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