When using embree from cmake, for example using this CMakeLists.txt: cmake_minimum_required(VERSION 3.11) project(MyProject) set(CMAKE_CXX_STANDARD 14) find_package(embree 3.0 REQUIRED) generated Makefile will refer to /usr/lib64/libembree.so.3.0.0 this is incorrect, as Fedora installs embree library into: /usr/lib64/libembree3.so.3.0.0 It should be either fixed in /usr/lib64/cmake/embree-3.0.0/embree-config.cmake changing SET(EMBREE_LIBRARY ${EMBREE_ROOT_DIR}/lib64/libembree.so.3.0.0) to SET(EMBREE_LIBRARY ${EMBREE_ROOT_DIR}/lib64/libembree3.so.3.0.0) or by adding symlink from /usr/lib64/libembree.so.3.0.0 to /usr/lib64/libembree3.so.3.0.0
embree-3.5.2-1.fc30 ispc-1.10.0-4.fc30 openvdb-6.0.0-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-6543fa31d9
embree-3.5.2-1.fc30, ispc-1.10.0-4.fc30, openvdb-6.0.0-1.fc30 has been pushed to the Fedora 30 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-2019-6543fa31d9
embree-3.5.2-1.fc30, ispc-1.10.0-4.fc30, openvdb-6.0.0-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.