all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 74528@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>,
	Laurent Gatto <laurent.gatto@gmail.com>,
	Ricardo Wurmus <rekado@elephly.net>,
	Simon Tournier <zimon.toutoune@gmail.com>
Subject: [bug#74528] [PATCH] Packaged r-highs for Guix proper.
Date: Mon, 25 Nov 2024 14:52:47 +0000	[thread overview]
Message-ID: <8b0089cc531812c2822b9a59a10bd54669156bcf.1732546367.git.navid.afkhami@mdc-berlin.de> (raw)

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





             reply	other threads:[~2024-11-25 15:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-25 14:52 Navid Afkhami [this message]
2024-11-25 15:25 ` bug#74528: Closing this issue Navid.Afkhami

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8b0089cc531812c2822b9a59a10bd54669156bcf.1732546367.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=74528@debbugs.gnu.org \
    --cc=laurent.gatto@gmail.com \
    --cc=rekado@elephly.net \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.