GNU bug report logs - #74528
[PATCH] Packaged r-highs for Guix proper.

Previous Next

Package: guix-patches;

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

Date: Mon, 25 Nov 2024 14:54:01 UTC

Severity: normal

Tags: patch

Done: "Navid.Afkhami <at> mdc-berlin.de" <Navid.Afkhami <at> mdc-berlin.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: bug#74528: closed (Closing this issue)
Date: Mon, 25 Nov 2024 15:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74528: [PATCH] Packaged r-highs for Guix proper.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 74528 <at> debbugs.gnu.org.

-- 
74528: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74528
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Navid.Afkhami <at> mdc-berlin.de" <Navid.Afkhami <at> mdc-berlin.de>
To: "74528-done <at> debbugs.gnu.org" <74528-done <at> debbugs.gnu.org>
Subject: Closing this issue
Date: Mon, 25 Nov 2024 15:25:34 +0000
[Message part 3 (text/plain, inline)]
Hi,

I will close this issue as the commit message is wrong.
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
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 r-highs for Guix proper.
Date: Mon, 25 Nov 2024 14:52:47 +0000
Modified gnu/packages/cran.scm

Added:

  #:use-module (gnu packages bash)
  #:use-module (gnu packages cmake)
  #:use-module (gnu packages debian)

And made chnages to the definition of the package:

(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+)))

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b2ac3893db..a5273f9e4e 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)

base-commit: 9b1fb12978482ffb6d37c456343f05609b28b3e8
prerequisite-patch-id: e28e9621d28c7af767ea42c2c828d4d6b31359e1
-- 
2.43.0




This bug report was last modified 178 days ago.

Previous Next


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