Bug 2257323 - suitesparse on centos should be built against flexiblas
Summary: suitesparse on centos should be built against flexiblas
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: suitesparse-epel
Version: epel9
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-01-08 20:21 UTC by Dmitri A. Sergatskov
Modified: 2024-01-08 20:21 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.