From 609d6e81b08afc55d691035395b26a9e631a544b Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Aug 19 2019 20:32:52 +0000 Subject: Enable OpenVDB --- diff --git a/blender.spec b/blender.spec index 22342eb..e50ed72 100644 --- a/blender.spec +++ b/blender.spec @@ -15,14 +15,10 @@ # support. # %%global _with_ffmpeg 1 -# Enable this or rebuild the package with "--with=openvdb" to enable OpenVDB -# support. -# %%global _with_openvdb 1 - Name: blender Epoch: 1 Version: %{blender_api} -Release: 6%{?dist} +Release: 7%{?dist} Summary: 3D modeling, animation, rendering and post-production License: GPLv2 @@ -95,9 +91,7 @@ BuildRequires: OpenColorIO-devel BuildRequires: OpenEXR-devel BuildRequires: OpenImageIO-devel BuildRequires: openjpeg2-devel -%{?_with_openvdb: BuildRequires: openvdb-devel -} BuildRequires: tbb-devel # Audio stuff @@ -199,7 +193,8 @@ pushd cmake-make -DWITH_MOD_OCEANSIM=ON \ -DWITH_OPENCOLLADA=ON \ -DWITH_OPENCOLORIO=ON \ - %{?_with_openvdb:-DWITH_OPENVDB=ON -DWITH_OPENVDB_BLOSC=ON} \ + -DWITH_OPENVDB=ON \ + -DWITH_OPENVDB_BLOSC=ON \ -DWITH_PYTHON=ON \ -DWITH_PYTHON_INSTALL=OFF \ -DWITH_PYTHON_INSTALL_REQUESTS=OFF \ @@ -314,6 +309,9 @@ fi %endif %changelog +* Mon Aug 19 2019 Simone Caronni - 1:2.80-7 +- Enable OpenVDB. + * Mon Aug 19 2019 Miro HronĨok - 1:2.80-6 - Rebuilt for Python 3.8