diff --git a/blender.spec b/blender.spec index f2505c9..58621c7 100644 --- a/blender.spec +++ b/blender.spec @@ -149,7 +149,7 @@ Provides: blenderplayer = 1:2.80-1 # Temporarily exclude ARM32 architecture due to build failure # https://koji.fedoraproject.org/koji/taskinfo?taskID=45594704 # https://bugzilla.redhat.com/show_bug.cgi?id=1843100 -ExcludeArch: armv7hl +# ExcludeArch: armv7hl %description Blender is the essential software solution you need for 3D, from modeling, @@ -190,7 +190,7 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" . %build -%cmake . \ +%cmake \ -B cmake-make %ifnarch %{ix86} x86_64 -DWITH_RAYOPTIMIZATION=OFF \ @@ -206,7 +206,8 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" . -DWITH_INSTALL_PORTABLE=OFF \ -DWITH_PYTHON_INSTALL=OFF \ -DWITH_PYTHON_INSTALL_REQUESTS=OFF \ - -DWITH_PYTHON_SAFETY=ON + -DWITH_PYTHON_SAFETY=ON \ + . %cmake_build