···58 cmake/Modules/FindOpenSSL_EP.cmake
59 '';
6000061 # (bundled) blosc headers have a warning on some archs that it will be using
62 # unaccelerated routines.
63 cmakeFlags = [
···58 cmake/Modules/FindOpenSSL_EP.cmake
59 '';
6061+ # upstream will hopefully fix this in some newer release
62+ env.CXXFLAGS = "-include random";
63+64 # (bundled) blosc headers have a warning on some archs that it will be using
65 # unaccelerated routines.
66 cmakeFlags = [