From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id UHqiKW1/u2GTFwAAgWs5BA (envelope-from ) for ; Thu, 16 Dec 2021 19:03:25 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QI1dJW1/u2FrFQAA1q6Kng (envelope-from ) for ; Thu, 16 Dec 2021 18:03:25 +0000 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 71DA9F07F for ; Thu, 16 Dec 2021 19:03:25 +0100 (CET) Received: from localhost ([::1]:49904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxv6C-000533-M8 for larch@yhetil.org; Thu, 16 Dec 2021 13:03:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxv2z-0000NP-3d for guix-patches@gnu.org; Thu, 16 Dec 2021 13:00:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53414) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxv2y-0008Eg-Pf for guix-patches@gnu.org; Thu, 16 Dec 2021 13:00:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mxv2y-0006of-OG for guix-patches@gnu.org; Thu, 16 Dec 2021 13:00:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52283] [PATCH v2 09/12] gnu: ceres-solver: Mark as tunable. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 Dec 2021 18:00:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52283 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52283@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 52283-submit@debbugs.gnu.org id=B52283.163967757026053 (code B ref 52283); Thu, 16 Dec 2021 18:00:04 +0000 Received: (at 52283) by debbugs.gnu.org; 16 Dec 2021 17:59:30 +0000 Received: from localhost ([127.0.0.1]:36710 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxv2Q-0006m3-GY for submit@debbugs.gnu.org; Thu, 16 Dec 2021 12:59:30 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53258) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxv1p-0006i7-W8 for 52283@debbugs.gnu.org; Thu, 16 Dec 2021 12:58:54 -0500 Received: from [2001:470:142:3::e] (port=44376 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxv1k-0007uQ-M5; Thu, 16 Dec 2021 12:58:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=B/W211dW7rCm6lGJbZmiPoHJ/59ZvQYvGBzYbB2CDFs=; b=Q7lwcuErgp3aEwEgaVVs NcFjsVClGA6nUdzf9F4XflK0h+94Y9aPHC5q7Mcst7CguTJjESxc+W6f2a3kTZl1jDWPTWlBoqLGJ 9YaXP/zROcYlZ93ORuv24g2xvmeJo+MADOiOWlvnGibr7ZX4t+FV75DCzW88r1u0xj0Q+GX1qGMdu Bbkip7uqF6yv3uQXalwI6jn/pu8hMOztgIk6gdLX7HZklZORXM9prNv+Xzx0FNP6FhHJ7rFhgY3E2 404smzvp8za62rlcHXcqb3906yjPjBxz09tDu/94S52Ei/30AA0ZZa6gNUWfsVEDAOJxB5a/Gt4U+ heRq2aeZlpj3JA==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42202 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxv1k-0000YX-Jz; Thu, 16 Dec 2021 12:58:48 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Thu, 16 Dec 2021 18:58:24 +0100 Message-Id: <20211216175827.2077-10-ludo@gnu.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211216175827.2077-1-ludo@gnu.org> References: <87lf0wkcam.fsf@gnu.org> <20211216175827.2077-1-ludo@gnu.org> 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" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639677805; 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=B/W211dW7rCm6lGJbZmiPoHJ/59ZvQYvGBzYbB2CDFs=; b=fDKnek2/T/8TSq5hSD7QKPS8vi40xSYSHJoTl9NFRH7gRl/IXkSd+0tYkXtIfihs69CXzf vRnT7BW87IREE97sqnPGi3UoJrOI7UY64O5/nw7V26fWR6CWVzPm6w+ijpLMPq5a5POCkw s71svvEBi4djXrO+sq1iJ15alAU+jYppVcb4Twl5Q6fYC8UrY6p/wr15Er7JMFNqs7EwsB oZ9QLNIb3vdXVtYQ7chPeb3QHauEa+6CtKa/gE+RiLtbg2sA0OzjoHii74Vsdy2JU2uqFq pLjgSB+uo2O5sASikRwP1stH842VcgCkRV2dGb4GWFZHkAxcB6tH+b1bPpxhyA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639677805; a=rsa-sha256; cv=none; b=BNvNIioDxEW4BCVtvSpnzkxwAkAYgkpReVnX8KH2xvgPVzWjG2N2MM8z+VheyN1vXv1ZEi WWhYdFKVuLlxoQTVkgbihxImNDG1HXZsuavZQf3UFYCNR+OrU7VNbMlfsnIoGfup6WReAz /mNh1lfmx/zre6FwBRDbq7od1kO0oFaRMS2OxT49BPplmriFexXCdYWLJIMbKXJB1aD7AX O+OyWguZiw3g8hr9ibxZZAVNmSD0B6Ha4inuaCxM9pU/+tCYzbplgtPVqs+N3q9+eOsU/5 2C+RUEe/B/JtTsIGA4Qjj8Q6eoCIHyKNmyI0/Y3NzxSuBa5ZuzhHNxPD9CJeVQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q7lwcuEr; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -2.69 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q7lwcuEr; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 71DA9F07F X-Spam-Score: -2.69 X-Migadu-Scanner: scn0.migadu.com X-TUID: yeYpx/ca2dBC * gnu/packages/maths.scm (ceres)[properties]: New field. --- gnu/packages/maths.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 3bac086666..256b1c4421 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2411,7 +2411,10 @@ (define-public ceres @item non-linear least squares problems with bounds constraints; @item general unconstrained optimization problems. @end enumerate\n") - (license license:bsd-3))) + (license license:bsd-3) + + ;; Mark as tunable to take advantage of SIMD code in Eigen. + (properties `((tunable? . #t))))) ;; For a fully featured Octave, users are strongly recommended also to install ;; the following packages: less, ghostscript, gnuplot. -- 2.33.0