manifold: drop glm and skipped test

Co-Authored-By: pca006132 <john.lck40@gmail.com>
This commit is contained in:
Peder Bergebakken Sundt
2026-02-28 14:27:20 +01:00
co-authored by pca006132
parent 0467359c62
commit eff5ce4b15
+1 -5
View File
@@ -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 = ''