Skip to content

Commit

Permalink
math/SCIP: Update 7.0.3 -> 8.0.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed May 8, 2022
1 parent f4e1017 commit a27da72
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 25 deletions.
4 changes: 2 additions & 2 deletions math/SCIP/Makefile
@@ -1,8 +1,7 @@
# Created by: Yuri Victorovich <yuri@FreeBSD.org>

PORTNAME= SCIP
DISTVERSION= 7.0.3
PORTREVISION= 2
DISTVERSION= 8.0.0
CATEGORIES= math science
MASTER_SITES= https://www.scipopt.org/download/release/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
Expand All @@ -17,6 +16,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept

EXTRACT_DEPENDS= gtar:archivers/gtar
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libsoplex.so:math/SoPlex

USES= compiler:c11 cmake readline tar:tgz
Expand Down
6 changes: 3 additions & 3 deletions math/SCIP/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1627789406
SHA256 (scip-7.0.3.tgz) = 9cb008271497b8f7587f404f968d1ca9d0126d6192b3946f47bb73d19ac8ed0a
SIZE (scip-7.0.3.tgz) = 10240528
TIMESTAMP = 1652027442
SHA256 (scip-8.0.0.tgz) = 14997ae1be7359f481f4f0919ffe3693c12444e2e014e22b09f15409e5cc55e4
SIZE (scip-8.0.0.tgz) = 11033023
75 changes: 55 additions & 20 deletions math/SCIP/pkg-plist
Expand Up @@ -3,25 +3,12 @@ include/blockmemshell/memory.h
include/dijkstra/dijkstra.h
include/lpi/lpi.h
include/lpi/type_lpi.h
include/nlpi/exprinterpret.h
include/nlpi/intervalarithext.h
include/nlpi/nlpi.h
include/nlpi/nlpi_all.h
include/nlpi/nlpi_filtersqp.h
include/nlpi/nlpi_ipopt.h
include/nlpi/nlpi_worhp.h
include/nlpi/nlpioracle.h
include/nlpi/pub_expr.h
include/nlpi/struct_expr.h
include/nlpi/struct_nlpi.h
include/nlpi/type_expr.h
include/nlpi/type_exprinterpret.h
include/nlpi/type_nlpi.h
include/objscip/objbenders.h
include/objscip/objbenderscut.h
include/objscip/objbranchrule.h
include/objscip/objcloneable.h
include/objscip/objconshdlr.h
include/objscip/objcutsel.h
include/objscip/objdialog.h
include/objscip/objdisp.h
include/objscip/objeventhdlr.h
Expand Down Expand Up @@ -87,7 +74,6 @@ include/scip/cons_abspower.h
include/scip/cons_and.h
include/scip/cons_benders.h
include/scip/cons_benderslp.h
include/scip/cons_bivariate.h
include/scip/cons_bounddisjunction.h
include/scip/cons_cardinality.h
include/scip/cons_components.h
Expand Down Expand Up @@ -117,6 +103,8 @@ include/scip/cons_varbound.h
include/scip/cons_xor.h
include/scip/cutpool.h
include/scip/cuts.h
include/scip/cutsel.h
include/scip/cutsel_hybrid.h
include/scip/dbldblarith.h
include/scip/dcmp.h
include/scip/debug.h
Expand All @@ -130,6 +118,20 @@ include/scip/event_estim.h
include/scip/event_globalbnd.h
include/scip/event_softtimelimit.h
include/scip/event_solvingphase.h
include/scip/expr.h
include/scip/expr_abs.h
include/scip/expr_entropy.h
include/scip/expr_erf.h
include/scip/expr_exp.h
include/scip/expr_log.h
include/scip/expr_pow.h
include/scip/expr_product.h
include/scip/expr_sum.h
include/scip/expr_trig.h
include/scip/expr_value.h
include/scip/expr_var.h
include/scip/expr_varidx.h
include/scip/exprinterpret.h
include/scip/heur.h
include/scip/heur_actconsdiving.h
include/scip/heur_adaptivediving.h
Expand All @@ -142,6 +144,7 @@ include/scip/heur_conflictdiving.h
include/scip/heur_crossover.h
include/scip/heur_dins.h
include/scip/heur_distributiondiving.h
include/scip/heur_dps.h
include/scip/heur_dualval.h
include/scip/heur_farkasdiving.h
include/scip/heur_feaspump.h
Expand Down Expand Up @@ -199,7 +202,21 @@ include/scip/mem.h
include/scip/message.h
include/scip/message_default.h
include/scip/misc.h
include/scip/nlhdlr.h
include/scip/nlhdlr_bilinear.h
include/scip/nlhdlr_convex.h
include/scip/nlhdlr_default.h
include/scip/nlhdlr_perspective.h
include/scip/nlhdlr_quadratic.h
include/scip/nlhdlr_quotient.h
include/scip/nlhdlr_soc.h
include/scip/nlp.h
include/scip/nlpi.h
include/scip/nlpi_all.h
include/scip/nlpi_filtersqp.h
include/scip/nlpi_ipopt.h
include/scip/nlpi_worhp.h
include/scip/nlpioracle.h
include/scip/nodesel.h
include/scip/nodesel_bfs.h
include/scip/nodesel_breadthfirst.h
Expand Down Expand Up @@ -255,10 +272,12 @@ include/scip/pub_compr.h
include/scip/pub_conflict.h
include/scip/pub_cons.h
include/scip/pub_cutpool.h
include/scip/pub_cutsel.h
include/scip/pub_dcmp.h
include/scip/pub_dialog.h
include/scip/pub_disp.h
include/scip/pub_event.h
include/scip/pub_expr.h
include/scip/pub_fileio.h
include/scip/pub_heur.h
include/scip/pub_history.h
Expand All @@ -268,10 +287,12 @@ include/scip/pub_matrix.h
include/scip/pub_message.h
include/scip/pub_misc.h
include/scip/pub_misc_linear.h
include/scip/pub_misc_nonlinear.h
include/scip/pub_misc_rowprep.h
include/scip/pub_misc_select.h
include/scip/pub_misc_sort.h
include/scip/pub_nlhdlr.h
include/scip/pub_nlp.h
include/scip/pub_nlpi.h
include/scip/pub_nodesel.h
include/scip/pub_paramset.h
include/scip/pub_presol.h
Expand Down Expand Up @@ -300,6 +321,7 @@ include/scip/reader_gms.h
include/scip/reader_lp.h
include/scip/reader_mps.h
include/scip/reader_mst.h
include/scip/reader_nl.h
include/scip/reader_opb.h
include/scip/reader_osil.h
include/scip/reader_pbm.h
Expand All @@ -325,6 +347,7 @@ include/scip/scip_conflict.h
include/scip/scip_cons.h
include/scip/scip_copy.h
include/scip/scip_cut.h
include/scip/scip_cutsel.h
include/scip/scip_datastructures.h
include/scip/scip_dcmp.h
include/scip/scip_debug.h
Expand All @@ -339,8 +362,8 @@ include/scip/scip_lp.h
include/scip/scip_mem.h
include/scip/scip_message.h
include/scip/scip_nlp.h
include/scip/scip_nlpi.h
include/scip/scip_nodesel.h
include/scip/scip_nonlinear.h
include/scip/scip_numerics.h
include/scip/scip_param.h
include/scip/scip_presol.h
Expand Down Expand Up @@ -377,11 +400,14 @@ include/scip/sepa_eccuts.h
include/scip/sepa_gauge.h
include/scip/sepa_gomory.h
include/scip/sepa_impliedbounds.h
include/scip/sepa_interminor.h
include/scip/sepa_intobj.h
include/scip/sepa_mcf.h
include/scip/sepa_minor.h
include/scip/sepa_mixing.h
include/scip/sepa_oddcycle.h
include/scip/sepa_rapidlearning.h
include/scip/sepa_strongcg.h
include/scip/sepa_rlt.h
include/scip/sepa_zerohalf.h
include/scip/sepastore.h
include/scip/set.h
Expand All @@ -401,10 +427,12 @@ include/scip/struct_conflictstore.h
include/scip/struct_cons.h
include/scip/struct_cutpool.h
include/scip/struct_cuts.h
include/scip/struct_cutsel.h
include/scip/struct_dcmp.h
include/scip/struct_dialog.h
include/scip/struct_disp.h
include/scip/struct_event.h
include/scip/struct_expr.h
include/scip/struct_heur.h
include/scip/struct_history.h
include/scip/struct_implics.h
Expand All @@ -413,7 +441,9 @@ include/scip/struct_matrix.h
include/scip/struct_mem.h
include/scip/struct_message.h
include/scip/struct_misc.h
include/scip/struct_nlhdlr.h
include/scip/struct_nlp.h
include/scip/struct_nlpi.h
include/scip/struct_nodesel.h
include/scip/struct_paramset.h
include/scip/struct_presol.h
Expand Down Expand Up @@ -455,10 +485,13 @@ include/scip/type_conflictstore.h
include/scip/type_cons.h
include/scip/type_cutpool.h
include/scip/type_cuts.h
include/scip/type_cutsel.h
include/scip/type_dcmp.h
include/scip/type_dialog.h
include/scip/type_disp.h
include/scip/type_event.h
include/scip/type_expr.h
include/scip/type_exprinterpret.h
include/scip/type_heur.h
include/scip/type_history.h
include/scip/type_implics.h
Expand All @@ -468,7 +501,9 @@ include/scip/type_matrix.h
include/scip/type_mem.h
include/scip/type_message.h
include/scip/type_misc.h
include/scip/type_nlhdlr.h
include/scip/type_nlp.h
include/scip/type_nlpi.h
include/scip/type_nodesel.h
include/scip/type_paramset.h
include/scip/type_presol.h
Expand Down Expand Up @@ -518,5 +553,5 @@ 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.7.0
lib/libscip.so.7.0.3.0
lib/libscip.so.8.0
lib/libscip.so.8.0.0.0

0 comments on commit a27da72

Please sign in to comment.