Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link Metis without linking GKlib #95

Open
euphoricpoptarts opened this issue Sep 8, 2024 · 2 comments
Open

Link Metis without linking GKlib #95

euphoricpoptarts opened this issue Sep 8, 2024 · 2 comments

Comments

@euphoricpoptarts
Copy link

Is there some way to build metis and GKlib so that I can link my program to just metis without also linking GKlib? I can't seem to figure out how to do this.

@gfaster
Copy link

gfaster commented Sep 8, 2024

METIS requires functionality provided by GKlib. You could potentially remove it by merging the projects together, but that is almost certainly more work than figuring out how to link GKlib in your environment.

@euphoricpoptarts
Copy link
Author

I know that, but I would like it to be possible to link GKlib to metis such that the resulting metis library doesn't contain unresolved symbols that require me to also link GKlib to my own program. In the context my program is often used, metis is often available as a module that does not require linking to GKlib. This unfortunately means that the cmake configuration of my program can't easily just link to GKlib.

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

No branches or pull requests

2 participants