mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
cp2k: 2026.1-unstable-2026-06-16 -> 2026.2 (#552252)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
cmake,
|
||||
python3,
|
||||
gfortran,
|
||||
boost,
|
||||
blas,
|
||||
lapack,
|
||||
dbcsr,
|
||||
@@ -131,7 +132,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "cp2k";
|
||||
version = "2026.1-unstable-2026-06-16";
|
||||
version = "2026.2";
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
@@ -139,8 +140,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "cp2k";
|
||||
repo = "cp2k";
|
||||
rev = "c28f603b5956aa638ef130b21b091da4e3a17639";
|
||||
hash = "sha256-LIghR2gCYbJDux4bFfeKCi+a+VDVbjcZfcVpYwjPkEg=";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-ojG00n6KiaDW9vLgw/sIrhS8ceyh1mmlxgacw8KfMnA=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@@ -167,6 +168,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
fftw
|
||||
gsl
|
||||
libint
|
||||
|
||||
Reference in New Issue
Block a user