~ruther/guix-local

ref: 29457c43bfefaa8f661ea9e4e28c770bfeedac2a guix-local/gnu/packages/patches/openexr-missing-samples.patch -rw-r--r-- 925 bytes
29457c43 — Ricardo Wurmus gnu: r-mgcv: Update to 1.8-22. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This patch comments out tests that rely on files that are missing
from the source tarball.

--- openexr-2.2.0/IlmImfTest/testSampleImages.cpp	2015-02-25 16:19:21.565105625 +0100
+++ openexr-2.2.0/IlmImfTest/testSampleImages.cpp	2015-02-25 16:21:46.394128206 +0100
@@ -162,16 +162,6 @@ testSampleImages (const std::string&)
 	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_b44.exr",
 		       ILM_IMF_TEST_IMAGEDIR "comp_b44_piz.exr");
 
-	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwaa_v1.exr",
-		       ILM_IMF_TEST_IMAGEDIR "comp_dwaa_piz.exr");
-	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwaa_v2.exr",
-		       ILM_IMF_TEST_IMAGEDIR "comp_dwaa_piz.exr");
-
-	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwab_v1.exr",
-		       ILM_IMF_TEST_IMAGEDIR "comp_dwab_piz.exr");
-	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwab_v2.exr",
-		       ILM_IMF_TEST_IMAGEDIR "comp_dwab_piz.exr");
-
 
 	cout << "ok\n" << endl;
     }