Releases: JuliaLinearAlgebra/libblastrampoline
Releases · JuliaLinearAlgebra/libblastrampoline
v5.5.0
What's Changed
- Eliminate
exit(1)
calls in LBT by @staticfloat in #104 - [windows] Fix self-path lookup on Windows by @staticfloat in #103
- Cygwin build fix by @stahta01 in #108
- Fix windows compile issue by @ViralBShah in #111
New Contributors
Full Changelog: v5.4.0...v5.5.0
v5.4.0
v5.3.0
What's Changed
Other Changes
- Stop building with
-Werror
by @nalimilan in #81 - Update test dependencies by @staticfloat in #96
- Add gemmt symbols by @amontoison in #93
New Contributors
- @amontoison made their first contribution in #93
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
Other Changes
- Remove version history from the README by @ViralBShah in #80
- Use Cirrus for FreeBSD CI rather than Travis by @ararslan in #85
- Mention Julia packages based on LBT in README.md by @carstenbauer in #83
- Generate Windows import library for with major version only by @giordano in #88
- Fix composition of f2c and complex return style in Apple Accelerate by @staticfloat in #82
- Added quotes around linked libs for ld, removed extra whitespace. by @apaz-cli in #90
- Print exit code when command fails by @staticfloat in #91
- Change to buildkite CI by @staticfloat in #92
New Contributors
- @ararslan made their first contribution in #85
- @carstenbauer made their first contribution in #83
- @apaz-cli made their first contribution in #90
Full Changelog: v5.1.1...v5.2.0
v5.1.1
What's Changed
- Add riscv64 support by @alexfanqi in #68
- Use strdup to copy strings by @yuyichao in #71
- Remove const qualifier on return type by @yuyichao in #72
- Add support for
DESTDIR
by @inkydragon in #76 - Fix incompatible pointer conversion on gcc 12.1.0 by @metab0t in #77
- Correctly identify OS when cross compile with MinGW on Linux by @metab0t in #79
New Contributors
- @alexfanqi made their first contribution in #68
- @yuyichao made their first contribution in #71
- @inkydragon made their first contribution in #76
- @metab0t made their first contribution in #77
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- Allow complex return style autodetection on Windows as well by @staticfloat in #67
Full Changelog: v5.0.2...v5.1.0
Add `cblas_sdot` and `cblas_ddot` to cblas workaround
What's Changed
- Fix build for OpenBSD by @cmburn in #64
- Add
cblas_sdot
andcblas_ddot
to our CBLAS workaround list by @staticfloat in #66
New Contributors
Full Changelog: v5.0.1...v5.0.2
Fix infinite loop bug
What's Changed
- Release v5.0.1, fixing complex retstyle infinite loop bug by @staticfloat in #62
Full Changelog: v5.0.0...v5.0.1
Add complex return style and CBLAS workarounds
What's Changed
- Add complex return style detection and
cblas_*_sub
workaround by @staticfloat in #61
Full Changelog: v4.1.0...v5.0.0
Add strict mode and SOVERSION
What's Changed
- Add CI job to ensure that our symbol list is up to date by @staticfloat in #57
- Add
LBT_STRICT
environment variable by @staticfloat in #58 - Add SONAME/SOVERSION by @staticfloat in #59
- Actually set the soname by @giordano in #60
Full Changelog: v4.0.0...v4.1.0