From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72F22158041 for ; Mon, 8 Apr 2024 18:50:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F376E2A23; Mon, 8 Apr 2024 18:50:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FF252BC01B for ; Mon, 8 Apr 2024 18:50:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52C8A34333A for ; Mon, 8 Apr 2024 18:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B1BD16AA for ; Mon, 8 Apr 2024 18:50:13 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1712602126.beb3da96273ef03651fd9c34d09d904f68015be2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/nlopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/nlopt/metadata.xml X-VCS-Directories: sci-libs/nlopt/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: beb3da96273ef03651fd9c34d09d904f68015be2 X-VCS-Branch: master Date: Mon, 8 Apr 2024 18:50:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6592e65-df3e-40c5-9d80-61edcfc19581 X-Archives-Hash: 140c1a89d4b6cf415d00a5c5cdd38a15 commit: beb3da96273ef03651fd9c34d09d904f68015be2 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Apr 8 18:24:08 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Apr 8 18:48:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb3da96 sci-libs/nlopt: add missing remote-id Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/nlopt/metadata.xml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/sci-libs/nlopt/metadata.xml b/sci-libs/nlopt/metadata.xml index 2147f867cb61..17976ba280dd 100644 --- a/sci-libs/nlopt/metadata.xml +++ b/sci-libs/nlopt/metadata.xml @@ -6,18 +6,21 @@ Gentoo Science Project - NLopt is a library for nonlinear optimization, - providing a common interface for a number of different free - optimization routines available online as well as original - implementations of various other algorithms. Its features include: - * Callable from variety of languages (C, C++, Fortran, Python, Octave) - * A common interface for many different algorithms—try a different - algorithm just by changing one parameter. - * Both global and local optimization algorithms. - * Both derivative-free and gradient-based optimization algorithms. - * Algorithms for unconstrained optimization, bound-constrained - optimization, and general nonlinear inequality constraints. + NLopt is a library for nonlinear optimization, + providing a common interface for a number of different free + optimization routines available online as well as original + implementations of various other algorithms. Its features include: + * Callable from variety of languages (C, C++, Fortran, Python, Octave) + * A common interface for many different algorithms—try a different + algorithm just by changing one parameter. + * Both global and local optimization algorithms. + * Both derivative-free and gradient-based optimization algorithms. + * Algorithms for unconstrained optimization, bound-constrained + optimization, and general nonlinear inequality constraints. + + stevengj/nlopt + Add plugin for sci-mathematics/octave