Skip to content

Commit

Permalink
exciting: propagate MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepforce committed Nov 3, 2023
1 parent 05b0ff8 commit 474a655
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/apps/exciting/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ stdenv.mkDerivation rec {
mpi
arpack
];
propagatedUserEnvPkgs = lib.optional enableSgroup [ sgroup ];

propagatedBuildInputs = [ mpi ];
propagatedUserEnvPkgs = [ mpi ] ++ lib.optional enableSgroup sgroup;
passthru = { inherit mpi; };

installPhase = ''
mkdir -p $out/bin $out/share/exciting/species
Expand Down

0 comments on commit 474a655

Please sign in to comment.