From b63ecde370d84852ce79782b183597c4d1e40390 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 30 Apr 2024 00:12:30 -0700 Subject: [PATCH] =?UTF-8?q?math/casadi:=20update=203.6.0=20=E2=86=92=203.6?= =?UTF-8?q?.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 c172467d06c4f..b4de360e06915 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 diff --git a/math/casadi/distinfo b/math/casadi/distinfo index bfe7a975786e2..d1ee05b41b8ca 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 ceac4aa744067..f5803c4f01a09 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