[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60075] [PATCH 41/58] gnu: julia-colorvectorspace: Update to 0.9.9.
From: |
Efraim Flashner |
Subject: |
[bug#60075] [PATCH 41/58] gnu: julia-colorvectorspace: Update to 0.9.9. |
Date: |
Wed, 14 Dec 2022 22:35:39 +0200 |
* gnu/packages/julia-xyz.scm (julia-colorvectorspace): Update to 0.9.9.
[arguments]: Skip tests. Add phase to skip ambiguities tests.
[propagated-inputs]: Add julia-fixedpointnumbers.
---
gnu/packages/julia-xyz.scm | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 3ffbd54684..c3d6d642c1 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -991,7 +991,7 @@ (define-public julia-colortypes
(define-public julia-colorvectorspace
(package
(name "julia-colorvectorspace")
- (version "0.9.7")
+ (version "0.9.9")
(source
(origin
(method git-fetch)
@@ -1000,10 +1000,20 @@ (define-public julia-colorvectorspace
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02gk7f5g5wjxdasbjf8bvv1m7clksh7mw1xmygjdirjz1q0d6dwi"))))
+ (base32 "07scws2bn2z3f2crhnx1zxk3zk3vzfv9iz6lv3i9785nplmsgdx9"))))
(build-system julia-build-system)
+ (arguments
+ (list
+ #:tests? #f ; TODO: Reenable the test suite.
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'adjust-tests
+ (lambda _
+ (substitute* "test/runtests.jl"
+ ((".*detect_ambiguities.*") "")))))))
(propagated-inputs
(list julia-colortypes
+ julia-fixedpointnumbers
julia-specialfunctions
julia-tensorcore))
(native-inputs
--
2.38.1
- [bug#60075] [PATCH 40/58] gnu: julia-colors: Update to 0.12.9., (continued)
- [bug#60075] [PATCH 40/58] gnu: julia-colors: Update to 0.12.9., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 38/58] gnu: julia-interpolations: Update to 0.13.6., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 42/58] gnu: julia-plotutils: Update to 1.2.0., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 47/58] gnu: julia-scanbyte: Limit to x86_64-linux., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 52/58] gnu: julia-blockbandedmatrices: Update to 0.11.9., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 51/58] gnu: julia-bandedmatrices: Update to 0.17.9., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 54/58] gnu: julia-axisarrays: Update to 0.4.6., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 49/58] gnu: Add julia-static-0.6., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 41/58] gnu: julia-colorvectorspace: Update to 0.9.9.,
Efraim Flashner <=
- [bug#60075] [PATCH 44/58] gnu: julia-indexablebitvectors: Limit to 64-bit systems., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 53/58] gnu: julia-ellipsisnotation: Update to 1.6.0., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 56/58] gnu: julia-imageaxes: Update to 0.6.10., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 55/58] gnu: julia-graphics: Update to 1.1.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 00/58] New julia patches, zimoun, 2022/12/19