Loading pkgs/by-name/pe/petsc/package.nix +8 −7 Original line number Diff line number Diff line Loading @@ -13,25 +13,26 @@ mpiSupport ? true, mpi, # generic mpi dependency mpiCheckPhaseHook, petsc-withp4est ? false, hdf5-support ? false, petsc-withp4est ? withFullDeps, hdf5-support ? withFullDeps, hdf5, metis, withMetis ? false, withMetis ? withFullDeps, parmetis, withParmetis ? false, withParmetis ? false, # parmetis is unfree and should be enabled manualy scotch, withPtscotch ? false, withPtscotch ? withFullDeps, scalapack, withScalapack ? false, withScalapack ? withFullDeps, mumps_par, withMumps ? false, withMumps ? withFullDeps, pkg-config, p4est, zlib, # propagated by p4est but required by petsc petsc-optimized ? false, petsc-scalar-type ? "real", petsc-precision ? "double", withFullDeps ? false }: # This version of PETSc does not support a non-MPI p4est build Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10346,6 +10346,8 @@ self: super: with self; { python3 = python; python3Packages = self; withPetsc4py = true; withFullDeps = true; petsc-optimized = true; }); pex = callPackage ../development/python-modules/pex { }; Loading Loading
pkgs/by-name/pe/petsc/package.nix +8 −7 Original line number Diff line number Diff line Loading @@ -13,25 +13,26 @@ mpiSupport ? true, mpi, # generic mpi dependency mpiCheckPhaseHook, petsc-withp4est ? false, hdf5-support ? false, petsc-withp4est ? withFullDeps, hdf5-support ? withFullDeps, hdf5, metis, withMetis ? false, withMetis ? withFullDeps, parmetis, withParmetis ? false, withParmetis ? false, # parmetis is unfree and should be enabled manualy scotch, withPtscotch ? false, withPtscotch ? withFullDeps, scalapack, withScalapack ? false, withScalapack ? withFullDeps, mumps_par, withMumps ? false, withMumps ? withFullDeps, pkg-config, p4est, zlib, # propagated by p4est but required by petsc petsc-optimized ? false, petsc-scalar-type ? "real", petsc-precision ? "double", withFullDeps ? false }: # This version of PETSc does not support a non-MPI p4est build Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10346,6 +10346,8 @@ self: super: with self; { python3 = python; python3Packages = self; withPetsc4py = true; withFullDeps = true; petsc-optimized = true; }); pex = callPackage ../development/python-modules/pex { }; Loading