We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7424d0 commit 059a37cCopy full SHA for 059a37c
src/setup.jl
@@ -2,7 +2,7 @@
2
function __init__()
3
MKLpkgid = Base.PkgId(Base.UUID("33e6dc65-8f57-5167-99aa-e5a354878fb2"), "MKL")
4
mklpath = Base.locate_package(MKLpkgid)
5
- if !isempty(mklpath)
+ if mklpath != nothing
6
libpath = normpath(joinpath(dirname(mklpath), "../deps/usr/lib"))
7
push!(Libdl.DL_LOAD_PATH, libpath)
8
elseif isempty(Libdl.find_library(rtlib))
0 commit comments