FS#77271 - Julia's package Arpack.jl can not load libarpack.so, but julia-bin from AUR can.

Attached to Project: Arch Linux
Opened by Real Name (composerabell1835web) - Friday, 27 January 2023, 00:19 GMT
Last edited by Antonio Rojas (arojas) - Friday, 27 January 2023, 07:30 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The Julia package Arpack.jl fails to find the arpack library when using the Julia package from the community repo, but works when using Julia-bin from AUR.

Version of Julia: Version 1.8.5 (2023-01-08)

Example code:------------------------------------------

using Arpack
using LinearAlgebra

eigs(Matrix{Float64}(I, 3, 3), nev=1)

And the error:------------------------------------------

[ Info: Precompiling Arpack [7d9fca2a-8960-54d3-9f78-7d1dccf2cb97]
ERROR: LoadError: InitError: could not load library "/home/user/.julia/artifacts/cdf6dc8aa6771a61c6c65a5a5c1a8d1b75f50a2f/lib/libarpack.so"
libopenblas64_.so: cannot open shared object file: No such file or directory
Stacktrace:
[1] macro expansion
@ ~/.julia/packages/JLLWrappers/QpMQW/src/products/library_generators.jl:54 [inlined]
[2] __init__()
@ Arpack_jll ~/.julia/packages/Arpack_jll/zfgpQ/src/wrappers/x86_64-linux-gnu-libgfortran5.jl:10
[3] include(fname::String)
@ Base.MainInclude ./client.jl:476
[4] top-level scope
@ REPL[1]:1
during initialization of module Arpack_jll
in expression starting at /home/user/projects/SketchyCGAL.jl/src/ex.jl:1

----------------------------------------------------

P.S. is there genuinely no formatting on this bug-tracker, or am I blind?
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 27 January 2023, 07:30 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#60577   FS#59741   FS#60431 

Loading...