Skip to content

Commit

Permalink
python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CHN-beta authored and wegank committed Nov 10, 2024
1 parent 63f5683 commit 6e82927
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions pkgs/development/python-modules/phonopy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,35 @@
pytestCheckHook,
pythonOlder,
setuptools,
scikit-build-core,
cmake,
setuptools-scm,
ninja,
pkg-config,
nanobind,
}:

buildPythonPackage rec {
pname = "phonopy";
version = "2.28.0";
version = "2.29.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-3BxFOT/nXuK++epTghrQxDm19JTMJm33D4uSQ/KS+aE=";
hash = "sha256-MabBtEOyM82R0NbdVaY+2f9GT8rT44xjOi/o38GSRp8=";
};

nativeBuildInputs = [ setuptools ];
nativeBuildInputs = [
setuptools
scikit-build-core
nanobind
setuptools-scm
ninja
cmake
];
dontUseCmakeConfigure = true;

propagatedBuildInputs = [
h5py
Expand Down

0 comments on commit 6e82927

Please sign in to comment.