aboutsummaryrefslogtreecommitdiffstats
path: root/community/openvdb/0001-disable-faulty-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/openvdb/0001-disable-faulty-tests.patch')
-rw-r--r--community/openvdb/0001-disable-faulty-tests.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/openvdb/0001-disable-faulty-tests.patch b/community/openvdb/0001-disable-faulty-tests.patch
deleted file mode 100644
index 6b0895dce7a..00000000000
--- a/community/openvdb/0001-disable-faulty-tests.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 881527c79e7d3ed0be259b450c9ae41488e7e498 Mon Sep 17 00:00:00 2001
-From: Leon Marz <main@lmarz.org>
-Date: Sun, 6 Feb 2022 13:37:32 +0100
-Subject: [PATCH] disable faulty tests
-
----
- openvdb/openvdb/unittest/CMakeLists.txt | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/openvdb/openvdb/unittest/CMakeLists.txt b/openvdb/openvdb/unittest/CMakeLists.txt
-index 4add75b..0a2b13d 100644
---- a/openvdb/openvdb/unittest/CMakeLists.txt
-+++ b/openvdb/openvdb/unittest/CMakeLists.txt
-@@ -114,8 +114,6 @@ else()
- TestLeafMask.cc
- TestLeafOrigin.cc
- TestLevelSetRayIntersector.cc
-- TestLevelSetUtil.cc
-- TestLinearInterp.cc
- TestMaps.cc
- TestMat4Metadata.cc
- TestMath.cc
-@@ -149,7 +147,6 @@ else()
- TestPointSample.cc
- TestPointScatter.cc
- TestPointsToMask.cc
-- TestPoissonSolver.cc
- TestPotentialFlow.cc
- TestPrePostAPI.cc
- TestQuadraticInterp.cc
---
-2.35.1
-