Date: Fri, 10 Apr 2026 09:53:48 +0000 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: 67a116159a4a - main - math/SCIP: update 9.=?utf-8?Q?2.4 =E2=86=92?= 10.0.2 Message-ID: <69d8c8ac.4767e.69b2b338@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=67a116159a4a7afab4400d6abffd0a31ffb29422 commit 67a116159a4a7afab4400d6abffd0a31ffb29422 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-10 09:52:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-10 09:53:44 +0000 math/SCIP: update 9.2.4 → 10.0.2 --- math/SCIP/Makefile | 4 +--- math/SCIP/distinfo | 6 +++--- math/SCIP/pkg-plist | 55 +++++++++++++++++++++++++++++++++++++++++------ math/minizinc/Makefile | 1 + math/or-tools/Makefile | 2 +- math/polymake/Makefile | 2 +- math/py-or-tools/Makefile | 2 +- 7 files changed, 57 insertions(+), 15 deletions(-) diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile index 018427969fb0..591587b04719 100644 --- a/math/SCIP/Makefile +++ b/math/SCIP/Makefile @@ -1,6 +1,5 @@ PORTNAME= SCIP -DISTVERSION= 9.2.4 -PORTREVISION= 1 +DISTVERSION= 10.0.2 CATEGORIES= math science MASTER_SITES= https://www.scipopt.org/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} @@ -37,7 +36,6 @@ IPOPT_LIB_DEPENDS= libipopt.so:math/ipopt ZIMPL_DESC= Build with Zimpl to translate LP models ZIMPL_CMAKE_BOOL= ZIMPL ZIMPL_LIB_DEPENDS= libzimpl.so:math/zimpl -ZIMPL_BROKEN= see https://github.com/scipopt/scip/issues/4 INSTALL_CONFLICTS= scipoptsuite diff --git a/math/SCIP/distinfo b/math/SCIP/distinfo index fb5341e1bd1c..b1eaca5a08ac 100644 --- a/math/SCIP/distinfo +++ b/math/SCIP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762273712 -SHA256 (scip-9.2.4.tgz) = d88217393a6f86c18f2957c6d36d90d28287a01473fb7378417ab49ad72a50ea -SIZE (scip-9.2.4.tgz) = 10114136 +TIMESTAMP = 1775786414 +SHA256 (scip-10.0.2.tgz) = 7544647007c9a63a770a71f5884a50ac81da37372bb6958d08588870bd58a50b +SIZE (scip-10.0.2.tgz) = 11287080 diff --git a/math/SCIP/pkg-plist b/math/SCIP/pkg-plist index 6967f116851e..5697c412d70f 100644 --- a/math/SCIP/pkg-plist +++ b/math/SCIP/pkg-plist @@ -3,6 +3,8 @@ include/blockmemshell/memory.h include/dijkstra/dijkstra.h include/lpi/lpi.h include/lpi/type_lpi.h +include/lpiexact/lpiexact.h +include/lpiexact/type_lpiexact.h include/objscip/objbenders.h include/objscip/objbenderscut.h include/objscip/objbranchrule.h @@ -12,7 +14,9 @@ include/objscip/objcutsel.h include/objscip/objdialog.h include/objscip/objdisp.h include/objscip/objeventhdlr.h +include/objscip/objexprhdlr.h include/objscip/objheur.h +include/objscip/objiisfinder.h include/objscip/objmessagehdlr.h include/objscip/objnodesel.h include/objscip/objpresol.h @@ -61,6 +65,7 @@ include/scip/branch_pscost.h include/scip/branch_random.h include/scip/branch_relpscost.h include/scip/branch_vanillafullstrong.h +include/scip/certificate.h include/scip/clock.h include/scip/compr.h include/scip/compr_largestrepr.h @@ -73,9 +78,9 @@ include/scip/conflict.h include/scip/conflict_dualproofanalysis.h include/scip/conflict_general.h include/scip/conflict_graphanalysis.h +include/scip/conflict_resolution.h include/scip/conflictstore.h include/scip/cons.h -include/scip/cons_abspower.h include/scip/cons_and.h include/scip/cons_benders.h include/scip/cons_benderslp.h @@ -86,6 +91,8 @@ include/scip/cons_conjunction.h include/scip/cons_countsols.h include/scip/cons_cumulative.h include/scip/cons_disjunction.h +include/scip/cons_exactlinear.h +include/scip/cons_exactsol.h include/scip/cons_fixedvar.h include/scip/cons_indicator.h include/scip/cons_integral.h @@ -97,10 +104,10 @@ include/scip/cons_nonlinear.h include/scip/cons_or.h include/scip/cons_orbisack.h include/scip/cons_orbitope.h +include/scip/cons_orbitope_full.h +include/scip/cons_orbitope_pp.h include/scip/cons_pseudoboolean.h -include/scip/cons_quadratic.h include/scip/cons_setppc.h -include/scip/cons_soc.h include/scip/cons_sos1.h include/scip/cons_sos2.h include/scip/cons_superindicator.h @@ -113,6 +120,7 @@ include/scip/cutsel.h include/scip/cutsel_dynamic.h include/scip/cutsel_ensemble.h include/scip/cutsel_hybrid.h +include/scip/datatree.h include/scip/dbldblarith.h include/scip/dcmp.h include/scip/debug.h @@ -153,6 +161,7 @@ include/scip/heur_conflictdiving.h include/scip/heur_crossover.h include/scip/heur_dins.h include/scip/heur_distributiondiving.h +include/scip/heur_dks.h include/scip/heur_dps.h include/scip/heur_dualval.h include/scip/heur_farkasdiving.h @@ -205,15 +214,21 @@ include/scip/heur_zeroobj.h include/scip/heur_zirounding.h include/scip/heuristics.h include/scip/history.h +include/scip/hypergraph.h +include/scip/iisfinder.h +include/scip/iisfinder_greedy.h include/scip/implics.h include/scip/interrupt.h include/scip/intervalarith.h include/scip/lapack_calls.h include/scip/lp.h +include/scip/lpexact.h +include/scip/lpexact_bounding.h include/scip/mem.h include/scip/message.h include/scip/message_default.h include/scip/misc.h +include/scip/multiprecision.hpp include/scip/nlhdlr.h include/scip/nlhdlr_bilinear.h include/scip/nlhdlr_convex.h @@ -226,6 +241,7 @@ include/scip/nlhdlr_soc.h include/scip/nlp.h include/scip/nlpi.h include/scip/nlpi_all.h +include/scip/nlpi_conopt.h include/scip/nlpi_filtersqp.h include/scip/nlpi_ipopt.h include/scip/nlpi_worhp.h @@ -249,6 +265,7 @@ include/scip/presol_dualinfer.h include/scip/presol_dualsparsify.h include/scip/presol_gateextraction.h include/scip/presol_implics.h +include/scip/presol_implint.h include/scip/presol_inttobinary.h include/scip/presol_milp.h include/scip/presol_qpkktref.h @@ -287,6 +304,7 @@ include/scip/pub_conflict.h include/scip/pub_cons.h include/scip/pub_cutpool.h include/scip/pub_cutsel.h +include/scip/pub_datatree.h include/scip/pub_dcmp.h include/scip/pub_dialog.h include/scip/pub_disp.h @@ -295,8 +313,10 @@ include/scip/pub_expr.h include/scip/pub_fileio.h include/scip/pub_heur.h include/scip/pub_history.h +include/scip/pub_iisfinder.h include/scip/pub_implics.h include/scip/pub_lp.h +include/scip/pub_lpexact.h include/scip/pub_matrix.h include/scip/pub_message.h include/scip/pub_misc.h @@ -304,6 +324,7 @@ include/scip/pub_misc_linear.h include/scip/pub_misc_rowprep.h include/scip/pub_misc_select.h include/scip/pub_misc_sort.h +include/scip/pub_network.h include/scip/pub_nlhdlr.h include/scip/pub_nlp.h include/scip/pub_nlpi.h @@ -320,6 +341,8 @@ include/scip/pub_sol.h include/scip/pub_table.h include/scip/pub_tree.h include/scip/pub_var.h +include/scip/rational.h +include/scip/rationalgmp.h include/scip/rbtree.h include/scip/reader.h include/scip/reader_bnd.h @@ -349,12 +372,14 @@ include/scip/reader_tim.h include/scip/reader_wbo.h include/scip/reader_zpl.h include/scip/relax.h +include/scip/relax_benders.h include/scip/reopt.h include/scip/retcode.h include/scip/scip.h include/scip/scip_bandit.h include/scip/scip_benders.h include/scip/scip_branch.h +include/scip/scip_certificate.h include/scip/scip_compr.h include/scip/scip_concurrent.h include/scip/scip_conflict.h @@ -363,16 +388,20 @@ include/scip/scip_copy.h include/scip/scip_cut.h include/scip/scip_cutsel.h include/scip/scip_datastructures.h +include/scip/scip_datatree.h include/scip/scip_dcmp.h include/scip/scip_debug.h include/scip/scip_dialog.h include/scip/scip_disp.h include/scip/scip_event.h +include/scip/scip_exact.h include/scip/scip_export.h include/scip/scip_expr.h include/scip/scip_general.h include/scip/scip_heur.h +include/scip/scip_iisfinder.h include/scip/scip_lp.h +include/scip/scip_lpexact.h include/scip/scip_mem.h include/scip/scip_message.h include/scip/scip_nlp.h @@ -411,6 +440,7 @@ include/scip/sepa_closecuts.h include/scip/sepa_convexproj.h include/scip/sepa_disjunctive.h include/scip/sepa_eccuts.h +include/scip/sepa_flower.h include/scip/sepa_gauge.h include/scip/sepa_gomory.h include/scip/sepa_impliedbounds.h @@ -425,6 +455,7 @@ include/scip/sepa_rapidlearning.h include/scip/sepa_rlt.h include/scip/sepa_zerohalf.h include/scip/sepastore.h +include/scip/sepastoreexact.h include/scip/set.h include/scip/sol.h include/scip/solve.h @@ -443,6 +474,7 @@ include/scip/struct_cons.h include/scip/struct_cutpool.h include/scip/struct_cuts.h include/scip/struct_cutsel.h +include/scip/struct_datatree.h include/scip/struct_dcmp.h include/scip/struct_dialog.h include/scip/struct_disp.h @@ -450,8 +482,11 @@ include/scip/struct_event.h include/scip/struct_expr.h include/scip/struct_heur.h include/scip/struct_history.h +include/scip/struct_hypergraph.h +include/scip/struct_iisfinder.h include/scip/struct_implics.h include/scip/struct_lp.h +include/scip/struct_lpexact.h include/scip/struct_matrix.h include/scip/struct_mem.h include/scip/struct_message.h @@ -467,6 +502,7 @@ include/scip/struct_pricestore.h include/scip/struct_primal.h include/scip/struct_prob.h include/scip/struct_prop.h +include/scip/struct_rational.h include/scip/struct_reader.h include/scip/struct_relax.h include/scip/struct_reopt.h @@ -495,6 +531,7 @@ include/scip/type_bandit.h include/scip/type_benders.h include/scip/type_benderscut.h include/scip/type_branch.h +include/scip/type_certificate.h include/scip/type_clock.h include/scip/type_compr.h include/scip/type_concsolver.h @@ -505,6 +542,7 @@ include/scip/type_cons.h include/scip/type_cutpool.h include/scip/type_cuts.h include/scip/type_cutsel.h +include/scip/type_datatree.h include/scip/type_dcmp.h include/scip/type_dialog.h include/scip/type_disp.h @@ -513,9 +551,12 @@ include/scip/type_expr.h include/scip/type_exprinterpret.h include/scip/type_heur.h include/scip/type_history.h +include/scip/type_hypergraph.h +include/scip/type_iisfinder.h include/scip/type_implics.h include/scip/type_interrupt.h include/scip/type_lp.h +include/scip/type_lpexact.h include/scip/type_matrix.h include/scip/type_mem.h include/scip/type_message.h @@ -531,6 +572,7 @@ include/scip/type_pricestore.h include/scip/type_primal.h include/scip/type_prob.h include/scip/type_prop.h +include/scip/type_rational.h include/scip/type_reader.h include/scip/type_relax.h include/scip/type_reopt.h @@ -550,7 +592,7 @@ include/scip/type_var.h include/scip/type_visual.h include/scip/var.h include/scip/visual.h -include/symmetry/build_sassy_graph.h +include/symmetry/build_dejavu_graph.h include/symmetry/compute_symmetry.h include/symmetry/struct_symmetry.h include/symmetry/type_symmetry.h @@ -563,10 +605,11 @@ include/tpi/tpi.h include/tpi/type_tpi.h include/xml/xml.h include/xml/xmldef.h +lib/cmake/scip/FindGMP.cmake lib/cmake/scip/scip-config-version.cmake lib/cmake/scip/scip-config.cmake lib/cmake/scip/scip-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/scip/scip-targets.cmake lib/libscip.so -lib/libscip.so.9.2 -lib/libscip.so.9.2.4.0 +lib/libscip.so.10.0 +lib/libscip.so.10.0.2 diff --git a/math/minizinc/Makefile b/math/minizinc/Makefile index 39b4ecf9fd91..64e99ff3ed2c 100644 --- a/math/minizinc/Makefile +++ b/math/minizinc/Makefile @@ -1,5 +1,6 @@ PORTNAME= minizinc DISTVERSION= 2.8.7 +PORTREVISION= 1 CATEGORIES= math lang MAINTAINER= yuri@FreeBSD.org diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile index 127fd1d299cd..c43816ca5104 100644 --- a/math/or-tools/Makefile +++ b/math/or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/polymake/Makefile b/math/polymake/Makefile index af2e1486ce9a..494b05958e72 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -1,6 +1,6 @@ PORTNAME= polymake DISTVERSION= 4.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/V${DISTVERSION}/ \ https://polymake.org/lib/exe/fetch.php/download/ diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile index 21705218b434..c9a2ace21392 100644 --- a/math/py-or-tools/Makefile +++ b/math/py-or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d8c8ac.4767e.69b2b338>
