[Bug 273219] math/openblas: update to 0.3.24
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273219] math/openblas: update to 0.3.23"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Nov 2023 17:47:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273219 --- Comment #37 from Thierry Thomas <thierry@FreeBSD.org> --- Running `make test' with the current ports tree, i.e. with openblas-0.3.20,2, shows the hereunder failure: LinearAlgebra/structuredbroadcast (4) | started at 2023-11-12T22:22:21.327 From worker 7: Error: no BLAS/LAPACK library loaded! LinearAlgebra/symmetric (6) | 766.84 | 14.26 | 1.9 | 18986.41 | 1603.62 LinearAlgebra/blas (7) | failed at 2023-11-12T22:23:06.450 Test Failed at /usr/ports/lang/julia/work/julia-1.9.3/usr/share/julia/stdlib/v1.9/LinearAlgebra/test/blas.jl:680 Expression: BLAS.get_num_threads() === 1 Evaluated: 8 === 1 Test Failed at /usr/ports/lang/julia/work/julia-1.9.3/usr/share/julia/stdlib/v1.9/LinearAlgebra/test/blas.jl:699 Expression: BLAS.axpy!(α, a, copy(b)) ≈ α * a + b Evaluated: ComplexF64[1.9330187934128453 - 8.970730564994865im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im] ≈ ComplexF64[-0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im] Test Failed at /usr/ports/lang/julia/work/julia-1.9.3/usr/share/julia/stdlib/v1.9/LinearAlgebra/test/blas.jl:721 Expression: 23.0 === #= /usr/ports/lang/julia/work/julia-1.9.3/usr/share/julia/stdlib/v1.9/LinearAlgebra/test/blas.jl:721 =# @ccall(($dot_sym)(2::Int, [2.0, 3.0]::Ref{Cdouble}, 1::Int, [4.0, 5.0]::Ref{Cdouble}, 1::Int)::Cdouble) Evaluated: 23.0 === 5.0 That means that we already have a problem ATM with OpenBLAS and Julia. I have not [yet?] found the cause of this error, but the part "From worker 7" suggests something wrong with multi-threading… -- You are receiving this mail because: You are the assignee for the bug.