Skip to content

Commit d320422

Browse files
committed
Release v5.0.1
1 parent 7eb4282 commit d320422

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ You can always tell if your system is limited in this fashion by calling `lbt_ge
6060

6161
### Version History
6262

63+
v5.0.1 - Fix complex return wrapper infinite loop bug.
64+
6365
v5.0.0 - Add complex return value wrappers and CBLAS workaround. The complex return value wrapper ensures that all symbols maintain a standard ABI for returning complex numbers, and the CBLAS workaround maps CBLAS symbols to FORTRAN symbols when properly-suffixed CBLAS symbols do not exist, as is the case in MKL `v2022.0`.
6466

6567
v4.1.0 - Add `LBT_STRICT` environment variable that causes calling missing symbols to kill the process.

src/Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif
2424

2525
LBT_SOVERSION_MAJOR := 5
2626
LBT_SOVERSION_MINOR := 0
27-
LBT_SOVERSION_PATCH := 0
27+
LBT_SOVERSION_PATCH := 1
2828

2929
ifeq ($(OS), WINNT)
3030
SHLIB_EXT := dll

0 commit comments

Comments
 (0)