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.
parent
907ae06170
commit
d303b26aae
|
@ -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
|
||||||
|
|
Reference in New Issue