Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/
b1d722fc0cf563298de8c5ae66fc04a1901d4bf1
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/4633
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2024-04-29
A long* pointer was incorrectly cast as an int*.
Last-Update: 2024-04-29
Gbp-Pq: Name testsuite-64bit-big-endian.patch
static void F77_xerbla(char *srname, void *vinfo)
{
- int info=*(int*)vinfo;
+ blasint info=*(blasint*)vinfo;
if (link_xerbla)
{
lerr = TRUE;
_info = expected_info;
rout = current_rout;
-}
\ No newline at end of file
+}