Skip to content

Fix shared libs on Linux (no rpath!)#226

Merged
attipaci merged 1 commit into
mainfrom
fix-shared-libs
Sep 3, 2025
Merged

Fix shared libs on Linux (no rpath!)#226
attipaci merged 1 commit into
mainfrom
fix-shared-libs

Conversation

@attipaci

@attipaci attipaci commented Sep 3, 2025

Copy link
Copy Markdown
Collaborator

PR #221 broke the shared library build on Linux for packaging by adding rpath. Linux packagers barf on that. Instead, the temporary location of the shared lib ought to be specified via the -L flag during linking local dependencies.

Also, Doxygen did to like defining an exclude pattern on a directory that did no exist, so */build/* has been removed from Doxyfile

@attipaci attipaci added this to the 1.5.0 milestone Sep 3, 2025
@attipaci attipaci self-assigned this Sep 3, 2025
@attipaci attipaci added the bug Something isn't working label Sep 3, 2025
@codecov

codecov Bot commented Sep 3, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.89%. Comparing base (fb94eee) to head (edb13b3).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #226   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files          24       24           
  Lines        4779     4779           
  Branches      895      895           
=======================================
  Hits         4774     4774           
  Partials        5        5           
Flag Coverage Δ
unittests 99.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a6accd7...edb13b3. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@attipaci attipaci marked this pull request as ready for review September 3, 2025 12:47
@attipaci attipaci merged commit d9fdeb7 into main Sep 3, 2025
22 checks passed
@attipaci attipaci deleted the fix-shared-libs branch September 3, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant