Vesselin Kolev

Results 14 comments of Vesselin Kolev

Just a short update. It appears that the SHM tokens produced by Yubico, like YubiKey 5 Nano, express the same issue on Windows 10 Pro/Enterprise, so it is likely a...

After some discussion with Yubico support, we managed to solve the problem with their tokens - once their mini driver is installed, the ECDSA token on the token is recognized...

The same issue occurred when I used the default C++ compiler (g++ 8.5.0) on Red Hat Enterprise Linux 8.10 to compile the abseil-cpp code. To solve the compilation crash, you...

> Hi [@AnastKap](https://github.com/AnastKap)! > > Thanks for the bug report! Unfortunately, we will be dropping support for the Autotools in HDF5 2.0 (March 2025). If we do a 1.14.6 patch...

> HDF5 does not use zlib/szip shared libraries as it does not expose the APIs beyond the library. However, by providing the include and lib directly it should happily accept...

> ``` > H5_SZIP_INCLUDE_DIR > H5_SZIP_LIBRARY > H5_ZLIB_INCLUDE_DIR > H5_ZLIB_LIBRARY > ``` > > Need to remove the "H5_" prefix - development documentation will be updated with [#5085](https://github.com/HDFGroup/hdf5/pull/5085) Thanks for...

> The (*_DIR) variable is not correct as CMake recommends the *_ROOT variable be used. ``` -Dlibaec_ROOT=/opt/software/libaec/1/1.1.3-llvm \ CMake Warning: Manually-specified variables were not used by the project: libaec_ROOT ```

> Also needs to be all CAPS. From `release_docs/HISTORY-1_14.txt`, quote: `Use libaec_DIR or libaec_ROOT ` All caps do not work either: ``` CMake Warning: Manually-specified variables were not used by...

> Whoops - that old note is definitely wrong - will check the current docs for issues. > > Since we do a find_package SZIP in the code try setting...