Christoph Gohlke
Christoph Gohlke
Interesting. Let me know if anything could be added to tifffile to make this easier. IIUC, it might be more efficient not to index the strips/tiles in each TIFF file....
FWIW, I set up a GitHub action to build wheels for Windows at https://github.com/cgohlke/talib-build
> what do you do with this? Install wheels from the [Releases](https://github.com/cgohlke/talib-build/releases) or clone the repo and build your own wheels.
> do earlier versions of zfp pass with 14.38.33130 No, but I only tried with 1.0.0 and 1.0.1 git tags so far. > see if that fixes the issue? No,...
zfp-0.5.5 passes with 14.38.33130 ``` zfp version 0.5.5 (May 5, 2019) library version 85 CODEC version 5 data model LLP64 testing 1D array of floats compress: rate= 2 OK decompress:...
As a workaround, compile with the `/Ob1` instead of the default `/Ob2` compiler switch, for example using `-DCMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob1 /DNDEBUG` for release builds. `/Ob1` "allows expansion only of functions...
Yes, it could be a compiler bug introduced by the latest VS update. This issue is meant as a "heads-up" in case someone else runs into it. The workaround, to...
Another workaround is to build ZFP with LLVM clang compiler. Set these environment variables before running cmake: ``` set CC=clang-cl set CXX=clang-cl ```
This issue has been fixed in today's release of Visual Studio 2022 [17.11.0](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.11.0). Most likely it was caused by [this bug](https://developercommunity.visualstudio.com/t/MSVC-v1937-incorrect-code-gen-for-arit/10643009).
> I was wondering if there is a new source for new GDAL windows wheels ? https://github.com/cgohlke/gdal.whl/releases