Skip to content

Commit

Permalink
Merge branch 'linux-gui-fix' into 'master'
Browse files Browse the repository at this point in the history
[ci] Fixes for gui-linux and notebook benchmarks

See merge request ogs/ogs!4991
  • Loading branch information
bilke committed Apr 30, 2024
2 parents cb03f90 + f56ca77 commit aa6a490
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,6 @@
"filter": {
"include": {
"label": "default"
},
"exclude": {
"name": "nb-"
}
},
"execution": {
Expand Down Expand Up @@ -437,7 +434,12 @@
"configurePreset": "sanitizer",
"inherits": [
"release"
]
],
"filter": {
"exclude": {
"name": "nb-"
}
}
}
]
}
5 changes: 4 additions & 1 deletion scripts/cmake/packaging/PackagingDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit aa6a490

Please sign in to comment.