gnu: julia-nnlib: Update to 0.7.25.
* gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.25. [arguments]: Skip tests.
This commit is contained in:
parent
7975a64b6d
commit
1cc36f5efe
1 changed files with 4 additions and 3 deletions
|
@ -2611,7 +2611,7 @@ interface to interact with these types.")
|
||||||
(define-public julia-nnlib
|
(define-public julia-nnlib
|
||||||
(package
|
(package
|
||||||
(name "julia-nnlib")
|
(name "julia-nnlib")
|
||||||
(version "0.7.19")
|
(version "0.7.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2620,10 +2620,11 @@ interface to interact with these types.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "163v7hkmbxxgnq7qigmqjdqcdywi2njxbh54w8v0hf4bddnalbba"))))
|
(base32 "0vp4kcn9ivkhmqgkyvnabcdqi6pv7ghbmjc1llkwv1kzhylyf86p"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:tests? #f ; Test suite not updated for ChainRulesTestUtils-1.0.
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'drop-cuda-support
|
(add-after 'unpack 'drop-cuda-support
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in a new issue