-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LinearSolver] Remove CSparse-based linear solvers (#4258)
* [LinearSolver.Direct] Remove CSparse based solvers * Remove csparse extlib * Fetchable CSparseSolvers plugin * Remove references of SparseLUSolver * Remove references to SparseCholeskySolver * Remove csparse * Try to fix on Linux * Update the compat * [LinearSolver.Direct] Remove CSparse based solvers * Fix direct solver
- Loading branch information
Showing
42 changed files
with
89 additions
and
3,818 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
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 |
---|---|---|
|
@@ -8,14 +8,10 @@ find_package(Sofa.Component.LinearSolver.Iterative QUIET REQUIRED) | |
find_package(Threads QUIET REQUIRED) | ||
|
||
set(SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_METIS @SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_METIS@) | ||
set(SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_CSPARSE @SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_CSPARSE@) | ||
|
||
if(SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_METIS) | ||
find_package(Metis QUIET REQUIRED HINTS "${CMAKE_CURRENT_LIST_DIR}/..") | ||
endif() | ||
if(SOFA_COMPONENT_LINEARSOLVER_DIRECT_HAVE_CSPARSE) | ||
find_package(CSparse QUIET REQUIRED HINTS "${CMAKE_CURRENT_LIST_DIR}/..") | ||
endif() | ||
|
||
if(NOT TARGET @PROJECT_NAME@) | ||
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") | ||
|
32 changes: 0 additions & 32 deletions
32
Sofa/Component/LinearSolver/Direct/extlibs/csparse/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
Sofa/Component/LinearSolver/Direct/extlibs/csparse/COPYING.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
Sofa/Component/LinearSolver/Direct/extlibs/csparse/CSparseConfig.cmake.in
This file was deleted.
Oops, something went wrong.
118 changes: 0 additions & 118 deletions
118
Sofa/Component/LinearSolver/Direct/extlibs/csparse/UFconfig.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.