Commit afdc58fe authored by Adkins, Cameron's avatar Adkins, Cameron
Browse files

openvdb: use propagatedBuildInputs for TBB & Boost

parent b1760e40
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -16,7 +16,16 @@ stdenv.mkDerivation rec

  nativeBuildInputs = [ cmake ];

  buildInputs = [ boost tbb jemalloc c-blosc zlib ];
  propagatedBuildInputs = [
    boost
    tbb
  ];

  buildInputs = [
    jemalloc
    c-blosc
    zlib
  ];

  cmakeFlags = [ "-DOPENVDB_CORE_STATIC=OFF" "-DOPENVDB_BUILD_NANOVDB=ON"];