summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-03-17 16:38:36 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-17 16:38:36 +0100
commit89d23221b6a7021eb698ae0c4a69937a546b9e3e (patch)
tree5ab902d40678714f5b421cf6ad0078d311b2e3e7 /gnu
parent52bcfaf909abc518466bbbd29adf33f7ad652d5c (diff)
gnu: Remove ogre-next.
* gnu/packages/graphics.scm (ogre-next): Delete variable. Change-Id: I3bea263ae1949109b396d55eb95471beebddc6a4
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/graphics.scm31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 75cbba556ea..a8162cde520 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1566,37 +1566,6 @@ graphics.")
1566 (home-page "https://www.ogre3d.org/") 1566 (home-page "https://www.ogre3d.org/")
1567 (license license:expat))) 1567 (license license:expat)))
1568 1568
1569(define-public ogre-next
1570 (package
1571 (inherit ogre)
1572 (name "ogre-next")
1573 (version "3.0.0")
1574 (source (origin
1575 (method git-fetch)
1576 (uri (git-reference
1577 (url "https://github.com/OGRECave/ogre-next")
1578 (commit (string-append "v" version))))
1579 (file-name (git-file-name name version))
1580 (patches (search-patches "ogre-next-add-riscv64-support.patch"))
1581 (sha256
1582 (base32
1583 "1yrlg3s654xbp95208h9a2b8jcwdk69r6sjvll0aiyvxm4c056cw"))))
1584 (arguments (substitute-keyword-arguments (package-arguments ogre)
1585 ((#:tests? _ #f)
1586 ;; The test suite is currently disabled by the build system
1587 ;; (see: https://github.com/OGRECave/ogre-next/issues/466).
1588 #f)
1589 ((#:configure-flags flags #~(list))
1590 (if (target-riscv64?)
1591 #~(cons*
1592 "-DOGRE_SIMD_SSE2=OFF"
1593 "-DOGRE_SIMD_NEON=OFF"
1594 #$flags)
1595 flags))))
1596 (inputs
1597 (modify-inputs (package-inputs ogre)
1598 (append rapidjson)))))
1599
1600(define-public openexr 1569(define-public openexr
1601 (package 1570 (package
1602 (name "openexr") 1571 (name "openexr")