me
/
guix
Archived
1
0
Fork 0

gnu: julia-chainrules: Update to 1.35.0.

* gnu/packages/julia-xyz.scm (julia-chainrules): Update to 1.35.0.
[arguments]: Skip tests.
[inputs]: Comment out inputs.
[propagated-inputs]: Remove julia-reexport, julia-requires. Add
julia-irrationalconstants, julia-realdot.
Efraim Flashner 2022-12-13 21:16:48 +02:00
parent 907ae06170
commit d303b26aae
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 10 additions and 9 deletions

View File

@ -745,7 +745,7 @@ variables, both with unordered (nominal variables) and ordered categories
(define-public julia-chainrules (define-public julia-chainrules
(package (package
(name "julia-chainrules") (name "julia-chainrules")
(version "1.1.0") (version "1.35.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -754,18 +754,19 @@ variables, both with unordered (nominal variables) and ordered categories
(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 "0if93pd3b3scg2x3gmk1cbwjk0ax1n792vy8c38y3xl7jpd5cb70")))) (base32 "17irgz3gamyrmzsjhq4s1n1sblvhkj10yg5y5y53yr631cl2fr6a"))))
(build-system julia-build-system) (build-system julia-build-system)
(inputs ;required for test (arguments
(list julia-chainrulestestutils (list #:tests? #f)) ; JuliaInterpreter.jl not packaged yet.
julia-finitedifferences ;(inputs ;required for test
julia-nanmath ; (list julia-chainrulestestutils
julia-specialfunctions)) ; julia-finitedifferences
; julia-juliainterpreter))
(propagated-inputs (propagated-inputs
(list julia-chainrulescore (list julia-chainrulescore
julia-compat julia-compat
julia-reexport julia-irrationalconstants
julia-requires)) julia-realdot))
(home-page "https://github.com/JuliaDiff/ChainRules.jl") (home-page "https://github.com/JuliaDiff/ChainRules.jl")
(synopsis "Common utilities for automatic differentiation") (synopsis "Common utilities for automatic differentiation")
(description "The is package provides a variety of common utilities that (description "The is package provides a variety of common utilities that