GNU bug report logs - #74543
[PATCH] Packaged this tool for Guix proper with chnaged to the definition of the package.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Tue, 26 Nov 2024 13:32:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74543 in the body.
You can then email your comments to 74543 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#74543; Package guix-patches. (Tue, 26 Nov 2024 13:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org. (Tue, 26 Nov 2024 13:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] Packaged this tool for Guix proper with chnaged to the
 definition of the package.
Date: Tue, 26 Nov 2024 13:31:03 +0000
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





Reply sent to Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>:
You have taken responsibility. (Tue, 26 Nov 2024 14:19:02 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Tue, 26 Nov 2024 14:19:02 GMT) Full text and rfc822 format available.

Message #10 received at 74543-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>
To: <74543-done <at> debbugs.gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: Re: [PATCH] Packaged this tool for Guix proper with chnaged to the
 definition of the package.
Date: Tue, 26 Nov 2024 15:18:17 +0100
Hi,

thanks for the patch.  I made a couple of changes.  We didn't need
bash-minimal or debianutils as inputs, but did need "which".  I also
modified the description and the commit message.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 25 Dec 2024 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 179 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.