Skip to content

Apply same platch for blas-0.3.17 for aarch64-gcc14as we apply for blas-0.3.20 in LCG_106a-patches

We have the following error during the build on aarch64 with gcc14:

linktest.c:67:1: error: implicit declaration of function 'drotm_' [-Wimplicit-function-declaration] 67 | drotm_(); | ^~~~~~

This issue appears as the implicit function declaration has become an error in gcc14. We did not build aarch64 with gcc14 before. For aarch64 we are using openblas 0.3.17, while for all other builds, we use openblas 0.3.20, where this issue has already been patched....

Edited by Dmitri Konstantinov

Merge request reports

Loading