Releases: JuliaLinearAlgebra/libblastrampoline
Releases · JuliaLinearAlgebra/libblastrampoline
Add `cblas_sdot` and `cblas_ddot` to cblas workaround
What's Changed
- Fix build for OpenBSD by @cmburn in #64
- Add
cblas_sdotandcblas_ddotto 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_*_subworkaround 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_STRICTenvironment 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
Dual-interface library support
What's Changed
- Force setting of some
CFLAGSandLDFLAGSby @giordano in #45 - Mark stack as non executable by @nalimilan in #51
- Revert mistaken removal of
LBT_LDFLAGSline by @nalimilan in #53 - Add test for how to directly load new MKL ILP64 by @staticfloat in #54
New Contributors
- @nalimilan made their first contribution in #51
Full Changelog: v3.1.0...v4.0.0
v3.1.0
What's Changed
- Run CI for armv7l on Drone by @giordano in #40
- Remove vendor-specific APIs from
include/by @staticfloat in #42 - Build on Haiku by @vazub in #43
- Add
-fvisibility=protectedon Linux by @staticfloat in #46 - Add
LBT_USE_RTLD_DEEPBINDcapability by @staticfloat in #48 - Use Alpine 3.13 and remove
-fvisibility=protected-fuse-ld=goldflags by @giordano in #49
New Contributors
Full Changelog: v3.0.4...v3.1.0
Fix armv7l interface detection
What's Changed
- Add missing underscore by @pabloferz in #37
- Fix armv7l BLAS interface autodetection by @staticfloat in #38
New Contributors
- @pabloferz made their first contribution in #37
Full Changelog: v3.0.3...v3.0.4
Fix armv7l trampolines
What's Changed
- Test package on Alpine Linux by @giordano in #33
- Fix armv7l trampoline by @staticfloat in #34
Full Changelog: v3.0.2...v3.0.3
Fix MKL thread setter segfault
What's Changed
- Use the properly-capitalized C-ABI MKL threading interface by @staticfloat in #32
Full Changelog: v3.0.1...v3.0.2
Fix MKL crashiness
Apparently, mixing MKL and OpenBLAS causes crashes if we dlclose() things.
What's Changed
Full Changelog: v3.0.0...v3.0.1