Package: dsdp / 5.8-10.1
Metadata
Package | Version | Patches format |
---|---|---|
dsdp | 5.8-10.1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
type mismatch.patch | (download) |
include/dsdplapack.h |
6 3 3 - 0 ! |
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. |
1