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

METIS dependency is not documented #1568

Closed
lahwaacz opened this issue Mar 9, 2024 · 0 comments
Closed

METIS dependency is not documented #1568

lahwaacz opened this issue Mar 9, 2024 · 0 comments

Comments

@lahwaacz
Copy link
Contributor

lahwaacz commented Mar 9, 2024

Ginkgo has optional dependency on METIS:

ginkgo/CMakeLists.txt

Lines 198 to 203 in 4b31772

# Automatically find METIS
set(GINKGO_HAVE_METIS 0)
find_package(METIS)
if(METIS_FOUND)
set(GINKGO_HAVE_METIS 1)
endif()

But this is not documented in https://github.com/ginkgo-project/ginkgo/blob/develop/INSTALL.md

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