summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-09 12:28:07 +0100
committerCayetano Santos <csantosb@inventati.org>2026-01-09 12:28:07 +0100
commit2edbd144688e05186f0e408a462ce215cdecd14c (patch)
tree3d8fc131e0f959dc99e33c43c01e90ac3a1adf58
parentb0e110f20ecafe9f9ae5c2d282582069fecfb18d (diff)
gnu: Remove embree-2.
* gnu/packages/graphics.scm (embree-2): Delete variable. Change-Id: I1de940ac7e4e8dabafcb3dfad7edc1780c6205d4
-rw-r--r--gnu/packages/graphics.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 198e093c372..722842996d4 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -599,30 +599,6 @@ applications.")
(base32
"1kcvz7g6j56anv9zjyd3gidxl46vipw0gg82lns12m45cd43iwxm"))))))
-(define-public embree-2
- (package/inherit embree
- (version "2.17.7")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference (url "https://github.com/RenderKit/embree")
- (commit (string-append "v" version))))
- (file-name (git-file-name (package-name embree) version))
- (sha256
- (base32 "19v60zdfix33c772x6dzmhsarhafsns8qy7c2ysqr7a9j16whgql"))))
- (arguments
- (substitute-keyword-arguments (package-arguments embree)
- ((#:configure-flags configure-flags)
- #~(append (list "-DEMBREE_MAX_ISA=NONE" "-DEMBREE_TUTORIALS=OFF")
- #$configure-flags))))
- (inputs (modify-inputs (package-inputs embree)
- (replace "tbb" tbb-2020)))
- ;; Embree requires SSE2 support, so build only for x86-based architectures.
- (supported-systems (list "i686-linux" "x86_64-linux"))
- (description (string-append (package-description embree) "
-
-Please note that this version requires a processor with SSE2 support."))))
-
(define-public openvdb
(package
(name "openvdb")