manifold: drop glm and skipped test
Co-Authored-By: pca006132 <john.lck40@gmail.com>
This commit is contained in:
co-authored by
pca006132
parent
0467359c62
commit
eff5ce4b15
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user