forked from sofa-framework/sofa
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (sofa-framework#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 sofa-framework#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 <[email protected]> --------- Co-authored-by: Frederick Roy <[email protected]> Co-authored-by: Paul Baksic <[email protected]> Co-authored-by: bakpaul <[email protected]> Co-authored-by: Paul Baksic <[email protected]> Co-authored-by: Frederick Roy <[email protected]>
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,6 @@ find_package(Threads QUIET REQUIRED) | |
|
||
set(SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_METIS @SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_METIS@) | ||
|
||
if(SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_METIS) | ||
find_package(Metis QUIET REQUIRED HINTS "${CMAKE_CURRENT_LIST_DIR}/..") | ||
endif() | ||
|
||
if(NOT TARGET @PROJECT_NAME@) | ||
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") | ||
endif() | ||
|
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.