unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74543] [PATCH] Packaged this tool for Guix proper with chnaged to the definition of the package.
@ 2024-11-26 13:31 Navid Afkhami
  2024-11-26 14:18 ` bug#74543: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2024-11-26 13:31 UTC (permalink / raw)
  To: 74543; +Cc: Navid Afkhami, Laurent Gatto, Ricardo Wurmus, Simon Tournier

Change-Id: I181f036f5df65a7e1ec6fc1a6646da22686d5895
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 599238d0d8..a1e0213565 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -68,12 +68,15 @@ (define-module (gnu packages cran)
   #:use-module (gnu packages algebra)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages bioinformatics)
   #:use-module (gnu packages c)
+  #:use-module (gnu packages cmake)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages crypto)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages databases)
+  #:use-module (gnu packages debian)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages fribidi)
   #:use-module (gnu packages gcc)
@@ -39757,6 +39760,29 @@ (define-public r-highlight
 chunks.")
     (license license:gpl3+)))
 
+(define-public r-highs
+  (package
+    (name "r-highs")
+    (version "0.1-10")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "highs" version))
+       (sha256
+        (base32 "1vjmzbfydlm434fa1mkwwfcdhmn6sq4ppib26nxfa9zakr7h7q2c"))))
+    (properties `((upstream-name . "highs")))
+    (build-system r-build-system)
+    (inputs (list bash-minimal))
+    (propagated-inputs (list r-checkmate r-pkgconfig r-rcpp))
+    (native-inputs (list cmake-minimal debianutils gfortran))
+    (home-page "https://gitlab.com/roigrp/solver/highs")
+    (synopsis "'HiGHS' Optimization Solver")
+    (description
+     "R interface to @code{HiGHS}, an optimization solver.
+It is designed for solving mixed-integer optimization problems
+with quadratic or linear objectives and linear constraints.")
+    (license license:gpl2+)))
+
 (define-public r-clustree
   (package
     (name "r-clustree")

base-commit: 9b1fb12978482ffb6d37c456343f05609b28b3e8
-- 
2.43.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-26 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-26 13:31 [bug#74543] [PATCH] Packaged this tool for Guix proper with chnaged to the definition of the package Navid Afkhami
2024-11-26 14:18 ` bug#74543: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).