Releases: JuliaLinearAlgebra/libblastrampoline
Releases · JuliaLinearAlgebra/libblastrampoline
Dual-interface library support
What's Changed
- Force setting of some
CFLAGS
andLDFLAGS
by @giordano in #45 - Mark stack as non executable by @nalimilan in #51
- Revert mistaken removal of
LBT_LDFLAGS
line 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=protected
on Linux by @staticfloat in #46 - Add
LBT_USE_RTLD_DEEPBIND
capability by @staticfloat in #48 - Use Alpine 3.13 and remove
-fvisibility=protected
-fuse-ld=gold
flags 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
Add `active_forwards` API
What's Changed
- Add
active_forwards
in config info by @staticfloat in #31
Full Changelog: v2.2.0...v3.0.0
v2.2.0
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Install
libblas64
andliblapack64
on Ubuntu by @staticfloat in #25 - Add
f2c
autodetection, test against Accelerate on macOS by @staticfloat in #24 - Only use surrogate
lsame
on RTLD_DEEPBIND-less systems by @staticfloat in #26 - Add
lbt_get_config()
and get/set threads APIs and some tests showing how to use it from Julia by @staticfloat in #27 - APIs, APIs, APIs by @staticfloat in #29
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Test MKL ILP64 through environment variable by @staticfloat in #18
- [WIP] Add MKL exports by @ViralBShah in #19
- Rename load_blas_funcs to lbt_forward by @ViralBShah in #21
New Contributors
- @ViralBShah made their first contribution in #19
Full Changelog: v1.0.0...v2.0.0