You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [SofaMatrix] Allow metis >= 5.2.1
Fixes#5697
metis 5.1.0 is known to work, versions newer than 5.1 and older than
5.2.1 are broken. A fix was applied in a commit[1] that was first
included in 5.2.1.
[1]: KarypisLab/METIS@36262ad
* Change METIS version
* Project name is not Sofa.Metis
---------
Co-authored-by: Luna Nova <git@lunnova.dev>
Co-authored-by: Alex Bilger <alxbilger@users.noreply.github.com>
message(FATAL_ERROR"Sofa.Metis: DEPENDENCY metis NOT FOUND. SOFA_ALLOW_FETCH_DEPENDENCIES is OFF and thus cannot be fetched. Install metis (version=5.1.0), or enable SOFA_ALLOW_FETCH_DEPENDENCIES to fix this issue.")
22
+
message(FATAL_ERROR"${PROJECT_NAME}: DEPENDENCY metis NOT FOUND. SOFA_ALLOW_FETCH_DEPENDENCIES is OFF and thus cannot be fetched. Install metis (version=5.2.1), or enable SOFA_ALLOW_FETCH_DEPENDENCIES to fix this issue.")
0 commit comments