Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov 7d3ab65297
Bootstrap on riscv64
Disable VTK and TBB until those are rebuilt.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-10-24 15:39:04 +03:00
Sérgio M. Basto 8acaccff6a Revert "wip"
This reverts commit dd0f927ef7.
2022-09-29 12:47:43 +01:00
Sérgio M. Basto dd0f927ef7 wip 2022-09-29 10:43:51 +01:00
1 changed files with 6 additions and 3 deletions

View File

@ -12,7 +12,7 @@
# we dont have openni in other archs
%bcond_with openni
%endif
%bcond_without tbb
%bcond_with tbb
%bcond_with cuda
%bcond_with xine
# Atlas need (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
@ -24,7 +24,7 @@
%if 0%{?rhel} >= 8
%bcond_with vtk
%else
%bcond_without vtk
%bcond_with vtk
%endif
%ifarch x86_64
@ -59,7 +59,7 @@ Version: 4.6.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: 7%{?dist}
Release: 7.0.riscv64%{?dist}
Summary: Collection of algorithms for computer vision
# This is normal three clause BSD.
License: BSD
@ -495,6 +495,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
%{_libdir}/libopencv_xphoto.so.{%{abiver},%{version}}
%changelog
* Mon Oct 24 2022 David Abdurachmanov <davidlt@rivosinc.com> - 4.6.0-7.0.riscv64
- Bootstrap on riscv64
* Wed Sep 28 2022 Tom Rix <trix@redhat.com> - 4.6.0-7
- Remove Unicap