summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorMARAIT Gilles <gilles.marait@inria.fr>2026-03-12 13:31:56 +0100
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-03-12 18:22:39 +0100
commitb42f35f0a37febf16a302f0d8222c0afe6f726d6 (patch)
tree17abb59dd7ac94f183a87e7af1d57b363987e311 /patches
parentd4d1d94e4cf9b74ce21c8ede0eb4655d66e5148f (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.patch14
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.
2diff --git a/include/composyx/solver/ChameleonSolver.hpp b/include/composyx/solver/ChameleonSolver.hpp
3index 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);