MUMPS.jl icon indicating copy to clipboard operation
MUMPS.jl copied to clipboard

Error on Windows

Open ViralBShah opened this issue 1 year ago • 11 comments

(@v1.8) pkg> st
Status `C:\Users\viral\.julia\environments\v1.8\Project.toml`
  [7db386b5] DependencyWalker v0.1.2
  [55d2b088] MUMPS v1.3.0
  [ca64183c] MUMPS_jll v5.5.1+1
⌃ [d7ed1dd3] MUMPS_seq_jll v5.5.1+0

julia> using MUMPS
[ Info: Precompiling MUMPS [55d2b088-9f4e-11e9-26c0-150b02ea6a46]
ERROR: LoadError: UndefVarError: libsmumps not defined
Stacktrace:
 [1] top-level scope
   @ C:\Users\viral\.julia\packages\MUMPS\VTKeP\src\interface.jl:21
 [2] include(mod::Module, _path::String)
   @ Base .\Base.jl:419
 [3] include(x::String)
   @ MUMPS C:\Users\viral\.julia\packages\MUMPS\VTKeP\src\MUMPS.jl:30
 [4] top-level scope
   @ C:\Users\viral\.julia\packages\MUMPS\VTKeP\src\MUMPS.jl:50
 [5] include
   @ .\Base.jl:419 [inlined]
 [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)
   @ Base .\loading.jl:1554
 [7] top-level scope
   @ stdin:1
in expression starting at C:\Users\viral\.julia\packages\MUMPS\VTKeP\src\interface.jl:21
in expression starting at C:\Users\viral\.julia\packages\MUMPS\VTKeP\src\MUMPS.jl:1
in expression starting at stdin:1
ERROR: Failed to precompile MUMPS [55d2b088-9f4e-11e9-26c0-150b02ea6a46] to C:\Users\viral\.julia\compiled\v1.8\MUMPS\jl_DC58.tmp.
Stacktrace:
 [1] error(s::String)
   @ Base .\error.jl:35
 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
   @ Base .\loading.jl:1705
 [3] compilecache
   @ .\loading.jl:1649 [inlined]
 [4] _require(pkg::Base.PkgId)
   @ Base .\loading.jl:1337
 [5] _require_prelocked(uuidkey::Base.PkgId)
   @ Base .\loading.jl:1200
 [6] macro expansion
   @ .\loading.jl:1180 [inlined]
 [7] macro expansion
   @ .\lock.jl:223 [inlined]
 [8] require(into::Module, mod::Symbol)
   @ Base .\loading.jl:1144

ViralBShah avatar Aug 31 '22 22:08 ViralBShah