me
/
guix
Archived
1
0
Fork 0

gnu: Add julia-difftests.

* gnu/packages/julia-xyz.scm (julia-difftests): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
zimoun 2021-03-25 02:05:08 +01:00 committed by Ludovic Courtès
parent 7bf791ee8f
commit df4be2e910
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 20 additions and 0 deletions

View File

@ -365,6 +365,26 @@ including, @code{CircularBuffer}, @code{Queue}, @code{Stack},
be passed to in-place differentiation methods instead of an output buffer.") be passed to in-place differentiation methods instead of an output buffer.")
(license license:expat))) (license license:expat)))
(define-public julia-difftests
(package
(name "julia-difftests")
(version "0.1.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/JuliaDiff/DiffTests.jl")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1rxpnd5zi3pxgdd38l5jm2sxc3q6p7g57fqgll2dsiin07y3my57"))))
(build-system julia-build-system)
(home-page "https://github.com/JuliaDiff/DiffTests.jl")
(synopsis "Common test functions for differentiation tools")
(description "This package contains a common suite of test functions for
stressing the robustness of differentiation tools.")
(license license:expat)))
(define-public julia-example (define-public julia-example
(let ((commit "f968c69dea24f851d0c7e686db23fa55826b5388")) (let ((commit "f968c69dea24f851d0c7e686db23fa55826b5388"))
(package (package