From 20f6114e98bce519a3c4f8af4a22a868a1c2d946 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 12 Jan 2025 13:12:41 +0100 Subject: [PATCH] add descriptions of build/runtime vars to 0.3.29 improvements --- Changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.txt b/Changelog.txt index b131dca5c4..b52734c82c 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -26,6 +26,7 @@ general: - fixed omission of several single-precision LAPACK symbols in the shared library - improved build instructions for the provided "pybench" benchmarks - improved documentation, including added build instructions for WoA and HarmonyOS + as well as descriptions of environment variables that affect build and runtime behavior - added a separate "make install_tests" target for use with cross-compilations - integrated improvements and corrections from Reference-LAPACK: - removed a comparison in LAPACKE ?tpmqrt that is always false (LAPACK PR 1062)