Loading pkgs/by-name/ma/manifold/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,10 @@ stdenv.mkDerivation (finalAttrs: { test/manifold_test --gtest_filter=-CrossSection.RoundOffset ''; passthru = { tbb = tbb_2021; }; meta = { description = "Geometry library for topological robustness"; homepage = "https://github.com/elalish/manifold"; Loading pkgs/development/python-modules/manifold3d/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "manifold3d"; version = "3.1.1"; version = "3.2.0"; pyproject = true; src = fetchFromGitHub { owner = "elalish"; repo = "manifold"; tag = "v${version}"; hash = "sha256-dCCTjWRjXSyuEDxGI9ZS2UTmLdZVSmDOmHFnhox3N+4="; hash = "sha256-tcEjgOU90tYnlZDedHJvnqWFDDtXGx64G80wnWz4lBI="; }; dontUseCmakeConfigure = true; Loading pkgs/top-level/python-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -8776,7 +8776,9 @@ self: super: with self; { callPackage ../development/python-modules/marionette-harness/manifestparser.nix { }; manifold3d = callPackage ../development/python-modules/manifold3d { }; manifold3d = callPackage ../development/python-modules/manifold3d { inherit (pkgs.manifold.passthru) tbb; }; manim = callPackage ../development/python-modules/manim { }; Loading Loading
pkgs/by-name/ma/manifold/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,10 @@ stdenv.mkDerivation (finalAttrs: { test/manifold_test --gtest_filter=-CrossSection.RoundOffset ''; passthru = { tbb = tbb_2021; }; meta = { description = "Geometry library for topological robustness"; homepage = "https://github.com/elalish/manifold"; Loading
pkgs/development/python-modules/manifold3d/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "manifold3d"; version = "3.1.1"; version = "3.2.0"; pyproject = true; src = fetchFromGitHub { owner = "elalish"; repo = "manifold"; tag = "v${version}"; hash = "sha256-dCCTjWRjXSyuEDxGI9ZS2UTmLdZVSmDOmHFnhox3N+4="; hash = "sha256-tcEjgOU90tYnlZDedHJvnqWFDDtXGx64G80wnWz4lBI="; }; dontUseCmakeConfigure = true; Loading
pkgs/top-level/python-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -8776,7 +8776,9 @@ self: super: with self; { callPackage ../development/python-modules/marionette-harness/manifestparser.nix { }; manifold3d = callPackage ../development/python-modules/manifold3d { }; manifold3d = callPackage ../development/python-modules/manifold3d { inherit (pkgs.manifold.passthru) tbb; }; manim = callPackage ../development/python-modules/manim { }; Loading