[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/33: gnu: Add julia-difftests.
From: |
guix-commits |
Subject: |
22/33: gnu: Add julia-difftests. |
Date: |
Mon, 29 Mar 2021 10:48:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit df4be2e910ff7a394856f4006ecd262cd0136456
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Mar 25 02:05:08 2021 +0100
gnu: Add julia-difftests.
* gnu/packages/julia-xyz.scm (julia-difftests): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/julia-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 885a851..9b04e1b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -365,6 +365,26 @@ including, @code{CircularBuffer}, @code{Queue},
@code{Stack},
be passed to in-place differentiation methods instead of an output buffer.")
(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
(let ((commit "f968c69dea24f851d0c7e686db23fa55826b5388"))
(package
- 31/33: gexp: 'imported+compiled-modules' fully honors #:guile., (continued)
- 31/33: gexp: 'imported+compiled-modules' fully honors #:guile., guix-commits, 2021/03/29
- 12/33: gnu: Add julia-example., guix-commits, 2021/03/29
- 19/33: gnu: Add julia-commonsubexpressions., guix-commits, 2021/03/29
- 28/33: gnu: Add julia-forwarddiff., guix-commits, 2021/03/29
- 10/33: gnu: Add julia-colortypes., guix-commits, 2021/03/29
- 16/33: gnu: Add julia-finitedifferences., guix-commits, 2021/03/29
- 15/33: gnu: Add julia-richardson., guix-commits, 2021/03/29
- 33/33: gexp: 'gexp->script' uses #:guile also as the guile-for-build., guix-commits, 2021/03/29
- 09/33: gnu: Add julia-abstractffts., guix-commits, 2021/03/29
- 25/33: gnu: Add julia-specialfunctions., guix-commits, 2021/03/29
- 22/33: gnu: Add julia-difftests.,
guix-commits <=
- 29/33: gnu: Add julia-zygoterules., guix-commits, 2021/03/29
- 32/33: gexp: Add #:guile parameter to 'load-path-expression'., guix-commits, 2021/03/29
- 24/33: gnu: Add julia-openspecfun-jll., guix-commits, 2021/03/29
- 23/33: gnu: Add julia-compilersupportlibraries-jll., guix-commits, 2021/03/29
- 18/33: gnu: Add julia-fillarrays., guix-commits, 2021/03/29
- 30/33: gnu: Add julia-zygote., guix-commits, 2021/03/29
- 27/33: gnu: Add julia-chainrules., guix-commits, 2021/03/29
- 17/33: gnu: Add julia-chainrulestestutils., guix-commits, 2021/03/29