Commit eff5ce4b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

manifold: drop glm and skipped test



Co-Authored-By: default avatarpca006132 <john.lck40@gmail.com>
parent 0467359c
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  cmake,
  clipper2,
  gtest,
  glm,
  onetbb,
  python3Packages,
}:
@@ -25,7 +24,6 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs = [
    gtest
    glm
    onetbb
  ];

@@ -38,9 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
    "-DMANIFOLD_PAR=TBB"
  ];

  excludedTestPatterns = lib.optionals stdenv.isDarwin [
    # https://github.com/elalish/manifold/issues/1306
    "Manifold.Simplify"
  excludedTestPatterns = [
  ];
  doCheck = true;
  checkPhase = ''