Skip to content

Commit

Permalink
math/casadi: update 3.6.0 → 3.6.5
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 30, 2024
1 parent b4ea6d8 commit b63ecde
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 7 additions & 4 deletions 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
Expand All @@ -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
Expand Down Expand Up @@ -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>
6 changes: 3 additions & 3 deletions 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
2 changes: 2 additions & 0 deletions math/casadi/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b63ecde

Please sign in to comment.