diff options
| author | MARAIT Gilles <gilles.marait@inria.fr> | 2026-03-12 13:31:56 +0100 |
|---|---|---|
| committer | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-03-12 18:22:39 +0100 |
| commit | b42f35f0a37febf16a302f0d8222c0afe6f726d6 (patch) | |
| tree | 17abb59dd7ac94f183a87e7af1d57b363987e311 /patches | |
| parent | d4d1d94e4cf9b74ce21c8ede0eb4655d66e5148f (diff) | |
algebra: composyx: Update to 1.5.0.
* guix-science/packages/algebra.scm (composyx)
[source]: Update to 1.5.0.
* patches/composyx-chameleon-1.4.patch: Remove.
Signed-off-by: Ghislain Vaillant <ghislain.vaillant@inria.fr>
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/composyx-chameleon-1.4.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/composyx-chameleon-1.4.patch b/patches/composyx-chameleon-1.4.patch deleted file mode 100644 index 2d613ba..0000000 --- a/patches/composyx-chameleon-1.4.patch +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | # Fixes API breakage in Composyx after Chameleon upgrade to version 1.4. | ||
| 2 | diff --git a/include/composyx/solver/ChameleonSolver.hpp b/include/composyx/solver/ChameleonSolver.hpp | ||
| 3 | index 4ab3f9e9..f3a5bfce 100644 | ||
| 4 | --- a/include/composyx/solver/ChameleonSolver.hpp | ||
| 5 | +++ b/include/composyx/solver/ChameleonSolver.hpp | ||
| 6 | @@ -82,7 +82,7 @@ public: | ||
| 7 | CHAMELEON_Desc_Destroy(&_chamT); | ||
| 8 | } | ||
| 9 | if (_chamIPIV != nullptr) { | ||
| 10 | - CHAMELEON_Ipiv_Destroy(&_chamIPIV, _chamA); | ||
| 11 | + CHAMELEON_Ipiv_Destroy(&_chamIPIV); | ||
| 12 | } | ||
| 13 | if (_chamA != nullptr) { | ||
| 14 | CHAMELEON_Desc_Destroy(&_chamA); | ||
