Commit 3bba2e6a authored by qbisi's avatar qbisi
Browse files

vtk: remove openvdb from vtkPackages

openvdb was in vtkPackages to ensure it is compiled with the
same tbb as vtk. Now we have unified onetbb, we can remove openvdb
from vtkPackages.
parent fd862792
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -108,7 +108,6 @@ let
      inherit mpi mpiSupport;
      cppSupport = !mpiSupport;
    };
    openvdb = self.callPackage openvdb.override { };
    netcdf = self.callPackage netcdf.override { };
    catalyst = self.callPackage catalyst.override { };
    adios2 = self.callPackage adios2.override { };
@@ -156,7 +155,7 @@ stdenv.mkDerivation (finalAttrs: {
    openturns
    libarchive
    libGL
    vtkPackages.openvdb
    openvdb
  ]
  ++ lib.optionals stdenv.hostPlatform.isLinux [
    libXfixes