mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
Merge pull request #92113 from AshyIsMe/paraview-numpy-filter
paraview: Fix dataset filtering
This commit is contained in:
commit
9196e0db94
@ -66,7 +66,6 @@ mkDerivation rec {
|
|||||||
libGLU libGL
|
libGLU libGL
|
||||||
libXt
|
libXt
|
||||||
openmpi
|
openmpi
|
||||||
(python3.withPackages (ps: with ps; [ numpy matplotlib mpi4py ]))
|
|
||||||
tbb
|
tbb
|
||||||
boost
|
boost
|
||||||
ffmpeg
|
ffmpeg
|
||||||
@ -78,6 +77,10 @@ mkDerivation rec {
|
|||||||
qtsvg
|
qtsvg
|
||||||
];
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
(python3.withPackages (ps: with ps; [ numpy matplotlib mpi4py ]))
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.paraview.org/";
|
homepage = "https://www.paraview.org/";
|
||||||
description = "3D Data analysis and visualization application";
|
description = "3D Data analysis and visualization application";
|
||||||
|
Loading…
Reference in New Issue
Block a user