Skip to content

Commit

Permalink
Merge pull request #249 from Nix-QChem/upd-flake
Browse files Browse the repository at this point in the history
update flake.lock
  • Loading branch information
markuskowa authored Feb 13, 2023
2 parents 8ecb310 + 1433d99 commit 4c22dfd
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 403 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions nixpkgs-opt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ let
dkh = recallPackage dkh {};
elpa = recallPackage elpa {};
ergoscf = recallPackage ergoscf {};
harminv = recallPackage harminv {};
hpl = recallPackage hpl {};
hpcg = recallPackage hpcg {};
i-pi = recallPackage i-pi {};
Expand All @@ -31,9 +32,15 @@ let
libint = recallPackage libint {};
libvori = recallPackage libvori {};
libxc = recallPackage libxc {};
meep = python3.pkgs.toPythonApplication (recallPackage python3.pkgs.meep {});
mkl = recallPackage mkl {};
molden = recallPackage molden {};
mopac = recallPackage mopac {};
mpi = recallPackage mpi {};
nwchem = recallPackage nwchem {
blas = final.blas-ilp64;
lapack = final.lapack-ilp64;
};
octopus = recallPackage octopus {};
openmm = recallPackage openmm {
enableCuda = cfg.useCuda;
Expand Down Expand Up @@ -78,6 +85,7 @@ let
});

ucc = recallPackage ucc {};
wxmacmolplt = recallPackage wxmacmolplt {};

hostPlatform = hp;
};
Expand Down
15 changes: 0 additions & 15 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ let

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

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

iboview = prev.libsForQt5.callPackage ./pkgs/apps/iboview { };

janpa = callPackage ./pkgs/apps/janpa { };
Expand All @@ -171,19 +169,12 @@ let

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

nwchem = callPackage ./pkgs/apps/nwchem {
blas = final.blas-ilp64;
lapack = final.lapack-ilp64;
};

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

mctc-lib = callPackage ./pkgs/lib/mctc-lib { };

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

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

molcas1809 = callPackage ./pkgs/apps/openmolcas/v18.09.nix {
blas = final.blas-ilp64;
gfortran = final.gfortran9;
Expand Down Expand Up @@ -213,8 +204,6 @@ let

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

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

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

mrchem = callPackage ./pkgs/apps/mrchem { };
Expand Down Expand Up @@ -315,10 +304,6 @@ let
lapack = final.lapack-ilp64;
};

wxmacmolplt = callPackage ./pkgs/apps/wxmacmolplt {
wxGTK = super.wxGTK32;
};

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

### Python packages
Expand Down
115 changes: 0 additions & 115 deletions pkgs/apps/meep/default.nix

This file was deleted.

41 changes: 0 additions & 41 deletions pkgs/apps/mopac/default.nix

This file was deleted.

Loading

0 comments on commit 4c22dfd

Please sign in to comment.