public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
@ 2026-08-28 13:33
0 siblings, 0 replies; only message in thread
From: @ 2026-08-28 13:33 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:33 [rpms/opencv] opencv5: https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox