diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-08-03 01:01:29 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-08-03 01:01:29 -0400 |
commit | 65e1583f873bdeed1c9f5449ba3ef547187e0431 (patch) | |
tree | 6ff65972f96b82b51078abd20ad99e7415459bc3 /irc/srvx/pkg-descr | |
parent | textproc/py-dialect: update to 2.6.1 (diff) |
gmm::lapack_ipvt is a typedef to std::vector since 5.4.3 [1], so using
the .get() accessor no longer works. Removing the added CXXFLAGS fixes
the issue.
/wrkdirs/usr/ports/audio/csound/work/csound-6.15.0/Opcodes/linear_algebra.cpp:3507:30:
error: no member named 'get' in 'std::vector<unsigned long>'
3507 | pivot->vr[i] = pivot__.get(i);
[1] https://github.com/getfem/getfem/commit/cbe1442c4bb2b4fea804d47054ab55dc0bfe238c
Approved by: portmgr (blanket)
Diffstat (limited to 'irc/srvx/pkg-descr')
0 files changed, 0 insertions, 0 deletions