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

Add(genpybind) ebrains variant…

parent 24f2ddba
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ class Genpybind(WafPackage):
version('develop', branch='develop')
version('visions', branch='master', git='https://github.com/electronicvisions/genpybind')
version('ebrains', tag='ebrains_release-1-rc1', git='https://github.com/electronicvisions/genpybind')
depends_on(
'llvm+clang+python+visionary@5.0.0:',
......@@ -52,7 +53,7 @@ class Genpybind(WafPackage):
def configure_args(self):
args = super(Genpybind, self).configure_args()
if self.spec.satisfies("@visions"):
if self.spec.satisfies("@visions") or self.spec.satisfies("@ebrains"):
# currently only our HEAD supports the rename
# TODO: adapt once the change is upstream
args.append("--genpybind-disable-tests")
......
......@@ -35,7 +35,7 @@ class MetaBrainscales(Package):
depends_on('cereal')
depends_on('cppcheck')
depends_on('doxygen+graphviz')
depends_on('genpybind@visions')
depends_on('genpybind@ebrains')
depends_on('gflags')
depends_on('googletest+gmock')
depends_on('intel-tbb') # ppu gdbserver
......
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