Skip to content

Commit 9e07e21

Browse files
committed
fix libname + add LinearAlgebra as dep
1 parent f03f605 commit 9e07e21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["Carsten Bauer <mail@carstenbauer.eu> and contributors"]
44
version = "0.1.0"
55

66
[deps]
7+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
78
blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
89

910
[compat]

src/BLISBLAS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717

1818
function __init__()
1919
if blis_jll.is_available()
20-
BLAS.lbt_forward(libblis, clear=true)
20+
BLAS.lbt_forward(blis, clear=false)
2121
else
2222
@warn("blis_jll artifact doesn't seem to be available for your platform!")
2323
end

0 commit comments

Comments
 (0)