Releases: WolframResearch/LibraryLinkUtilities
Releases · WolframResearch/LibraryLinkUtilities
LLU 3.2.0
This minor release introduces a CMake option LLU_USE_STATIC_CRT
to allow linking LLU dynamically with Microsoft C Runtime (previously it would always link statically) and contains small bugfixes. The new CMake option is OFF
by default, which means that LLU will link dynamically to the CRT (/MD flag).
We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.
LLU 3.1.1
LLU 3.1.0
This release adds C++ wrappers for MSparseArray
- a LibraryLink container for storing sparse data.
It also fixes a problem with DataList unit tests not compiling in Apple clang 12.0.
We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.