guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/26: gnu: Add julia-optimtestproblems.


From: guix-commits
Subject: 13/26: gnu: Add julia-optimtestproblems.
Date: Mon, 31 May 2021 05:56:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2615a8bad5171d5802067ee98b00472f6a71c57a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 31 11:25:06 2021 +0300

    gnu: Add julia-optimtestproblems.
    
    * gnu/packages/julia-xyz.scm (julia-optimtestproblems): New variable.
---
 gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 8fe4f8b..9676466 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1285,6 +1285,28 @@ Julia, with type-driven, overloadable packing/unpacking 
functionality.")
 @code{NaN} instead of throwing a @code{DomainError}.")
     (license license:expat)))
 
+(define-public julia-optimtestproblems
+  (package
+    (name "julia-optimtestproblems")
+    (version "2.0.2")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/JuliaNLSolvers/OptimTestProblems.jl";)
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32 "10h47x5ws42pkqjccimaz0yxfvz41w0yazq6inamfk4lg5g2g3d9"))))
+    (build-system julia-build-system)
+    (arguments
+     `(#:julia-package-name "OptimTestProblems"))
+    (home-page "https://github.com/JuliaNLSolvers/OptimTestProblems.jl";)
+    (synopsis "Collection of optimization test problems")
+    (description "The purpose of this package is to provide test problems for
+JuliaNLSolvers packages.")
+    (license license:expat)))
+
 (define-public julia-orderedcollections
   (package
     (name "julia-orderedcollections")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]