GNU bug report logs - #48640
Cbc (COIN-OR)

Previous Next

Package: guix-patches;

Reported by: "Eric Brown" <ecbrown <at> ericcbrown.com>

Date: Tue, 25 May 2021 06:03:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

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 48640 in the body.
You can then email your comments to 48640 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 guix-patches <at> gnu.org:
bug#48640; Package guix-patches. (Tue, 25 May 2021 06:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Eric Brown" <ecbrown <at> ericcbrown.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 25 May 2021 06:03:02 GMT) Full text and rfc822 format available.

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

From: "Eric Brown" <ecbrown <at> ericcbrown.com>
To: guix-patches <at> gnu.org
Subject: Cbc (COIN-OR)
Date: Tue, 25 May 2021 01:01:29 -0500
[Message part 1 (text/plain, inline)]
Hello All,

Please see the attached patch for Cbc, which is a branch-and-cut solver.

Best regards,
Eric

[0001-gnu-Add-cbc.patch (text/x-patch, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 28 May 2021 20:17:01 GMT) Full text and rfc822 format available.

Notification sent to "Eric Brown" <ecbrown <at> ericcbrown.com>:
bug acknowledged by developer. (Fri, 28 May 2021 20:17:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: "Eric Brown" <ecbrown <at> ericcbrown.com>
Cc: 48640-done <at> debbugs.gnu.org
Subject: Re: bug#48640: Cbc (COIN-OR)
Date: Fri, 28 May 2021 22:16:50 +0200
[Message part 1 (text/plain, inline)]
Hi Eric,

"Eric Brown" <ecbrown <at> ericcbrown.com> skribis:

> From b48d0a90603b7b2b8263c2e86e45b33cf787974c Mon Sep 17 00:00:00 2001
> From: Eric Brown <ecbrown <at> ericcbrown.com>
> Date: Tue, 25 May 2021 00:58:50 -0500
> Subject: [PATCH] gnu: Add cbc.
>
> * gnu/packages/maths.scm (cbc): New variable.

Applied with the changes below: returning #t at the end of
phases/snippets is no longer necessary, and mentioning “open source” is
unnecessary as well since everything in here is free software.  :-)

Thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 614eacfccf..59598a242d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1812,9 +1812,7 @@ interfaces.")
               (modules '((guix build utils)))
               (snippet
                ;; Make sure we don't use the bundled software.
-               '(begin
-                  (delete-file-recursively "ThirdParty")
-                  #t))))
+               '(delete-file-recursively "ThirdParty"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gfortran" ,gfortran)
@@ -1822,11 +1820,11 @@ interfaces.")
     (inputs
      `(("openblas" ,openblas)))
     (home-page "https://www.coin-or.org")
-    (synopsis "Branch-and-Cut solver")
+    (synopsis "Branch-and-cut solver")
     (description
-     "Cbc (Coin-or branch and cut) is an open-source mixed integer linear
-programming solver written in C++. It can be used as a callable library or
-using a stand-alone executable.")
+     "Cbc (Coin-or branch and cut) is a mixed integer linear programming
+solver written in C++.  It can be used as a library or as a standalone
+executable.")
     (license license:epl1.0)))
 
 (define-public clp

Information forwarded to guix-patches <at> gnu.org:
bug#48640; Package guix-patches. (Sun, 30 May 2021 19:38:01 GMT) Full text and rfc822 format available.

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

From: Eric Brown <ecbrown <at> ericcbrown.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 48640-done <at> debbugs.gnu.org
Subject: Re: bug#48640: Cbc (COIN-OR)
Date: Sun, 30 May 2021 20:36:56 +0100
Ludovic Courtès <ludo <at> gnu.org> writes:
>
> Applied with the changes below: returning #t at the end of
> phases/snippets is no longer necessary, and mentioning “open source” is
> unnecessary as well since everything in here is free software.  :-)
>
> Thanks!
>
> Ludo’.

Roger that, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Jun 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 357 days ago.

Previous Next


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