Skip to content

Commit

Permalink
Merge pull request #218 from markuskowa/rm-gpaw
Browse files Browse the repository at this point in the history
gpaw: remove in favor of upstream version
  • Loading branch information
markuskowa authored Oct 11, 2022
2 parents fb8a028 + ef0d82c commit 9132f30
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 146 deletions.
1 change: 1 addition & 0 deletions nixpkgs-opt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ let
hpcg = recallPackage hpcg {};
i-pi = recallPackage i-pi {};
gsl = recallPackage gsl {};
gpaw = python3.pkgs.toPythonApplication (recallPackage python3.pkgs.gpaw {});
libint = recallPackage libint {};
libvori = recallPackage libvori {};
libxc = recallPackage libxc {};
Expand Down
2 changes: 0 additions & 2 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ let

gdma = callPackage ./pkgs/apps/gdma { };

gpaw = super.python3.pkgs.toPythonApplication self.python3.pkgs.gpaw;

harminv = callPackage ./pkgs/apps/harminv { };

iboview = prev.libsForQt5.callPackage ./pkgs/apps/iboview { };
Expand Down
18 changes: 0 additions & 18 deletions pkgs/apps/gpaw/SetupPath.patch

This file was deleted.

124 changes: 0 additions & 124 deletions pkgs/apps/gpaw/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pythonPackages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ let

gator = callPackage ./pkgs/apps/gator { };

gpaw = callPackage ./pkgs/apps/gpaw { };

gau2grid = callPackage ./pkgs/apps/gau2grid { };

meep = callPackage ./pkgs/apps/meep { };
Expand Down

0 comments on commit 9132f30

Please sign in to comment.