Avoid LD_LIBRARY_PATH in pynn-brainscales&hxtorch
Compare changes
Files
2+ 5
− 2
@@ -2,9 +2,10 @@
@@ -128,7 +129,7 @@ class Hxtorch(WafPackage):
@@ -164,6 +165,8 @@ class Hxtorch(WafPackage):
We can't drop setting of LD_LIBRARY_PATH
completely for now, as the build tool still needs to find stuff (e.g. libclang.so
) at runtime. However, this is probably only needed during the waf configure
step, so we only set it there.