Tomas Kalibera
Tomas Kalibera
This updates hiredis to 1.2.0.
When "python" is not installed, PYTHON is empty and the (eager) evaluation of PY_XY_VER causes an error from the shell, which could be rather puzzling. This change silences such error...
The trick with linking first Rlapack and then as a back-up local definitions of some routines doesn't work on Windows with LLVM/lld. The linker, once it sees the symbols in...
This will get the libraries to link on Windows from pkg-config, when available.
This fixes BMTME to explicitly specify snow cluster type (sock), which always works. The default behavior of snow is to use MPI (when Rmpi package is installed), but then it...
The file should include `Cflags.private: -DYAML_CPP_STATIC_DEFINE`. Without that, one gets undefined symbols when linking a static library, because the headers expect dynamically linked symbols (with the corresponding prefix on Windows).
The CRAN version of this package (0.3.9) unfortunately fails its tests on Windows with mingw-w64 v12. Rtools45 still uses mingw-w64 v11 to allow time for fixing packages to work also...