me
/
guix
Archived
1
0
Fork 0

gnu: julia-zygote: Update to 0.6.41.

* gnu/packages/julia-xyz.scm (julia-zygote): Update to 0.6.41.
[propagated-inputs]: Add julia-chainrulescore, julia-logexpfuntions.
Efraim Flashner 2022-12-13 13:50:05 +02:00
parent df13c6988a
commit 8b84b47a52
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 2 deletions

View File

@ -6054,7 +6054,7 @@ Zygote, without depending on Zygote itself.")
(define-public julia-zygote (define-public julia-zygote
(package (package
(name "julia-zygote") (name "julia-zygote")
(version "0.6.17") (version "0.6.41")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6063,17 +6063,19 @@ Zygote, without depending on Zygote itself.")
(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 "1cx66sp30s34ln6p0fpqk1ggjxfxg2gp8791zz3cl85dmk4dl14b")))) (base32 "02bgj6m1j25sm3pa5sgmds706qpxk1qsbm0s2j3rjlrz9xn7glgk"))))
(build-system julia-build-system) (build-system julia-build-system)
(arguments (arguments
(list #:tests? #f)) ;require CUDA, not packaged yet (list #:tests? #f)) ;require CUDA, not packaged yet
(propagated-inputs (propagated-inputs
(list julia-abstractffts (list julia-abstractffts
julia-chainrules julia-chainrules
julia-chainrulescore
julia-diffrules julia-diffrules
julia-fillarrays julia-fillarrays
julia-forwarddiff julia-forwarddiff
julia-irtools julia-irtools
julia-logexpfunctions
julia-macrotools julia-macrotools
julia-nanmath julia-nanmath
julia-requires julia-requires