Loading pkgs/development/python-modules/eigenpy/default.nix +8 −7 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, cmake, doxygen, Loading @@ -11,15 +11,16 @@ scipy, }: stdenv.mkDerivation (finalAttrs: { buildPythonPackage rec { pname = "eigenpy"; version = "3.6.0"; version = "3.7.0"; pyproject = false; # Built with cmake src = fetchFromGitHub { owner = "stack-of-tasks"; repo = "eigenpy"; rev = "v${finalAttrs.version}"; hash = "sha256-S6kMfpTOMqJPIFgvdcHHFDvIl2b+GE8dhJH0QFDdC1c="; rev = "v${version}"; hash = "sha256-D/k/ka500EZch5Ydym2WYtd5vciGkd9rdBUSjTsZ0w4="; }; outputs = [ Loading Loading @@ -55,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Bindings between Numpy and Eigen using Boost.Python"; homepage = "https://github.com/stack-of-tasks/eigenpy"; changelog = "https://github.com/stack-of-tasks/eigenpy/releases/tag/v${finalAttrs.version}"; changelog = "https://github.com/stack-of-tasks/eigenpy/releases/tag/v${version}"; license = licenses.bsd2; maintainers = with maintainers; [ nim65s Loading @@ -63,4 +64,4 @@ stdenv.mkDerivation (finalAttrs: { ]; platforms = platforms.unix; }; }) } pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3792,7 +3792,7 @@ self: super: with self; { eggdeps = callPackage ../development/python-modules/eggdeps { }; eigenpy = toPythonModule (callPackage ../development/python-modules/eigenpy { }); eigenpy = callPackage ../development/python-modules/eigenpy { }; einops = callPackage ../development/python-modules/einops { }; Loading Loading
pkgs/development/python-modules/eigenpy/default.nix +8 −7 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, cmake, doxygen, Loading @@ -11,15 +11,16 @@ scipy, }: stdenv.mkDerivation (finalAttrs: { buildPythonPackage rec { pname = "eigenpy"; version = "3.6.0"; version = "3.7.0"; pyproject = false; # Built with cmake src = fetchFromGitHub { owner = "stack-of-tasks"; repo = "eigenpy"; rev = "v${finalAttrs.version}"; hash = "sha256-S6kMfpTOMqJPIFgvdcHHFDvIl2b+GE8dhJH0QFDdC1c="; rev = "v${version}"; hash = "sha256-D/k/ka500EZch5Ydym2WYtd5vciGkd9rdBUSjTsZ0w4="; }; outputs = [ Loading Loading @@ -55,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Bindings between Numpy and Eigen using Boost.Python"; homepage = "https://github.com/stack-of-tasks/eigenpy"; changelog = "https://github.com/stack-of-tasks/eigenpy/releases/tag/v${finalAttrs.version}"; changelog = "https://github.com/stack-of-tasks/eigenpy/releases/tag/v${version}"; license = licenses.bsd2; maintainers = with maintainers; [ nim65s Loading @@ -63,4 +64,4 @@ stdenv.mkDerivation (finalAttrs: { ]; platforms = platforms.unix; }; }) }
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3792,7 +3792,7 @@ self: super: with self; { eggdeps = callPackage ../development/python-modules/eggdeps { }; eigenpy = toPythonModule (callPackage ../development/python-modules/eigenpy { }); eigenpy = callPackage ../development/python-modules/eigenpy { }; einops = callPackage ../development/python-modules/einops { }; Loading