git: 7d50cf90d145 - main - math/scipoptsuite: update 9.2.4 → 10.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Nov 2025 10:46:59 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7d50cf90d14503b3128108f1a9654bf2d6fa5886
commit 7d50cf90d14503b3128108f1a9654bf2d6fa5886
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-12 09:09:44 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-12 10:46:41 +0000
math/scipoptsuite: update 9.2.4 → 10.0.0
---
math/scipoptsuite/Makefile | 4 +-
math/scipoptsuite/distinfo | 6 +--
math/scipoptsuite/pkg-plist | 106 +++++++++++++++++++++++++++++++++++++++-----
3 files changed, 100 insertions(+), 16 deletions(-)
diff --git a/math/scipoptsuite/Makefile b/math/scipoptsuite/Makefile
index 48e5fda56983..734290c6f239 100644
--- a/math/scipoptsuite/Makefile
+++ b/math/scipoptsuite/Makefile
@@ -1,5 +1,5 @@
PORTNAME= scipoptsuite
-DISTVERSION= 9.2.4
+DISTVERSION= 10.0.0
CATEGORIES= math
MASTER_SITES= https://scipopt.org/download/release/
@@ -11,9 +11,11 @@ LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
+ libcliquer.so:math/cliquer \
libgmp.so:math/gmp \
libgsl.so:math/gsl \
libipopt.so:math/ipopt \
+ libjansson.so:devel/jansson \
libmpfr.so:math/mpfr \
libtbb.so:devel/onetbb
diff --git a/math/scipoptsuite/distinfo b/math/scipoptsuite/distinfo
index 36b0b86513cc..41c9e57e3554 100644
--- a/math/scipoptsuite/distinfo
+++ b/math/scipoptsuite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762273628
-SHA256 (scipoptsuite-9.2.4.tgz) = 4327736efa07a83eb08580d339409936dfe40864a1670dc5fc75d3e3df78d290
-SIZE (scipoptsuite-9.2.4.tgz) = 17637706
+TIMESTAMP = 1762937046
+SHA256 (scipoptsuite-10.0.0.tgz) = 0f80e2bad1d9668361eca2142687b5a7d583593bfd28e70e8912e9d7f98a51b6
+SIZE (scipoptsuite-10.0.0.tgz) = 18985729
diff --git a/math/scipoptsuite/pkg-plist b/math/scipoptsuite/pkg-plist
index 3f1bdc1c9150..7d2f9c33316b 100644
--- a/math/scipoptsuite/pkg-plist
+++ b/math/scipoptsuite/pkg-plist
@@ -10,11 +10,13 @@ include/dijkstra/dijkstra.h
include/gcg/automorphism.h
include/gcg/automorphism.hpp
include/gcg/branch_bpstrong.h
+include/gcg/branch_compbnd.h
include/gcg/branch_empty.h
include/gcg/branch_generic.h
include/gcg/branch_orig.h
include/gcg/branch_relpsprob.h
include/gcg/branch_ryanfoster.h
+include/gcg/branchgcg.h
include/gcg/class_conspartition.h
include/gcg/class_detprobdata.h
include/gcg/class_indexpartition.h
@@ -60,9 +62,11 @@ include/gcg/disp_gcg.h
include/gcg/disp_master.h
include/gcg/event_bestsol.h
include/gcg/event_display.h
+include/gcg/event_mastersepacut.h
include/gcg/event_mastersol.h
include/gcg/event_relaxsol.h
include/gcg/event_solvingstats.h
+include/gcg/extendedmasterconsdata.h
include/gcg/gcg.h
include/gcg/gcg_general.h
include/gcg/gcgcol.h
@@ -70,6 +74,7 @@ include/gcg/gcggithash.h
include/gcg/gcgplugins.h
include/gcg/gcgpqueue.h
include/gcg/gcgsort.h
+include/gcg/gcgvarhistory.h
include/gcg/heur_gcgcoefdiving.h
include/gcg/heur_gcgdins.h
include/gcg/heur_gcgfeaspump.h
@@ -85,6 +90,7 @@ include/gcg/heur_gcgsimplerounding.h
include/gcg/heur_gcgveclendiving.h
include/gcg/heur_gcgzirounding.h
include/gcg/heur_greedycolsel.h
+include/gcg/heur_ipcolgen.h
include/gcg/heur_mastercoefdiving.h
include/gcg/heur_masterdiving.h
include/gcg/heur_masterfracdiving.h
@@ -97,6 +103,7 @@ include/gcg/heur_setcover.h
include/gcg/heur_xpcrossover.h
include/gcg/heur_xprins.h
include/gcg/masterplugins.h
+include/gcg/mastersepacut.h
include/gcg/miscvisualization.h
include/gcg/nodesel_master.h
include/gcg/objdialog.h
@@ -108,15 +115,21 @@ include/gcg/pricestore_gcg.h
include/gcg/pricingjob.h
include/gcg/pricingprob.h
include/gcg/pub_automorphism.h
+include/gcg/pub_branchgcg.h
include/gcg/pub_clscons.h
include/gcg/pub_clsvar.h
include/gcg/pub_colpool.h
include/gcg/pub_decomp.h
+include/gcg/pub_extendedmasterconsdata.h
+include/gcg/pub_gcg.h
+include/gcg/pub_gcg.hpp
include/gcg/pub_gcgcol.h
include/gcg/pub_gcgheur.h
include/gcg/pub_gcgpqueue.h
include/gcg/pub_gcgsepa.h
include/gcg/pub_gcgvar.h
+include/gcg/pub_mastersepacut.h
+include/gcg/pub_pricingcb.h
include/gcg/pub_pricingjob.h
include/gcg/pub_pricingprob.h
include/gcg/pub_score.h
@@ -125,6 +138,7 @@ include/gcg/reader_blk.h
include/gcg/reader_cls.h
include/gcg/reader_dec.h
include/gcg/reader_gp.h
+include/gcg/reader_jdec.h
include/gcg/reader_ref.h
include/gcg/reader_tex.h
include/gcg/relax_gcg.h
@@ -140,9 +154,11 @@ include/gcg/score_spfawh.h
include/gcg/score_spfwh.h
include/gcg/score_strong.h
include/gcg/sepa_basis.h
-include/gcg/sepa_master.h
+include/gcg/sepa_original.h
+include/gcg/sepa_subsetrow.h
include/gcg/solver.h
include/gcg/solver_cliquer.h
+include/gcg/solver_gcg.h
include/gcg/solver_knapsack.h
include/gcg/solver_mip.h
include/gcg/solver_xyz.h
@@ -151,12 +167,19 @@ include/gcg/struct_branchgcg.h
include/gcg/struct_colpool.h
include/gcg/struct_decomp.h
include/gcg/struct_detector.h
+include/gcg/struct_extendedmasterconsdata.h
+include/gcg/struct_gcg.h
include/gcg/struct_gcgcol.h
include/gcg/struct_gcgpqueue.h
+include/gcg/struct_gcgvarhistory.h
+include/gcg/struct_locks.h
+include/gcg/struct_mastersepacut.h
include/gcg/struct_pricestore_gcg.h
+include/gcg/struct_pricingcb.h
include/gcg/struct_pricingjob.h
include/gcg/struct_pricingprob.h
include/gcg/struct_score.h
+include/gcg/struct_sepagcg.h
include/gcg/struct_solver.h
include/gcg/struct_vardata.h
include/gcg/type_branchgcg.h
@@ -165,19 +188,28 @@ include/gcg/type_colpool.h
include/gcg/type_consclassifier.h
include/gcg/type_decomp.h
include/gcg/type_detector.h
+include/gcg/type_extendedmasterconsdata.h
+include/gcg/type_gcg.h
include/gcg/type_gcgcol.h
include/gcg/type_gcgpqueue.h
+include/gcg/type_gcgpricer.h
+include/gcg/type_gcgvarhistory.h
+include/gcg/type_locks.h
include/gcg/type_masterdiving.h
+include/gcg/type_mastersepacut.h
include/gcg/type_origdiving.h
include/gcg/type_parameter.h
include/gcg/type_pricestore_gcg.h
+include/gcg/type_pricetype.h
+include/gcg/type_pricingcb.h
include/gcg/type_pricingjob.h
include/gcg/type_pricingprob.h
include/gcg/type_pricingstatus.h
include/gcg/type_score.h
+include/gcg/type_sepagcg.h
include/gcg/type_solver.h
include/gcg/type_varclassifier.h
-include/gcg/wrapper_partialdecomp.h
+include/gcg/zerohalf_selector.h
include/graph/bipartitegraph.h
include/graph/bipartitegraph_def.h
include/graph/bridge.h
@@ -205,6 +237,8 @@ include/graph/rowgraph_def.h
include/graph/weights.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
@@ -214,7 +248,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
@@ -315,8 +351,10 @@ include/papilo/misc/VectorUtils.hpp
include/papilo/misc/VersionLogger.hpp
include/papilo/misc/Wrappers.hpp
include/papilo/misc/compress_vector.hpp
+include/papilo/misc/extended_euclidean.hpp
include/papilo/misc/fmt.hpp
include/papilo/misc/tbb.hpp
+include/papilo/presolvers/CliqueMerging.hpp
include/papilo/presolvers/CoefficientStrengthening.hpp
include/papilo/presolvers/ConstraintPropagation.hpp
include/papilo/presolvers/DominatedCols.hpp
@@ -338,6 +376,9 @@ include/papilo/verification/ArgumentType.hpp
include/papilo/verification/CertificateInterface.hpp
include/papilo/verification/EmptyCertificate.hpp
include/papilo/verification/VeriPb.hpp
+include/rectlu/rectlu.h
+include/rectlu/rectlu_factor.h
+include/rectlu/rectlu_num.h
include/scip/bandit.h
include/scip/bandit_epsgreedy.h
include/scip/bandit_exp3.h
@@ -370,6 +411,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
@@ -382,9 +424,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
@@ -395,6 +437,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
@@ -406,10 +450,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
@@ -422,6 +466,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
@@ -462,6 +507,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
@@ -514,15 +560,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
@@ -535,6 +587,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
@@ -558,6 +611,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
@@ -596,6 +650,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
@@ -604,8 +659,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
@@ -613,6 +670,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
@@ -629,6 +687,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
@@ -658,12 +718,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
@@ -672,16 +734,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
@@ -720,6 +786,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
@@ -734,6 +801,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
@@ -752,6 +820,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
@@ -759,8 +828,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
@@ -776,6 +848,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
@@ -804,6 +877,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
@@ -814,6 +888,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
@@ -822,9 +897,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
@@ -840,6 +918,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
@@ -1020,7 +1099,7 @@ include/soplex/vector.h
include/soplex/vectorbase.h
include/soplex/wallclocktimer.h
include/soplex_interface.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
@@ -1081,10 +1160,13 @@ lib/cmake/papilo/papilo-config-version.cmake
lib/cmake/papilo/papilo-config.cmake
lib/cmake/papilo/papilo-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/papilo/papilo-targets.cmake
+lib/cmake/scip/FindGMP.cmake
+lib/cmake/scip/FindMPFR.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/cmake/soplex/FindMPFR.cmake
lib/cmake/soplex/soplex-config-version.cmake
lib/cmake/soplex/soplex-config.cmake
lib/cmake/soplex/soplex-targets-%%CMAKE_BUILD_TYPE%%.cmake
@@ -1094,16 +1176,16 @@ lib/cmake/zimpl/zimpl-config.cmake
lib/cmake/zimpl/zimpl-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/zimpl/zimpl-targets.cmake
lib/libgcg.so
-lib/libgcg.so.3.7
-lib/libgcg.so.3.7.2.0
+lib/libgcg.so.4.0
+lib/libgcg.so.4.0.0.0
lib/libpapilo-core.a
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.0
lib/libsoplex-pic.a
lib/libsoplex.a
lib/libsoplexshared.so
-lib/libsoplexshared.so.7.1
-lib/libsoplexshared.so.7.1.6.0
+lib/libsoplexshared.so.8.0
+lib/libsoplexshared.so.8.0.0
lib/libzimpl-pic.a
lib/libzimpl.a