Package: csound-plugins / 1.0.2~dfsg1-5

Metadata

Package Version Patches format
csound-plugins 1.0.2~dfsg1-5 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