Recently did an inplace update on one of my AlmaLinux boxes from 8 → 9. In the process, (i) Lapack and related libs (which I use a fair bit) were updated from the el8 versions, and (ii) I’m 95% sure there is a bug in the el9 incarnations of the libs (code that compiles and runs perfectly on other AlmaLinux or RHEL-based 8 boxes throws major segmentation faults on the AlmaLinux 9 box). To rule out something related to the inplace upgrade, I also spun up AlmaLinux 9 in a VM, and get the same segmentation fauls there. Hence, being somewhat confident that the problem lies with the el9 versions of lapack .so files and related. Further, if I download latest lapack source and compile libs directly, works fine. So – seems definitely connected to the libs installed from a the AL repos.
The question: once I collate all the details documenting the problem, where do I report it? There are folks who handle code development for lapack, but I’m fairly sure this isn’t a lapack code issue, but rather a packaging issue.
Thanks in advance…