[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: Fri, 10 Nov 2023 17:54:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273219 --- Comment #35 from Thierry Thomas <thierry@FreeBSD.org> --- (In reply to Eijiro Shibusawa from comment #34) Grepping julia’s build log shows the following: ln -sf /usr/local/lib/gcc12/libgomp.so.1 /wrkdirs/usr/ports/lang/julia/work/julia-1.9.3/usr/lib/julia/libgomp.so.1 and at the end this file is installed as $PREFIX/lib/julia/libgomp.so.1. This libgomp seems used to build .jl files, but the binaries installed by julia are not directly linked with it, nor with /usr/lib/libomp.so (it uses DL). Running julia under truss shows that it opens /usr/lib/libomp.so. I do not know julia, and I cannot say more, but if this is the cause of the problem it might be difficult to fix. -- You are receiving this mail because: You are the assignee for the bug.