Skip to content

Changes

Summary

  1. Updating SuiteSparse to 5.8.1 (#7151) (details)
Commit 39f6e3aa2a006c5955d9b2a64ea6187985083a5d by 38031952+AnHeuermann
Updating SuiteSparse to 5.8.1 (#7151)

- Updating 3rdParty.
  - The `UMFPACK_TARGET` is now the `SUITESPARSE_TARGET`.
    - Changed configure to use `SUITESPARSE` instead of `UMFPACK`.
  - Adding `-lsuitesparseconfig` to lpsolve linker flags during configure call.
  - Build `libsuitesparseconfig` and adding linker flag for it to all libs using SuiteSparse in some form.
  - Installing all header files of SuiteSparse to `/build/include/omc/c/suitesparse`.
  - There was an additional `/build/include/omc/c/suitesparse/Include` which is now removed.
The file was modified OMCompiler/configure.ac (diff)
The file was modified OMCompiler/Makefile.omdev.mingw (diff)
The file was modified OMCompiler/Compiler/runtime/CMakeLists.txt (diff)
The file was modified OMCompiler/SimulationRuntime/c/simulation/solver/linearSystem.c (diff)
The file was modified OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverUmfpack.h (diff)
The file was modified OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.c (diff)
The file was modified OMCompiler/Compiler/runtime/config.unix.h.in (diff)
The file was modified OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverUmfpack.c (diff)
The file was modified OMCompiler/SimulationRuntime/cpp/CMakeLists.txt (diff)
The file was modified OMCompiler/Makefile.in (diff)
The file was modified OMCompiler/Compiler/runtime/omc_config.h (diff)
The file was modified OMCompiler/Makefile.common (diff)
The file was modified OMCompiler/SimulationRuntime/OMSICpp/CMakeLists.txt (diff)
The file was modified OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw (diff)
The file was modified OMCompiler/SimulationRuntime/c/Makefile.common (diff)
The file was modified OMCompiler/SimulationRuntime/OMSICpp/CMake/FindSuiteSparse.cmake (diff)
The file was modified OMCompiler/3rdParty (diff)
The file was modified OMCompiler/SimulationRuntime/cpp/CMake/FindSuiteSparse.cmake (diff)
The file was modified OMCompiler/SimulationRuntime/c/simulation/solver/linearSolverKlu.h (diff)