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

Add(pynn-brainscales) prefix.lib path to PYTHONPATH

parent 03d9aa5a
No related branches found
No related tags found
1 merge request!14Fix pynn brainscales
......@@ -57,6 +57,9 @@ class PynnBrainscales(WafPackage):
env.set('LD_LIBRARY_PATH', ':'.join(library))
env.prepend_path('PATH', ':'.join(path))
def setup_run_environment(self, env):
env.prepend_path('PYTHONPATH', self.prefix.lib)
# override configure step as we perform a project setup first
def configure(self, spec, prefix):
"""Setup and configure the project."""
......
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