[Midnightbsd-cvs] [MidnightBSD/mports] 8bbef8: audio/csound: Fix build failure with math/gmm++ >=...
Lucas Holt
noreply at github.com
Fri May 29 11:49:44 EDT 2026
Branch: refs/heads/audio/csound
Home: https://github.com/MidnightBSD/mports
Commit: 8bbef85cfe30f372e03f79682c000b056b439944
https://github.com/MidnightBSD/mports/commit/8bbef85cfe30f372e03f79682c000b056b439944
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M audio/csound/Makefile
Log Message:
-----------
audio/csound: Fix build failure with math/gmm++ >= 5.4.3
Remove the obsolete LINALG_CXXFLAGS macro definition (-DGMM_VERSION=x)
which was previously added to work around an older issue. With newer
gmm++ versions (>= 5.4.3), gmm::lapack_ipvt is defined as a std::vector.
The workaround forced the preprocessor to select outdated compatibility
code paths that used the .get() method, which does not exist on std::vector
and caused compilation of Opcodes/linear_algebra.cpp to fail.
AI-Assisted-by: Antigravity <antigravity-cli at google.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list