public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
Date: Fri, 28 Aug 2026 13:33:09 GMT [thread overview]
Message-ID: <178792398930.1.16575635411543832823.rpms-opencv-84191fa7b94a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 84191fa7b94aaaf4cc9c8a64590a183b69a45b2d
Author : Iñaki Úcar <iucar@fedoraproject.org>
Date : 2025-10-20T17:00:57+02:00
Stats : +10/-9 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/84191fa7b94aaaf4cc9c8a64590a183b69a45b2d?branch=opencv5
Log:
https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
---
diff --git a/opencv.spec b/opencv.spec
index 6c1cc7e..7d966ca 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -23,9 +23,10 @@
%bcond_without xine
# Atlas need (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
# LAPACK may use atlas or openblas since now it detect openblas, atlas is not used anyway, more info please
-# check OpenCVFindLAPACK.cmake
+# Now FlexiBLAS should be used instead: https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
%bcond_with atlas
-%bcond_without openblas
+%bcond_with openblas
+%bcond_without flexiblas
%bcond_without gdcm
%if 0%{?rhel} >= 8
%bcond_with vtk
@@ -75,7 +76,7 @@ Version: 4.11.0
%global minorver %(foo=%{version}; a=(${foo//./ }); echo ${a[1]} )
%global padding %(digits=00; num=%{minorver}; echo ${digits:${#num}:${#digits}} )
%global abiver %(echo %{majorver}%{padding}%{minorver} )
-Release: 14%{?dist}
+Release: 15%{?dist}
Summary: Collection of algorithms for computer vision
# This is normal three clause BSD.
License: BSD-3-Clause AND Apache-2.0 AND ISC
@@ -213,7 +214,6 @@ BuildRequires: harfbuzz-devel
BuildRequires: vtk-java
}
}
-%{?with_atlas:BuildRequires: atlas-devel}
#ceres-solver-devel push eigen3-devel and tbb-devel
%{?with_tbb:
%{?with_eigen3:
@@ -222,11 +222,9 @@ BuildRequires: vtk-java
# BuildRequires: ceres-solver-devel
}
}
-%{?with_openblas:
-BuildRequires: openblas-devel
-BuildRequires: blas-devel
-BuildRequires: lapack-devel
-}
+%{?with_atlas:BuildRequires: atlas-devel}
+%{?with_openblas:BuildRequires: openblas-devel}
+%{?with_flexiblas:BuildRequires: flexiblas-devel}
%{?with_gdcm:BuildRequires: gdcm-devel}
%{?with_libmfx:BuildRequires: libvpl-devel}
%{?with_clp:BuildRequires: coin-or-Clp-devel}
@@ -637,6 +635,9 @@ export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/%{__cmake_builddir}/lib:$
%changelog
+* Mon Oct 20 2025 Iñaki Úcar <iucar@fedoraproject.org> - 4.11.0-15
+- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
+
* Fri Oct 17 2025 Dominik Mierzejewski <dominik@greysector.net> - 4.11.0-14
- Fix build with FFmpeg 8
reply other threads:[~2026-08-28 13:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178792398930.1.16575635411543832823.rpms-opencv-84191fa7b94a@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox