Hide Forgot
Latest upstream release: 0.3.17 Current version/release in rawhide: 0.3.16-1.fc35 URL: https://github.com/xianyi/OpenBLAS Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/2540/
Created attachment 1802063 [details] [patch] Update to 0.3.17 (#1982856)
the-new-hotness/release-monitoring.org's scratch build of openblas-0.3.17-1.fc32.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=71967497
Latest upstream release: 0.3.18 Current version/release in rawhide: 0.3.17-2.fc35 URL: https://github.com/xianyi/OpenBLAS Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/2540/
Created attachment 1828525 [details] [patch] Update to 0.3.18 (#1982856)
the-new-hotness/release-monitoring.org's scratch build of openblas-0.3.18-1.fc32.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=76619089
Latest upstream release: 0.3.19 Current version/release in rawhide: 0.3.18-1.fc36 URL: https://www.openblas.net/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from Anitya: https://release-monitoring.org/project/2540/
Created attachment 1846952 [details] Update to 0.3.19 (#1982856)
the-new-hotness/release-monitoring.org's scratch build of openblas-0.3.19-1.fc34.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=80200230
FEDORA-2021-1e78c519d7 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-1e78c519d7
FEDORA-2021-d973857ccf has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-d973857ccf
FEDORA-2021-1e78c519d7 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-1e78c519d7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-1e78c519d7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-d973857ccf has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-d973857ccf` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-d973857ccf See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-d973857ccf has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-1e78c519d7 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
This update broke Julia tests. Contrary to what the version change might seem to indicate, 0.3.19 is a feature release, not a bugfix release (see its release notes). So I don't think it should have been backported to Fedora 35 and 34. I wish upstream used a better versioning scheme which distinguishes pure bugfix release from feature releases... Maybe we should report this to them? I have no idea what to do to fix Julia now though...
Actually I see lots of "FATAL ERROR" occurrences in the OpenBLAS build log itself, which were not present in 0.3.18: https://kojipkgs.fedoraproject.org//packages/openblas/0.3.19/1.fc35/data/logs/x86_64/build.log Why don't these make the build fail? I suspect the failures have to do with the build CPU (a Xeon Cascade lake), as I can't reproduce the failure locally. I've filed an issue upstream: https://github.com/xianyi/OpenBLAS/issues/3505 Maybe we could work around these by disabling the most recent architecture kernels (not sure which one is used for Cascade lake, maybe SkylakeX?).
OK, upstream suggests we take the patch at https://github.com/xianyi/OpenBLAS/pull/3498. Do you think we can backport this?
openblas-0.3.19-2 seems to have fixed Julia builds. Thanks!