mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public julia-nlsolversbase
|
|||
(define-public julia-nnlib
|
||||
(package
|
||||
(name "julia-nnlib")
|
||||
(version "0.7.19")
|
||||
(version "0.7.25")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2620,10 +2620,11 @@ (define-public julia-nnlib
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "163v7hkmbxxgnq7qigmqjdqcdywi2njxbh54w8v0hf4bddnalbba"))))
|
||||
(base32 "0vp4kcn9ivkhmqgkyvnabcdqi6pv7ghbmjc1llkwv1kzhylyf86p"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:tests? #f ; Test suite not updated for ChainRulesTestUtils-1.0.
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'drop-cuda-support
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue