Skip to content

Commit 172549c

Browse files
authored
Merge pull request #396 from theabhirath/libblas-patch
Change libblas to libblastrampoline
2 parents d8b9b41 + 19372ca commit 172549c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/NNlib.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ using Statistics
1010
using Statistics: mean
1111
using LinearAlgebra
1212
using LinearAlgebra: BlasFloat, Transpose, Adjoint, AdjOrTransAbsMat
13-
using LinearAlgebra.BLAS: libblas, BlasInt, @blasfunc
13+
using LinearAlgebra.BLAS: BlasInt, @blasfunc
14+
15+
const libblas = Base.libblas_name
1416

1517
const IntOrIntTuple = Union{Integer, NTuple{N,<:Integer} where N}
1618
const Numeric = Union{AbstractArray{<:T}, T} where {T<:Number}

0 commit comments

Comments
 (0)