embree 2.15.0-1 is not built with $RPM_OPT_FLAGS, see /usr/bin/c++ lines in the build log: https://kojipkgs.fedoraproject.org//packages/embree/2.15.0/1.fc27/data/logs/x86_64/build.log 2.14.0-2 did not have this problem: https://kojipkgs.fedoraproject.org//packages/embree/2.14.0/2.fc26/data/logs/x86_64/build.log
Strange. the spec in 2.15.0-1 has '%{optflags}' https://src.fedoraproject.org/cgit/rpms/embree.git/tree/embree.spec %build pushd %{_target_platform} CXXFLAGS='%{optflags}' %cmake .. popd I just scratch built below https://koji.fedoraproject.org/koji/taskinfo?taskID=18638019 adding "-Wno-all -Wformat" which should enable %{optflags}
This is because of this change: https://github.com/embree/embree/commit/e2187611a542749f7571bcda5e793e497512e967 Using CXXFLAGS='%{optflags}' %cmake -DEMBREE_IGNORE_CMAKE_CXX_FLAGS:BOOL=off .. seems good: https://koji.fedoraproject.org/koji/taskinfo?taskID=18641267
You can apply the change. I am unable to do on my side to due to network issue. Thanks
(In reply to Luya Tshimbalanga from comment #3) > You can apply the change. I am unable to do on my side to due to network > issue. > Thanks Okay, then I'll build. By the way I will again merge branches, because F-24/F-25/F-26/master branches' embree are actually all the same.
LuxRender-1.6-13.fc26 embree-2.15.0-2.fc26 ispc-1.9.1-11.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-a10331aece
LuxRender-1.6-13.fc26, embree-2.15.0-2.fc26, ispc-1.9.1-11.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-a10331aece
LuxRender-1.6-13.fc26, embree-2.15.0-2.fc26, ispc-1.9.1-11.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.