Bugzilla – Bug 956966
openblas incompatible packages
Last modified: 2015-12-31 20:21:58 UTC
Installing openblas-devel gives a conflict because openblas-devel-0.2.14-4.5.x86_64.rpm requires the same version of openblas-devel-headers But there is only openblas-devel-headers-0.2.14-4.6.noarch.rpm which is a different version. Seems like this one was taken from the i586 build.
Not an installer issue. Reassigned to openblas maintainer.
As this is still not fixed, would it work to just ignore the conflict and install both packages? Would code using OpenBLAS compile and run correctly? For the moment, I'll install from source https://github.com/xianyi/OpenBLAS into /usr/local or $HOME.
(In reply to Joachim Wagner from comment #2) > As this is still not fixed, would it work to just ignore the conflict and > install both packages? Would code using OpenBLAS compile and run correctly? Sorry for delay, too many work at the end of year. It is safe to ignore conflict, just build id's difference. I'll push update soon. Or you can use science repository.
Update is running. Reporter, please verify this is fixed for you in the repos below when it appears: http://download.opensuse.org/repositories/openSUSE:/Maintenance:/4448/openSUSE_Leap_42.1_Update/ http://download.opensuse.org/update/leap/42.1-test/
releasing
openSUSE-RU-2015:2407-1: An update that has one recommended fix can now be installed. Category: recommended (moderate) Bug References: 956966 CVE References: Sources used: openSUSE Leap 42.1 (src): openblas-0.2.14-6.1
> Reporter, please verify this is fixed for you in the repos below when it > appears Yes, no more conflicts when selecting the packages. Thanks. (I didn't test actually installing and using the library.) - JJ