{ "name": "Embree", "description": "High-performance ray tracing kernels", "url": "https://github.com/embree/embree/archive/v3.5.0.tar.gz", "mirror": null, "homepage": "https://embree.github.io/", "depends": [ { "depend": "cmake", "build-depend": true }, { "depend": "ispc", "build-depend": true }, { "depend": "tbb", "build-depend": false } ], "resource": [], "conflicts": [], "patches": [], "install": [ "max_isa = MacOS.version.requires_sse42? ? \"SSE4.2\" : \"SSE2\"", "args = std_cmake_args + %W[", "-DBUILD_TESTING=OFF", "-DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF", "-DEMBREE_ISPC_SUPPORT=ON", "-DEMBREE_MAX_ISA=#{max_isa}", "-DEMBREE_TUTORIALS=OFF", "]", "mkdir \"build\" do", "system \"cmake\", *args, \"..\"", "system \"make\"", "system \"make\", \"install\"" ], "version": "3.5.0", "file": "embree.rb" }