Package: dsdp / 5.8-10.1

Metadata

Package Version Patches format
dsdp 5.8-10.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
type mismatch.patch | (download)

include/dsdplapack.h | 6 3 3 - 0 !
src/vecmat/dtrsm2.c | 4 2 2 - 0 !
2 files changed, 5 insertions( ), 5 deletions(-)

 use correct integer type for fortran prototypes and variables
 GNU Fortran's default integer width is 32-bit, the same as GCC, therefore use
 int rather than long int when interfacing with Fortran. This was an issue on
 64-bit big-endian systems, since the upper 32 bits of the long would be set,
 which would also be lost when truncating to a 32-bit integer.