[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60075] [PATCH 28/58] gnu: julia-nnlib: Update to 0.7.34.
From: |
Efraim Flashner |
Subject: |
[bug#60075] [PATCH 28/58] gnu: julia-nnlib: Update to 0.7.34. |
Date: |
Wed, 14 Dec 2022 22:35:26 +0200 |
* 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
- [bug#60075] [PATCH 20/58] gnu: julia-pooledarrays: Update to 1.4.2., (continued)
- [bug#60075] [PATCH 20/58] gnu: julia-pooledarrays: Update to 1.4.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 13/58] gnu: julia-nanmath: Update to 0.3.7., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 27/58] gnu: julia-zygote: Update to 0.6.41., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 29/58] gnu: julia-chainrulescore: Update to 1.12.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 30/58] gnu: julia-chainrulestestutils: Update to 1.5.1., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 31/58] gnu: Add julia-realdot., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 08/58] gnu: Remove julia-identityranges., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 22/58] gnu: julia-offsetarrays: Update to 1.12.8., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 28/58] gnu: julia-nnlib: Update to 0.7.34.,
Efraim Flashner <=
- [bug#60075] [PATCH 07/58] gnu: julia-imagetransformations: Update to 0.9.5., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 23/58] gnu: julia-dataframes: Update to 1.3.6., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 25/58] gnu: julia-functors: Update to 0.4.1., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 26/58] gnu: julia-zygoterules: Update to 0.2.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 34/58] gnu: julia-tracker: Update to 0.2.22., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 39/58] gnu: julia-requires: Update to 1.3.0., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 50/58] gnu: julia-arrayinterface: Update to 5.0.8., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 58/58] gnu: julia-imagemetadata: Update to 0.9.8., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 36/58] gnu: julia-lazyarrays: Update to 0.22.16., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 33/58] gnu: Add julia-optimisers., Efraim Flashner, 2022/12/14