Bug 2257323

Summary: suitesparse on centos should be built against flexiblas
Product: [Fedora] Fedora EPEL Reporter: Dmitri A. Sergatskov <dasergatskov>
Component: suitesparse-epelAssignee: Orion Poplawski <orion>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: epel9CC: orion
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dmitri A. Sergatskov 2024-01-08 20:21:41 UTC
Description of problem:

On Centos Stream 9 suitesparse built against openblas rather than flexiblas

Version-Release number of selected component (if applicable):

5.4.0-10.el9sopt_901

How reproducible:

100%

Steps to Reproduce:

ldd `rpm -ql suitesparse | grep so`

Actual results:

Lots of links to openblas, e.g.:

/usr/lib64/libspqr.so.2:
...
	libopenblas.so.0 => /lib64/libopenblas.so.0 (0x00007f7da8200000)
...

Expected results:
Should link to flexiblas like in fedora:

ldd /usr/lib64/libspqr.so.2
...
       libflexiblas.so.3 => /lib64/libflexiblas.so.3 (0x00007f9985200000)
...

Additional info: