Package: libgmm++-dev
Version: 4.0.0-2
Severity: normal

The superlu interface is broken. When the superlu solver is used, The code will 
not compile as
the access to the arrays is wrong. The following patch should fixed that:



318,319c318,319
<       Create_CompCol_Matrix(&SA, m, n, nz, csc_A.pr,
<                           (int *)(csc_A.ir), (int *)(csc_A.jc));
---
>       Create_CompCol_Matrix(&SA, m, n, nz, (T *)(&csc_A.pr[0]),
>                           (int *)(&csc_A.ir[0]), (int *)(&csc_A.jc[0]));

Best Regards,
Jan


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to