import CS tbb-2020.3-9.el9
This commit is contained in:
parent
019615fc08
commit
2fc8bd72e5
@ -1,7 +1,7 @@
|
|||||||
Name: tbb
|
Name: tbb
|
||||||
Summary: The Threading Building Blocks library abstracts low-level threading details
|
Summary: The Threading Building Blocks library abstracts low-level threading details
|
||||||
Version: 2020.3
|
Version: 2020.3
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://threadingbuildingblocks.org/
|
URL: http://threadingbuildingblocks.org/
|
||||||
|
|
||||||
@ -61,10 +61,9 @@ Blocks (TBB) C++ libraries.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: The Threading Building Blocks documentation
|
Summary: The Threading Building Blocks documentation
|
||||||
Provides: bundled(jquery)
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
PDF documentation for the user of the Threading Building Block (TBB)
|
HTML documentation for the user of the Threading Building Block (TBB)
|
||||||
C++ library.
|
C++ library.
|
||||||
|
|
||||||
|
|
||||||
@ -91,6 +90,9 @@ sed -i 's,env python,python3,' python/TBB.py python/tbb/__*.py
|
|||||||
# Remove shebang from files that don't need it
|
# Remove shebang from files that don't need it
|
||||||
sed -i '/^#!/d' python/tbb/{pool,test}.py
|
sed -i '/^#!/d' python/tbb/{pool,test}.py
|
||||||
|
|
||||||
|
# Disable jQuery use
|
||||||
|
sed -i '/^SEARCHENGINE/s/YES/NO/' Doxyfile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
compiler=""
|
compiler=""
|
||||||
if [[ %{__cc} == *"gcc"* ]]; then
|
if [[ %{__cc} == *"gcc"* ]]; then
|
||||||
@ -124,6 +126,9 @@ popd
|
|||||||
|
|
||||||
# Build the documentation
|
# Build the documentation
|
||||||
make doxygen
|
make doxygen
|
||||||
|
# We don't want to ship jQuery in the tbb-doc package
|
||||||
|
rm html/jquery.js
|
||||||
|
find html -name '*.html' | xargs sed -i '/<script type="text.javascript" src="jquery.js"><.script>/d'
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# This test assumes it can create thread barriers for arbitrary numbers of
|
# This test assumes it can create thread barriers for arbitrary numbers of
|
||||||
@ -205,6 +210,9 @@ cmake \
|
|||||||
%{python3_sitearch}/__pycache__/TBB*
|
%{python3_sitearch}/__pycache__/TBB*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 04 2025 Jonathan Wakely <jwakely@redhat.com> - 2020.3-9
|
||||||
|
- Remove jQuery from Doxygen output (RHEL-77697)
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2020.3-8
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2020.3-8
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user