[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70035] [PATCH v3 8/9] gnu: opensubdiv: Update to 3.6.0.
From: |
Vinicius Monego |
Subject: |
[bug#70035] [PATCH v3 8/9] gnu: opensubdiv: Update to 3.6.0. |
Date: |
Wed, 3 Apr 2024 01:30:28 +0000 |
* gnu/packages/graphics.scm (opensubdiv): Update to 3.6.0.
[arguments]: Use G-Expressions. Delete the set-glew-location phase.
Change-Id: Ie37f70a5146e5072b362a4439d0669ea19ca2869
---
gnu/packages/graphics.scm | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 8fda96e6e6..555800e517 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1907,7 +1907,7 @@ (define-public fgallery
(define-public opensubdiv
(package
(name "opensubdiv")
- (version "3.4.0")
+ (version "3.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1917,20 +1917,15 @@ (define-public opensubdiv
(file-name (git-file-name name version))
(sha256
(base32
- "0cippg6aqc5dlya1cmh3908pwssrg52fwgyylnvz5343yrxmgk12"))))
+ "0h9scxiigijzlpv4r0s0nhxlndhv1cmarb2bqgmlwcln1jjvlb4n"))))
(build-system cmake-build-system)
(arguments
- `(#:phases (modify-phases %standard-phases
- (add-before 'configure 'set-glew-location
- (lambda* (#:key inputs #:allow-other-keys)
- (setenv "GLEW_LOCATION" (assoc-ref inputs "glew"))
- #t))
- (add-before 'check 'start-xorg-server
- (lambda* (#:key inputs #:allow-other-keys)
- ;; The test suite requires a running X server.
- (system "Xvfb :1 &")
- (setenv "DISPLAY" ":1")
- #t)))))
+ (list #:phases #~(modify-phases %standard-phases
+ (add-before 'check 'start-xorg-server
+ (lambda* (#:key inputs #:allow-other-keys)
+ ;; The test suite requires a running X server.
+ (system "Xvfb :1 &")
+ (setenv "DISPLAY" ":1"))))))
(native-inputs
(list xorg-server-for-tests))
(inputs
--
2.39.2
- [bug#70035] [PATCH v3 0/9] Update and cleanup ASWF tools., Vinicius Monego, 2024/04/02
- [bug#70035] [PATCH v3 2/9] gnu: openshadinglanguage: Update to 1.13.8.0., Vinicius Monego, 2024/04/02
- [bug#70035] [PATCH v3 3/9] gnu: Add partio., Vinicius Monego, 2024/04/02
- [bug#70035] [PATCH v3 1/9] gnu: openimageio: Update to 2.5.10.1., Vinicius Monego, 2024/04/02
- [bug#70035] [PATCH v3 5/9] gnu: Add minizip-ng., Vinicius Monego, 2024/04/02
- [bug#70035] [PATCH v3 6/9] gnu: opencolorio: Update to 2.3.2., Vinicius Monego, 2024/04/02
- [bug#70035] [PATCH v3 7/9] gnu: openvdb: Update to 11.0.0., Vinicius Monego, 2024/04/02
- [bug#70035] [PATCH v3 4/9] gnu: Add pystring., Vinicius Monego, 2024/04/02
- [bug#70035] [PATCH v3 8/9] gnu: opensubdiv: Update to 3.6.0.,
Vinicius Monego <=
- [bug#70035] [PATCH v3 9/9] gnu: blender: Update to 3.6.10., Vinicius Monego, 2024/04/02