Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

openvdb: also build nanovdb

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>

+1 -1
+1 -1
pkgs/development/libraries/openvdb/default.nix
··· 18 18 19 19 buildInputs = [ boost tbb jemalloc c-blosc zlib ]; 20 20 21 - cmakeFlags = [ "-DOPENVDB_CORE_STATIC=OFF" ]; 21 + cmakeFlags = [ "-DOPENVDB_CORE_STATIC=OFF" "-DOPENVDB_BUILD_NANOVDB=ON"]; 22 22 23 23 # error: aligned deallocation function of type 'void (void *, std::align_val_t) noexcept' is only available on macOS 10.13 or newer 24 24 env = lib.optionalAttrs (stdenv.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "10.13" && lib.versionAtLeast tbb.version "2021.8.0") {