#6052 closed defect (fixed)
Kakadu 7.5 compilation in GDAL 2.0.0
Reported by: | Martin Mikita | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.1 |
Component: | ConfigBuild | Version: | 2.0.0 |
Severity: | normal | Keywords: | kakadu jpeg2000 |
Cc: |
Description
I was not able to compile GDAL 2.0.0 with Kakadu 7.5, because of missing linking objects for avx2 methods:
undefined reference to `kd_supp_simd::avx2_floats_to_uint8_ilv4(unsigned char*, float, int, int, int, bool, bool, int)' undefined reference to `kd_supp_simd::avx2_stripe_transfer_static_init() etc...
I made patch in ticket #5946, which contains changes in Makefiles. Also, In ticket #5745 I made another patch, that fixes building Kakadu on Windows using variable to switch x86 and x64 version of Kakadu library.
Attachments (1)
Change History (5)
by , 8 years ago
Attachment: | gdal-2.0.0-kakadu7.5.patch added |
---|
comment:1 by , 8 years ago
@mikibob Is this patch self contained ? (since you mention other tickets)
comment:3 by , 8 years ago
Component: | default → ConfigBuild |
---|---|
Milestone: | → 2.0.1 |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed Kakadu 7.5 building in GDAL 2.0.0