Skip to content

Commit

Permalink
dftd4: 3.6.0 -> 3.7.0 (NixOS#366827)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 20, 2024
2 parents 004c6a0 + 0f78970 commit 78398b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/df/dftd4/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ assert !blas.isILP64 && !lapack.isILP64;

stdenv.mkDerivation rec {
pname = "dftd4";
version = "3.6.0";
version = "3.7.0";

src = fetchFromGitHub {
owner = "dftd4";
repo = pname;
rev = "v${version}";
hash = "sha256-VIV9953hx0MZupOARdH+P1h7JtZeJmTlqtO8si+lwdU=";
hash = "sha256-dixPCLH5dWkE2/7ghGEXJmX2/g1DN30dB4jX2d7fmio=";
};

patches = [
Expand Down
22 changes: 9 additions & 13 deletions pkgs/development/libraries/science/chemistry/tblite/python.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonAtLeast,
meson,
ninja,
pkg-config,
Expand All @@ -28,18 +27,15 @@ buildPythonPackage {
meta
;

nativeBuildInputs =
[
tblite
meson
ninja
pkg-config
gfortran
mctc-lib
]
++ lib.optionals (pythonAtLeast "3.12") [
setuptools
];
nativeBuildInputs = [
tblite
meson
ninja
pkg-config
gfortran
mctc-lib
setuptools
];

buildInputs = [
tblite
Expand Down

0 comments on commit 78398b0

Please sign in to comment.