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 #95 received at 60075 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.34.
[arguments]: Rename 'skip-cuda-tests to 'skip-some-tests. Adjust to skip
doctests.
[propagated-inputs]: Add julia-compat.
---
gnu/packages/julia-xyz.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 07eaab01e0..50201aa383 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3966,7 +3966,7 @@ (define-public julia-nlsolversbase
(define-public julia-nnlib
(package
(name "julia-nnlib")
- (version "0.7.29")
+ (version "0.7.34")
(source
(origin
(method git-fetch)
@@ -3975,21 +3975,26 @@ (define-public julia-nnlib
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "16vn5w5274kcywh1xp0zqjk5q10xrk125aznz5av6wifwrvghk8s"))))
+ (base32 "1xzlh7pj6aqmbkrskqgwvifprg9a6xkkdh00ls6f6xnzqfrnhwna"))))
(build-system julia-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
- (add-after 'link-depot 'skip-cuda-tests
+ (add-after 'link-depot 'skip-some-tests
(lambda _
(substitute* "test/runtests.jl"
+ ;; Skip the CUDA tests
(("using CUDA") "")
- (("&& CUDA\\.functional\\(\\)") ""))
+ (("&& CUDA\\.functional\\(\\)") "")
+
+ ;; UnicodePlots is only used for the doctests
+ (("if VERSION <.*") "if true\n"))
(setenv "NNLIB_TEST_CUDA" "false"))))))
(propagated-inputs
(list julia-adapt
julia-chainrulescore
+ julia-compat
julia-requires))
(native-inputs
(list julia-chainrulestestutils
--
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.