Package: csound-plugins / 1.0.2~dfsg1-6

Metadata

Package Version Patches format
csound-plugins 1.0.2~dfsg1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gmm544.patch | (download)

linear_algebra/CMakeLists.txt | 5 5 + 0 - 0 !
linear_algebra/linear_algebra.cpp | 8 4 + 4 - 0 !
2 files changed, 9 insertions(+), 4 deletions(-)

 allow building with gmm-5.4.4
 newer versions of gmm-5.4.4 have changed the type of gmm::lapack_ipvt to
 std::vector, which means that elements now have to be accessed via the []
 operator, rather than via a get() accessor
cmake4.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix compat with cmake-4
 minimum supported cmake-version is now 3.4