Skip to content
Snippets Groups Projects
Commit ae30ca89 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'OpenCV' into '2023'

fix OpenCV

See merge request software-team/easybuild!1868
parents 48ffa026 a17af2b9
Branches
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