summaryrefslogtreecommitdiff
path: root/gnu/packages/graphics.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-05-27 11:22:48 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-05-27 11:52:57 +0300
commitbf3c923f6d7a05059fdf508a50b8c855e27e57d4 (patch)
tree28b6d5559c39c0b6bc4e6abfc5be2956204daeca /gnu/packages/graphics.scm
parent6c7c1a4b28776fc9456aec9c0c55b4c16b5dd6e1 (diff)
gnu: openshadinglanguage: Don't use custom check phase.
* gnu/packages/graphics.scm (openshadinglanguage)[arguments]: Add test-exclude keyword. Remove custom 'check phase. Change-Id: Ie53ba6e148be22ce0fe75d0d86aa839427b5624b
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r--gnu/packages/graphics.scm29
1 files changed, 11 insertions, 18 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 49aa8ee1366..92d59e6df9a 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -997,24 +997,17 @@ baking tools to produce normal maps.")
997 (string-append "-DLLVM_BC_GENERATOR=" 997 (string-append "-DLLVM_BC_GENERATOR="
998 #$(this-package-native-input "clang") 998 #$(this-package-native-input "clang")
999 "/bin/clang++")) 999 "/bin/clang++"))
1000 #:phases 1000 #:test-exclude (string-join
1001 #~(modify-phases %standard-phases 1001 (list
1002 (replace 'check 1002 "osl-imageio" ; file does not exist
1003 (lambda* (#:key tests? #:allow-other-keys) 1003 "osl-imageio.opt" ; file does not exist
1004 (when tests? 1004 "osl-imageio.opt.rs_bitcode" ; file does not exist
1005 (invoke 1005 "texture-udim" ; file does not exist
1006 "ctest" "--exclude-regex" 1006 "texture-udim.opt" ; file does not exist
1007 (string-join 1007 "texture-udim.opt.rs_bitcode" ; file does not exist
1008 (list 1008 "example-deformer" ; could not find OSLConfig
1009 "osl-imageio" ; file does not exist 1009 "python-oslquery") ; no module oslquery
1010 "osl-imageio.opt" ; file does not exist 1010 "|")))
1011 "osl-imageio.opt.rs_bitcode" ; file does not exist
1012 "texture-udim" ; file does not exist
1013 "texture-udim.opt" ; file does not exist
1014 "texture-udim.opt.rs_bitcode" ; file does not exist
1015 "example-deformer" ; could not find OSLConfig
1016 "python-oslquery") ; no module oslquery
1017 "|"))))))))
1018 (native-inputs 1011 (native-inputs
1019 (list bison 1012 (list bison
1020 clang 1013 clang