Requires tbb 2020.3 for VFX Reference Platform guideline
This commit is contained in:
parent
15b2f132a9
commit
32378e69f3
@ -61,7 +61,9 @@ BuildRequires: cmake(pybind11)
|
|||||||
%if 0%{?with_openexr}
|
%if 0%{?with_openexr}
|
||||||
BuildRequires: pkgconfig(OpenEXR) >= 3.0
|
BuildRequires: pkgconfig(OpenEXR) >= 3.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake(tbb)
|
# Requires v2020.3 in adherence to VFX Reference Platform guideline
|
||||||
|
# https://vfxplatform.com/
|
||||||
|
BuildRequires: cmake(tbb) = 2020.3
|
||||||
BuildRequires: pkgconfig(xi)
|
BuildRequires: pkgconfig(xi)
|
||||||
BuildRequires: pkgconfig(zlib) > 1.2.7
|
BuildRequires: pkgconfig(zlib) > 1.2.7
|
||||||
|
|
||||||
@ -88,7 +90,9 @@ volumetric applications typically encountered in feature film production.
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
BuildRequires: texlive-latex
|
BuildRequires: texlive-latex
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Requires: cmake(tbb)
|
# Requires v2020.3 in adherence to VFX Reference Platform guideline
|
||||||
|
# https://vfxplatform.com/
|
||||||
|
Requires: cmake(tbb) = 2020.3
|
||||||
Requires: pkgconfig(zlib) > 1.2.7
|
Requires: pkgconfig(zlib) > 1.2.7
|
||||||
Obsoletes: %{name}-doc < 6.1.0-1
|
Obsoletes: %{name}-doc < 6.1.0-1
|
||||||
Provides: %{name}-doc = %{version}-%{release}
|
Provides: %{name}-doc = %{version}-%{release}
|
||||||
@ -162,7 +166,6 @@ export CXXFLAGS="%{build_cxxflags} -Wl,--as-needed"
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{?with_nanovdb}
|
%if 0%{?with_nanovdb}
|
||||||
-DUSE_NANOVDB=ON \
|
-DUSE_NANOVDB=ON \
|
||||||
-DOPENVDB_BUILD_NANOVDB=ON \
|
|
||||||
-DNANOVDB_USE_OPENVDB=ON
|
-DNANOVDB_USE_OPENVDB=ON
|
||||||
%endif
|
%endif
|
||||||
# Increase memory reserve to 12GB per build thread for a successful build on
|
# Increase memory reserve to 12GB per build thread for a successful build on
|
||||||
|
Loading…
Reference in New Issue
Block a user