-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LinearSolver.Direct] Fix metis dependency (#4450)
* Link dynamically with embedded metis to comply conda-forge rules * export all symbols (for MSVC) * Use external 5.1.0 metis or fallback to embedded code linked dynamically * fix comments in metis cmake module * ADD find or fetch mechanism * Remove embeded metis and put linkage to private * Fix metis dependency but still not the best fix * test * Put back public linkage * Revert "Put back public linkage" This reverts commit 71baa47. * Clean * cleaning #2 * Use SOFA_ALLOW_FETCH_DEPENDENCIES cmake option for metis * Add missing CImg to list of fetchable dependencies in doc * Update applications/plugins/SofaMatrix/CMakeLists.txt Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com> --------- Co-authored-by: Frederick Roy <froy@lnrobo.com> Co-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Co-authored-by: bakpaul <bakpaul@hotmail.fr> Co-authored-by: Paul Baksic <paul.baksic@outlook.fr> Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com>
- Loading branch information
1 parent
e71453d
commit 6fab76a
Showing
102 changed files
with
140 additions
and
39,800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
Sofa/Component/LinearSolver/Direct/extlibs/metis-5.1.0/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
84 changes: 0 additions & 84 deletions
84
Sofa/Component/LinearSolver/Direct/extlibs/metis-5.1.0/GKlib/GKlib.h
This file was deleted.
Oops, something went wrong.
138 changes: 0 additions & 138 deletions
138
Sofa/Component/LinearSolver/Direct/extlibs/metis-5.1.0/GKlib/GKlibSystem.cmake
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.