Skip to content

Commit

Permalink
Update of sundials and suitesparse
Browse files Browse the repository at this point in the history
Signed-off-by: Florentine Rosiere <florentine.rosiere@rte-france.com>
  • Loading branch information
rosiereflo authored and gautierbureau committed Nov 28, 2023
1 parent 13957fe commit d6b58ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ The source code is hosted into a GitHub [repository](https://github.com/dynawo/d

Dyna&omega;o is using some external libraries to run simulations:
* [OpenModelica](https://www.openmodelica.org/), a Modelica environment developed and maintained by the Open Source Modelica Consortium distributed under a GPL V3.0 or OSMC Public License V1.2. The current version used is V1.13.2.
* [SUNDIALS](https://computation.llnl.gov/projects/sundials), a suite of solvers developed and maintained by the Lawrence Livermore National Lab and distributed under a BSD-3-Clause license. The 5.3.0 version is currently used.
* [SuiteSparse](http://faculty.cse.tamu.edu/davis/suitesparse.html), and in particular KLU, a LU decomposition library that is part of the suite sparse project, developed and maintained by T. A. Davis et al. at the University of Florida distributed under a LGPL-2.1+. The version 5.4.0 of suite sparse is the one used by Dyna&omega;o.
* [SUNDIALS](https://computation.llnl.gov/projects/sundials), a suite of solvers developed and maintained by the Lawrence Livermore National Lab and distributed under a BSD-3-Clause license. The 6.3.0 version is currently used.
* [SuiteSparse](http://faculty.cse.tamu.edu/davis/suitesparse.html), and in particular KLU, a LU decomposition library that is part of the suite sparse project, developed and maintained by T. A. Davis et al. at the University of Florida distributed under a LGPL-2.1+. The version 5.10.1 of suite sparse is the one used by Dyna&omega;o.
* [Adept](http://www.met.reading.ac.uk/clouds/adept/), an automatic differentiation library that has been developed and maintained at the University of Reading by R.J. Hogan distributed under Apache-2.0. It is the version 2.1.1 that is integrated into Dyna&omega;o.
* [Xerces-C++](http://xerces.apache.org/xerces-c/) a validating XML parser written in a portable subset of C++ and distributed under the Apache Software License, Version 2.0. The current version used is 3.2.2.
* [Libxml2](http://xmlsoft.org/), a XML C parser and toolkit distributed under the MIT License. The current version used is 2.9.4.
Expand Down
4 changes: 2 additions & 2 deletions install/compilation_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Some other variables are even more optional and can be defined by the user in so
|DYNAWO_ADEPT_DOWNLOAD_URL|Url to a repository containing a Adept archive (named *adept-2.1.1.tar.gz*).|Default [http://www.met.reading.ac.uk/clouds/adept](http://www.met.reading.ac.uk/clouds/adept)|
|DYNAWO_MODELICA_GIT_URL|Url to a git repository of Modelica Standard Library.|Default [https://github.com/modelica/ModelicaStandardLibrary.git](https://github.com/modelica/ModelicaStandardLibrary.git)|
|DYNAWO_OPENMODELICA_GIT_URL|Url to a git repository of OpenModelica.|Default [https://openmodelica.org/git-readonly/OpenModelica.git](https://openmodelica.org/git-readonly/OpenModelica.git)|
|DYNAWO_SUITE_SPARSE_DOWNLOAD_URL|Url to a repository containing a SuiteSparse archive (named *SuiteSparse-4.5.4.tar.gz*).|Default [http://faculty.cse.tamu.edu/davis/SuiteSparse](http://faculty.cse.tamu.edu/davis/SuiteSparse)|
|DYNAWO_SUNDIALS_DOWNLOAD_URL|Url to a repository containing a Sundials archive (named *sundials-4.1.0.tar.gz*).|Default [https://computation.llnl.gov/projects/sundials/download](https://computation.llnl.gov/projects/sundials/download)|
|DYNAWO_SUITE_SPARSE_DOWNLOAD_URL|Url to a repository containing a SuiteSparse archive (named *SuiteSparse-5.10.1.tar.gz*).|Default [http://faculty.cse.tamu.edu/davis/SuiteSparse](http://faculty.cse.tamu.edu/davis/SuiteSparse)|
|DYNAWO_SUNDIALS_DOWNLOAD_URL|Url to a repository containing a Sundials archive (named *sundials-6.3.0.tar.gz*).|Default [https://computation.llnl.gov/projects/sundials/download](https://computation.llnl.gov/projects/sundials/download)|
|DYNAWO_XERCESC_DOWNLOAD_URL|Url to a repository containing a Xerces-C++ archive (named *xerces-c-3.2.2.tar.gz*).|Default [http://archive.apache.org/dist/xerces/c/3/sources](http://archive.apache.org/dist/xerces/c/3/sources)|

# Custom install of system libraries
Expand Down

0 comments on commit d6b58ac

Please sign in to comment.