Opened 8 years ago
Closed 8 years ago
#6091 closed defect (fixed)
gdalchecksum for nwt_grd.grd is not consistent for x86_64 and ppc64le
Reported by: | gawade | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.11.3 |
Component: | GDAL_Raster | Version: | svn-trunk |
Severity: | normal | Keywords: | |
Cc: |
Description
Output on ppc64le:
gdalchksum.py ../autotest/gdrivers/data/nwt_grd.grd 28093 32304 19624 25856
Output on x86: gdalchksum.py ../autotest/gdrivers/data/nwt_grd.grd 28093 33626 20260 25856
autotest/gdrivers/nwt_grd.py fails on ppc64le because of this issue
Attachments (2)
Change History (3)
by , 8 years ago
Attachment: | northwood_nwt_grd_patch.txt added |
---|
comment:1 by , 8 years ago
Milestone: | → 1.11.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch for the fix for trunk