Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2024 04:54:23 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1f8c0a4fbb3b - main - math/nlopt: Update to 2.9.1
Message-ID:  <202411270454.4AR4sN7G070828@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f8c0a4fbb3b9813eb0c2418975359283785d7e3

commit 1f8c0a4fbb3b9813eb0c2418975359283785d7e3
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-11-26 20:39:50 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2024-11-27 04:54:14 +0000

    math/nlopt: Update to 2.9.1
    
    Fixed PRAXIS box constraints.
    
    Changelog: https://github.com/stevengj/nlopt/compare/v2.9.0...v2.9.1
    
    Reported by:    portscout, Repology
---
 math/nlopt/Makefile | 7 +++++--
 math/nlopt/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/math/nlopt/Makefile b/math/nlopt/Makefile
index 4edbc1f6efa8..494d4cd211ad 100644
--- a/math/nlopt/Makefile
+++ b/math/nlopt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nlopt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.9.0
+DISTVERSION=	2.9.1
 CATEGORIES=	math
 
 MAINTAINER=	rhurlin@FreeBSD.org
@@ -21,6 +21,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	stevengj
 USE_LDCONFIG=	yes
 
+# 'make test': 100% tests passed, 0 tests failed out of 83
+CMAKE_ON=	NLOPT_TESTS
+
 .if ${FLAVOR:U} == minimal
 PKGNAMESUFFIX=	-${FLAVOR}
 CMAKE_OFF=	NLOPT_GUILE NLOPT_PYTHON NLOPT_SWIG
@@ -37,7 +40,7 @@ RUN_DEPENDS=	${PYNUMPY}
 CONFLICTS_INSTALL=	${PORTNAME}-minimal
 PLIST_FILES+=	lib/guile/3.0/extensions/nlopt_guile.so \
 		%%PYTHON_SITELIBDIR%%/_nlopt.so \
-		%%PYTHON_SITELIBDIR%%/nlopt-2.9.0.dist-info/METADATA \
+		%%PYTHON_SITELIBDIR%%/nlopt-2.9.1.dist-info/METADATA \
 		${PYTHON_SITELIBDIR}/nlopt.py \
 		${GUILE_SITE_DIR}/nlopt.scm
 .endif
diff --git a/math/nlopt/distinfo b/math/nlopt/distinfo
index 253c1e88d3a0..de3256df6bc9 100644
--- a/math/nlopt/distinfo
+++ b/math/nlopt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731392424
-SHA256 (stevengj-nlopt-v2.9.0_GH0.tar.gz) = 6e899e297485e457ec1bf84844de29921aeef674f9d5caf60277df45dca6ff76
-SIZE (stevengj-nlopt-v2.9.0_GH0.tar.gz) = 2054092
+TIMESTAMP = 1732643048
+SHA256 (stevengj-nlopt-v2.9.1_GH0.tar.gz) = 1e6c33f8cbdc4138d525f3326c231f14ed50d99345561e85285638c49b64ee93
+SIZE (stevengj-nlopt-v2.9.1_GH0.tar.gz) = 2054775



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411270454.4AR4sN7G070828>