Skip to content

link metis to gklib#77

Closed
xantares wants to merge 1 commit intoKarypisLab:masterfrom
xantares:patch-2
Closed

link metis to gklib#77
xantares wants to merge 1 commit intoKarypisLab:masterfrom
xantares:patch-2

Conversation

@xantares
Copy link

No description provided.

@LecrisUT
Copy link

See #79

@carandraug
Copy link

This patch required. Without it, libmetis.so is not linked to GKLib which is the root cause of many issues I just found on the bug tracker.

@carandraug carandraug mentioned this pull request Mar 13, 2024
@xantares
Copy link
Author

ping

karypis added a commit that referenced this pull request Feb 14, 2026
When building libmetis as a shared library, GKlib symbols were unresolved
because libmetis had no target_link_libraries directive. This caused
'undefined symbol: gk_jbufs' errors at runtime when loading libmetis.so.

Add target_link_libraries(metis GKlib) so that GKlib is linked into the
shared library. For static builds this is harmless (just records the
dependency).
@karypis
Copy link
Contributor

karypis commented Feb 14, 2026

Fixed in commit d358278. The target_link_libraries(metis GKlib) line has been added to libmetis/CMakeLists.txt.

@karypis karypis closed this Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants