1 { lib, stdenv, fetchFromGitHub, cmake, pkg-config, ispc, tbb, glfw,
2 openimageio, libjpeg, libpng, libpthreadstubs, libX11
9 src = fetchFromGitHub {
13 sha256 = "0q3r724r58j4b6cbyy657fsb78z7a2c7d5mwdp7552skynsn2mn9";
16 cmakeFlags = [ "-DEMBREE_TUTORIALS=OFF" ];
18 nativeBuildInputs = [ cmake pkg-config ];
19 buildInputs = [ ispc tbb glfw openimageio libjpeg libpng libX11 libpthreadstubs ];
21 description = "High performance ray tracing kernels from Intel";
22 homepage = "https://embree.github.io/";
23 maintainers = with maintainers; [ hodapp ];
24 license = licenses.asl20;
25 platforms = [ "x86_64-linux" ];