Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2024 07:14:47 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b63ecde370d8 - main - math/casadi: update 3.6.0 =?utf-8?Q?=E2=86=92?= 3.6.5
Message-ID:  <202404300714.43U7ElUQ074616@gitrepo.freebsd.org>

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

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

commit b63ecde370d84852ce79782b183597c4d1e40390
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-30 07:12:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-30 07:14:38 +0000

    math/casadi: update 3.6.0 → 3.6.5
    
    Reported by:    portscout
---
 math/casadi/Makefile  | 11 +++++++----
 math/casadi/distinfo  |  6 +++---
 math/casadi/pkg-plist |  2 ++
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/math/casadi/Makefile b/math/casadi/Makefile
index c172467d06c4..b4de360e0691 100644
--- a/math/casadi/Makefile
+++ b/math/casadi/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	casadi
-DISTVERSION=	3.6.0
-PORTREVISION=	4
+DISTVERSION=	3.6.5
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -25,8 +24,8 @@ CMAKE_OFF=	WITH_DEEPBIND WITH_BUILD_BLASFEO
 # and fail due to not setting up the linker environment properly:
 CMAKE_OFF+=	WITH_EXAMPLES
 
-OPTIONS_DEFINE=		BLASFEO BONMIN CLANG IPOPT LAPACK QPOASES
-OPTIONS_DEFAULT=	BLASFEO BONMIN IPOPT LAPACK QPOASES
+OPTIONS_DEFINE=		BLASFEO BONMIN CLANG IPOPT LAPACK OPENMP QPOASES THREADS
+OPTIONS_DEFAULT=	BLASFEO BONMIN IPOPT LAPACK OPENMP QPOASES THREADS
 OPTIONS_SUB=		yes
 
 BLASFEO_DESC=		Build with BLASFEO
@@ -62,11 +61,15 @@ LAPACK_DESC=		Build with LAPACK
 LAPACK_CMAKE_BOOL=	WITH_LAPACK
 LAPACK_USES=		blaslapack:openblas
 
+OPENMP_CMAKE_BOOL=	WITH_OPENMP
+
 QPOASES_DESC=		Build with qpOASES
 QPOASES_CMAKE_BOOL=	WITH_QPOASES
 QPOASES_LIB_DEPENDS=	libopenblas.so:math/openblas
 QPOASES_IMPLIES=	LAPACK
 
+THREADS_CMAKE_BOOL=	WITH_THREAD
+
 PORTSCOUT=	limit:^.*[1-9]\..* # prevent tags like ge2
 
 .include <bsd.port.mk>
diff --git a/math/casadi/distinfo b/math/casadi/distinfo
index bfe7a975786e..d1ee05b41b8c 100644
--- a/math/casadi/distinfo
+++ b/math/casadi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681099630
-SHA256 (casadi-casadi-3.6.0_GH0.tar.gz) = 87ea8c25025b0a479d3fcd20d1851197e699b6440cc8fd5e8c02a7e79f8cd19c
-SIZE (casadi-casadi-3.6.0_GH0.tar.gz) = 3638738
+TIMESTAMP = 1714459801
+SHA256 (casadi-casadi-3.6.5_GH0.tar.gz) = fb669c3dfac4c9a6872c4016961dcf4dd8879cf4448253a4aa1b5251652b360e
+SIZE (casadi-casadi-3.6.5_GH0.tar.gz) = 3733588
diff --git a/math/casadi/pkg-plist b/math/casadi/pkg-plist
index ceac4aa74406..f5803c4f01a0 100644
--- a/math/casadi/pkg-plist
+++ b/math/casadi/pkg-plist
@@ -23,6 +23,7 @@ include/casadi/core/dple.hpp
 include/casadi/core/exception.hpp
 include/casadi/core/expm.hpp
 include/casadi/core/external.hpp
+include/casadi/core/fmu.hpp
 include/casadi/core/function.hpp
 include/casadi/core/generic_expression.hpp
 include/casadi/core/generic_matrix.hpp
@@ -131,6 +132,7 @@ include/casadi/core/sx.hpp
 include/casadi/core/sx_elem.hpp
 include/casadi/core/sx_fwd.hpp
 include/casadi/core/timing.hpp
+include/casadi/core/tools.hpp
 include/casadi/core/xml_file.hpp
 include/casadi/core/xml_node.hpp
 include/casadi/mem.h



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