Commit ef1bae27 authored by Philipp Arras's avatar Philipp Arras
Browse files

python3Packages.ducc0: 0.34.0 -> 0.35.0

parent 10033068
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "ducc0";
  version = "0.34.0";
  version = "0.35.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "mtr";
    repo = "ducc";
    rev = "ducc0_${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-lxNqB3Lt+n4vIH7cVW4DAwhjuPn49y+/3RLKVO8IuJM=";
    hash = "sha256-LfN+rwJp5euVpR/5sUBG3XqBhF7/KbgW/485eufJtMQ=";
  };

  buildInputs = [ pybind11 ];
@@ -34,6 +34,8 @@ buildPythonPackage rec {
  pytestFlagsArray = [ "python/test" ];
  pythonImportsCheck = [ "ducc0" ];

  DUCC0_OPTIMIZATION = "portable-strip";

  meta = with lib; {
    homepage = "https://gitlab.mpcdf.mpg.de/mtr/ducc";
    description = "Efficient algorithms for Fast Fourier transforms and more";