forked from clibs/tbb
Compare commits
1 Commits
master
...
feat/v2022
Author | SHA256 | Date | |
---|---|---|---|
30971e4e50 |
BIN
tbb-2022.0.0.tar.gz
(Stored with Git LFS)
BIN
tbb-2022.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
tbb-2022.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
tbb-2022.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
14
tbb.changes
14
tbb.changes
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 6 13:19:31 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2022.1.0:
|
||||||
|
* Introduced the ONETBB_SPEC_VERSION macro to specify the version
|
||||||
|
of oneAPI specification implemented by the current version of
|
||||||
|
the library.
|
||||||
|
* blocked_nd_range is now a fully supported feature.
|
||||||
|
|
||||||
|
- Migrated URLs to the new UXL Foundation organization
|
||||||
|
- Use common URL format for Source URL
|
||||||
|
- Format .spec file
|
||||||
|
- Build with ninja
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 3 05:23:16 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Thu Apr 3 05:23:16 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
13
tbb.spec
13
tbb.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tbb
|
# spec file for package tbb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2023 Alessandro de Oliveira Faria (A.K.A. CABELO)
|
# Copyright (c) 2023 Alessandro de Oliveira Faria (A.K.A. CABELO)
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -40,13 +40,13 @@
|
|||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
%endif
|
%endif
|
||||||
Name: tbb
|
Name: tbb
|
||||||
Version: 2022.0.0
|
Version: 2022.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: oneAPI Threading Building Blocks (oneTBB)
|
Summary: oneAPI Threading Building Blocks (oneTBB)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://oneapi-src.github.io/oneTBB/
|
URL: https://uxlfoundation.github.io/oneTBB/
|
||||||
Source0: https://github.com/oneapi-src/oneTBB/archive/v%{version}.tar.gz#/tbb-%{version}.tar.gz
|
Source0: https://github.com/uxlfoundation/oneTBB/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source99: tbb-rpmlintrc
|
Source99: tbb-rpmlintrc
|
||||||
# PATCH-FIX-OPENSUSE cmake-remove-include-path.patch -- openCV include error
|
# PATCH-FIX-OPENSUSE cmake-remove-include-path.patch -- openCV include error
|
||||||
Patch2: cmake-remove-include-path.patch
|
Patch2: cmake-remove-include-path.patch
|
||||||
@@ -55,10 +55,11 @@ BuildRequires: cmake
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: hwloc-devel
|
BuildRequires: hwloc-devel
|
||||||
|
BuildRequires: ninja
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: %{python_module devel >= 3.5}
|
BuildRequires: %{python_module devel >= 3.5}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: swig >= 3.0.6
|
BuildRequires: swig >= 3.0.6
|
||||||
@@ -199,6 +200,8 @@ sed -i 's/version\s*="0.2"/version = "%{version}"/' python/setup.py
|
|||||||
sed -i '1{/^#!.*env python/ d}' python/TBB.py python/tbb/*.py
|
sed -i '1{/^#!.*env python/ d}' python/TBB.py python/tbb/*.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Use ninja to build
|
||||||
|
%define __builder ninja
|
||||||
# HWLOC: no automatic find on SLE-12 (older cmake)
|
# HWLOC: no automatic find on SLE-12 (older cmake)
|
||||||
# TBB_TEST: don't compile by default
|
# TBB_TEST: don't compile by default
|
||||||
# TBB4PY: use cmake build system to build libirml in the python tree
|
# TBB4PY: use cmake build system to build libirml in the python tree
|
||||||
|
Reference in New Issue
Block a user