From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 4A7VDmtPzmRMAwAASxT56A (envelope-from ) for ; Sat, 05 Aug 2023 15:32:27 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id qGelDmtPzmQlggEA9RJhRA (envelope-from ) for ; Sat, 05 Aug 2023 15:32:27 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 08D0F380E3 for ; Sat, 5 Aug 2023 15:32:27 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=aADQAjPA; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1691242347; a=rsa-sha256; cv=none; b=h34veMVCuYdBbeRNMPUil8nw2OHyrDDW9jhqw3JhUmlW28UxIeHLcDftQ3i2pKh36L+89j F4VVuabmks/HlTnv7mpe2gevd17PIkZc0WAntV00mpMD8aDWinJUnRtSejljBFHvvwGPxR 5GStdAYPiQHiQuYQdEq5W6yYjrlg+WZ1yPsy+ChzYgKf+PTW3R1Mc2lvXIK7wrJGb1tlbm GLtc+bQNdaTUOvq8XsNvdXCR85+0nzYPCAdcOItB/VFwB0+gxkM3U98uI8F8/MNeaNoDP1 rxkiJxQuK/nXI9yNqFwV5mTVJKRMzbV1iLoA7unPCMdAa/YQyU5ia/8sG4Fjig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1691242347; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=N/K1106xsNxDcDj9GIWON011PPximVPcZIo1YhleKTk=; b=GdBE71bXJvhi5aDk4rCJVGPmL1Q6oPI5V5+hjar26a0Mr8O5LdHWNM6872QD/sw+HIordQ rG87BPlZokMgaNEtY0fqzI/zstQgFmki3AQY4VrBcVeFMZ5jYMFY6qXSpOFoV1sPfYmBWK 9bxtBDcO8uasqXGmJ59xKoIO+FCuuKhNHMtm9BBMiak5hPuDXmFNT6Yiakb4TUXqQ6OOIB jWja7+pbJ7xtUGiASQ1cvZ6zwJ4bdY2qDO2P9ApsUOafeP+9pihy6PGfww3natqVZca0Z/ niMywC5gTpEIdaZaSYlUlp6YqqDDlQR0stxBBn10FjHdxUx9cTP1K+zqEmoutw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=aADQAjPA; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qSHO1-0008Rg-7g; Sat, 05 Aug 2023 09:32:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qSHNz-0008R0-5v for guix-patches@gnu.org; Sat, 05 Aug 2023 09:32:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qSHNy-0005o7-Sq for guix-patches@gnu.org; Sat, 05 Aug 2023 09:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qSHNy-0006QT-OZ for guix-patches@gnu.org; Sat, 05 Aug 2023 09:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65096] [PATCH 04/10] gnu: Add bonmin. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Aug 2023 13:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65096 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65096@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 65096-submit@debbugs.gnu.org id=B65096.169124232124675 (code B ref 65096); Sat, 05 Aug 2023 13:32:02 +0000 Received: (at 65096) by debbugs.gnu.org; 5 Aug 2023 13:32:01 +0000 Received: from localhost ([127.0.0.1]:56205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qSHNw-0006Pq-KT for submit@debbugs.gnu.org; Sat, 05 Aug 2023 09:32:01 -0400 Received: from mout01.posteo.de ([185.67.36.65]:42293) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qSHNu-0006PQ-TP for 65096@debbugs.gnu.org; Sat, 05 Aug 2023 09:31:59 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 58804240029 for <65096@debbugs.gnu.org>; Sat, 5 Aug 2023 15:31:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1691242313; bh=AEmaut5Um0FWjTjoBAbG3UGYl1JYIgb0vKAUzFBjG2g=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=aADQAjPAKTBvvcRDbjTB9HYTzsZSssfKEaWXHxyWqnNWuCovsgKiE2Di8tJM87BEw P73lhVJVcJPmHGtAPPIHokPMosgfV4woudQWpX0uQyu304lb7hprU/FtVo/CN++6yt mV6v8VvwelKNnRT8HleB6Bg/IV2rBEx+h6VQjutqFoJhE2y4giCJmKapHgLrTJYN9E g8yO2yNJYHEvL5CzjfvAajCE80M0OO2KV7a5aUceg4n2/xx14mFMXuTvchDRICzpoT GWDHgrmKGEraZI48Q8/4voRUewpOAsgoum9tOlnbR7g076+DWQDxg8fO7Ae7prjWiS zGkN/RzW3hGdQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RJ3Qc3LC2z6tvt; Sat, 5 Aug 2023 15:31:52 +0200 (CEST) From: Vinicius Monego Date: Sat, 5 Aug 2023 13:31:17 +0000 Message-Id: <20230805133123.1128243-4-monego@posteo.net> In-Reply-To: <20230805133123.1128243-1-monego@posteo.net> References: <20230805133123.1128243-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -3.74 X-Migadu-Scanner: mx2.migadu.com X-Migadu-Queue-Id: 08D0F380E3 X-Spam-Score: -3.74 X-TUID: +tcQckT263/W * gnu/packages/maths.scm (bonmin): New variable. --- gnu/packages/maths.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 062498375d..c02ba2570e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1369,6 +1369,28 @@ (define-public cminpack (license (license:non-copyleft ; original minpack license "https://github.com/certik/minpack/blob/master/LICENSE")))) +(define-public bonmin + (package + (name "bonmin") + (version "1.8.9") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/coin-or/Bonmin") + (commit (string-append "releases/" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "153kj4wx386609g21hw3cv5yxps62qqrc64zwb9ryd2xad1w1a4y")))) + (build-system gnu-build-system) + (native-inputs (list gfortran pkg-config)) + (inputs (list cbc ipopt lapack)) + (home-page "https://coin-or.github.io/Bonmin/") + (synopsis "Basic Open-source Nonlinear Mixed INteger programming") + (description "Bonmin is a code for solving general MINLP (Mixed Integer +NonLinear Programming) problems. It builds on top of Cbc and Ipopt.") + (license license:epl1.0))) + (define-public gctp (package (name "gctp") -- 2.34.1