[Bug 278943] lang/julia: update to 1.10.3 led to new filenames for certain compiled Julia modules
Date: Fri, 17 May 2024 20:09:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278943 --- Comment #8 from Hiroo Ono <hiroo.ono+freebsd@gmail.com> --- (In reply to Li-Wen Hsu from comment #6) Yes it is intentional. Julia 1.10.3 still compiles with -std=c++14, and 1.11.0-beta1 compiles with -std=c++17. I forgot to change USES when I converted from 1.11.0-beta1 to 1.10.3. VERBOSE=1 and JULIA_DEBUG=Documenter are to produce verbose output to see where the build stopped with error, and will not be needed once it build well. I also forgot to remove it when I first submitted the patch to 1.10.3 and realized it this time. -- You are receiving this mail because: You are the assignee for the bug.