Skip to content
Snippets Groups Projects
Commit aa6a490b authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'linux-gui-fix' into 'master'

[ci] Fixes for gui-linux and notebook benchmarks

See merge request ogs/ogs!4991
parents cb03f906 f56ca77b
No related branches found
No related tags found
No related merge requests found
......@@ -351,9 +351,6 @@
"filter": {
"include": {
"label": "default"
},
"exclude": {
"name": "nb-"
}
},
"execution": {
......@@ -437,7 +434,12 @@
"configurePreset": "sanitizer",
"inherits": [
"release"
]
],
"filter": {
"exclude": {
"name": "nb-"
}
}
}
]
}
......@@ -37,7 +37,10 @@ install(
RESOLVED_DEPENDENCIES_VAR _r_deps
UNRESOLVED_DEPENDENCIES_VAR _u_deps
PRE_EXCLUDE_REGEXES "api-ms-" "ext-ms-" ${OGS_INSTALL_DEPENDENCIES_PRE_EXCLUDES}
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll" "/usr/lib/libtbb.so.12" ${OGS_INSTALL_DEPENDENCIES_POST_EXCLUDES}
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll"
"/usr/lib/libtbb.so.12"
"/opt/intel/oneapi/tbb/latest/lib/intel64/gcc4.8/libtbb.so.12"
${OGS_INSTALL_DEPENDENCIES_POST_EXCLUDES}
)
find_program(PATCHELF_TOOL patchelf)
foreach(_lib ${_r_deps})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment