Skip to content
Snippets Groups Projects
Commit a17af2b9 authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

add PYTHONPATH

parent 674721c8
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,12 @@ configopts += " ".join([ ...@@ -122,6 +122,12 @@ configopts += " ".join([
"-DCUDA_NVCC_FLAGS=--std=c++14", "-DCUDA_NVCC_FLAGS=--std=c++14",
]) ])
modextrapaths = {
'PYTHONPATH': [
'lib/python%(pyshortver)s/site-packages',
],
}
enhance_sanity_check = True enhance_sanity_check = True
local_contrib_libs = [ local_contrib_libs = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment