yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
141 stars 27 forks source link

Support user defined progress functions on :aarch64 #297

Open evetion opened 2 years ago

evetion commented 2 years ago

ArchGDAL use on :aarch64 platforms, such as the recent M1 macs, is blocked by @cfunction($f) code, as reported in #281. This code is only used to wrap a user defined progress callback function, but AFAIK it's hardly used, if at all. Hence, PR #296 was made, which disables this functionality for users on :aarch64. This issue is to track this missing functionality.

evetion commented 2 years ago

There is a proposed solution on the Julia Forum here. :tada: