GNU bug report logs -
#60075
[PATCH 00/58] New julia patches
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Wed, 14 Dec 2022 20:33:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #173 received at 60075 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/julia-xyz.scm (julia-imageaxes): Update to 0.6.10.
[arguments]: Add a phase to skip a greyscale test.
[propagated-inputs]: Add julia-imagebase.
[native-inputs]: Add julia-aqua and julia-documenter.
---
gnu/packages/julia-xyz.scm | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 7c27adc1b8..f3a61a3de6 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2580,7 +2580,7 @@ (define-public julia-ifelse
(define-public julia-imageaxes
(package
(name "julia-imageaxes")
- (version "0.6.9")
+ (version "0.6.10")
(source
(origin
(method git-fetch)
@@ -2589,15 +2589,27 @@ (define-public julia-imageaxes
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "15zqxani1jjh8849s7rdps6b6prqdwv8yxx893y536vkpk7i07qd"))))
+ (base32 "15f3y46vcr88fplr7rlibrm3k852p8rzwid5dgmbhc03a8xqd50s"))))
(build-system julia-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'adjust-tests
+ (lambda _
+ (substitute* "test/runtests.jl"
+ ;; Skip the constantly failing grayscale test.
+ (("@test summary") "@test_broken summary")))))))
(propagated-inputs
(list julia-axisarrays
+ julia-imagebase
julia-imagecore
julia-reexport
julia-simpletraits))
(native-inputs
- (list julia-unitful))
+ (list julia-aqua
+ julia-documenter
+ julia-unitful))
(home-page "https://github.com/JuliaImages/ImageAxes.jl")
(synopsis "Julia package for giving \"meaning\" to the axes of an image")
(description "This small package supports the representation of images as
--
2.38.1
This bug report was last modified 2 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.