RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
1.01k stars 182 forks source link

Support embree 4.0.0 #554

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

Trying to upgrade embree to 4.0.0, but ran into some build issue as below

  CMake Error at CMakeLists.txt:56 (find_package):
    Could not find a configuration file for package "embree" that is compatible
    with requested version "3.13.1".

    The following configuration files were considered but not accepted:

      /opt/homebrew/lib/cmake/embree-4.0.0/embree-config.cmake, version: 4.0.0

relates to https://github.com/Homebrew/homebrew-core/pull/123269

johguenther commented 1 year ago

We'll release OSPRay soon with support for Embree4.

chenrui333 commented 1 year ago

That is great to hear, thanks!!

johguenther commented 1 year ago

v2.11 now supports / needs Embree4.