You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/src/bdsqr.cc:29:18: error: no matching function for call to 'to_char'
29 | char uplo_ = to_char( uplo );
| ^~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:184:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'Sides' for 1st argument
184 | inline char to_char( Sides value )
| ^ ~~~~~~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:251:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'Norm' for 1st argument
251 | inline char to_char( Norm value )
| ^ ~~~~~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:342:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'Job' for 1st argument
342 | inline char to_char( Job value )
| ^ ~~~~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:533:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'JobSchur' for 1st argument
533 | inline char to_char( JobSchur value )
| ^ ~~~~~~~~~~~~~~
/usr/ports/math/lapackpp/work/lapackpp-2024.10.26/include/lapack/util.hh:597:13: note: candidate function not viable: no known conversion from 'lapack::Uplo' to 'Sort' for 1st argument
597 | inline char to_char( Sort value )
| ^ ~~~~~~~~~~
Version: 2024.10.26
clang-19
FreeBSD 14.1
The text was updated successfully, but these errors were encountered:
Build breaks:
Version: 2024.10.26
clang-19
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: