From owner-svn-ports-all@freebsd.org Wed Jul 4 19:44:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 054A610343E7; Wed, 4 Jul 2018 19:44:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB5F97033F; Wed, 4 Jul 2018 19:44:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B8DA7A1F; Wed, 4 Jul 2018 19:44:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w64JiBNO001441; Wed, 4 Jul 2018 19:44:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w64JiAwp001436; Wed, 4 Jul 2018 19:44:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807041944.w64JiAwp001436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 4 Jul 2018 19:44:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473917 - in head/math: SCIP py-PySCIPOpt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: SCIP py-PySCIPOpt X-SVN-Commit-Revision: 473917 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 19:44:12 -0000 Author: yuri Date: Wed Jul 4 19:44:10 2018 New Revision: 473917 URL: https://svnweb.freebsd.org/changeset/ports/473917 Log: math/SCIP: Update 5.0.1 -> 6.0.0; math/py-PySCIPOpt: Update 1.4.9 -> 2.0.0 SCIP and its python binding. Reported by: portscout Modified: head/math/SCIP/Makefile head/math/SCIP/distinfo head/math/SCIP/pkg-plist head/math/py-PySCIPOpt/Makefile head/math/py-PySCIPOpt/distinfo Modified: head/math/SCIP/Makefile ============================================================================== --- head/math/SCIP/Makefile Wed Jul 4 19:28:44 2018 (r473916) +++ head/math/SCIP/Makefile Wed Jul 4 19:44:10 2018 (r473917) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= SCIP -DISTVERSION= 5.0.1 -PORTREVISION= 1 +DISTVERSION= 6.0.0 CATEGORIES= math science MASTER_SITES= http://scip.zib.de/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} Modified: head/math/SCIP/distinfo ============================================================================== --- head/math/SCIP/distinfo Wed Jul 4 19:28:44 2018 (r473916) +++ head/math/SCIP/distinfo Wed Jul 4 19:44:10 2018 (r473917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523777686 -SHA256 (scip-5.0.1.tgz) = cfdcbd8bef454e8813550992255746e657f708a6789d129a5000ef8e3815edf4 -SIZE (scip-5.0.1.tgz) = 7996808 +TIMESTAMP = 1530731440 +SHA256 (scip-6.0.0.tgz) = a668a787d72cafa6b46064f8ccdf4c5a8b29f7dab5e903719e4de3bfa6843ed9 +SIZE (scip-6.0.0.tgz) = 9353601 Modified: head/math/SCIP/pkg-plist ============================================================================== --- head/math/SCIP/pkg-plist Wed Jul 4 19:28:44 2018 (r473916) +++ head/math/SCIP/pkg-plist Wed Jul 4 19:44:10 2018 (r473917) @@ -17,6 +17,8 @@ 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 @@ -44,6 +46,14 @@ include/scip/bandit.h include/scip/bandit_epsgreedy.h include/scip/bandit_exp3.h include/scip/bandit_ucb.h +include/scip/benders.h +include/scip/benders_default.h +include/scip/benderscut.h +include/scip/benderscut_feas.h +include/scip/benderscut_int.h +include/scip/benderscut_nogood.h +include/scip/benderscut_opt.h +include/scip/bendersdefcuts.h include/scip/bitencode.h include/scip/boundstore.h include/scip/branch.h @@ -53,6 +63,7 @@ include/scip/branch_distribution.h include/scip/branch_fullstrong.h include/scip/branch_inference.h include/scip/branch_leastinf.h +include/scip/branch_lookahead.h include/scip/branch_mostinf.h include/scip/branch_multaggr.h include/scip/branch_nodereopt.h @@ -71,6 +82,8 @@ 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 include/scip/cons_bivariate.h include/scip/cons_bounddisjunction.h include/scip/cons_cardinality.h @@ -119,10 +132,12 @@ include/scip/heur_bound.h include/scip/heur_clique.h include/scip/heur_coefdiving.h include/scip/heur_completesol.h +include/scip/heur_conflictdiving.h include/scip/heur_crossover.h include/scip/heur_dins.h include/scip/heur_distributiondiving.h include/scip/heur_dualval.h +include/scip/heur_farkasdiving.h include/scip/heur_feaspump.h include/scip/heur_fixandinfer.h include/scip/heur_fracdiving.h @@ -194,7 +209,6 @@ include/scip/presol_dualagg.h include/scip/presol_dualcomp.h include/scip/presol_dualinfer.h include/scip/presol_gateextraction.h -include/scip/presol_implfree.h include/scip/presol_implics.h include/scip/presol_inttobinary.h include/scip/presol_qpkktref.h @@ -226,6 +240,8 @@ include/scip/pub_bandit.h include/scip/pub_bandit_epsgreedy.h include/scip/pub_bandit_exp3.h include/scip/pub_bandit_ucb.h +include/scip/pub_benders.h +include/scip/pub_benderscut.h include/scip/pub_branch.h include/scip/pub_compr.h include/scip/pub_conflict.h @@ -242,6 +258,7 @@ include/scip/pub_lp.h 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_select.h include/scip/pub_misc_sort.h include/scip/pub_nlp.h @@ -264,6 +281,7 @@ include/scip/reader_bnd.h include/scip/reader_ccg.h include/scip/reader_cip.h include/scip/reader_cnf.h +include/scip/reader_cor.h include/scip/reader_diff.h include/scip/reader_fix.h include/scip/reader_fzn.h @@ -277,13 +295,59 @@ include/scip/reader_pbm.h include/scip/reader_pip.h include/scip/reader_ppm.h include/scip/reader_rlp.h +include/scip/reader_smps.h include/scip/reader_sol.h +include/scip/reader_sto.h +include/scip/reader_tim.h include/scip/reader_wbo.h include/scip/reader_zpl.h include/scip/relax.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_compr.h +include/scip/scip_concurrent.h +include/scip/scip_conflict.h +include/scip/scip_cons.h +include/scip/scip_copy.h +include/scip/scip_cut.h +include/scip/scip_datastructures.h +include/scip/scip_debug.h +include/scip/scip_dialog.h +include/scip/scip_disp.h +include/scip/scip_event.h +include/scip/scip_expr.h +include/scip/scip_general.h +include/scip/scip_heur.h +include/scip/scip_lp.h +include/scip/scip_mem.h +include/scip/scip_message.h +include/scip/scip_nlp.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 +include/scip/scip_pricer.h +include/scip/scip_prob.h +include/scip/scip_probing.h +include/scip/scip_prop.h +include/scip/scip_randnumgen.h +include/scip/scip_reader.h +include/scip/scip_relax.h +include/scip/scip_reopt.h +include/scip/scip_sepa.h +include/scip/scip_sol.h +include/scip/scip_solve.h +include/scip/scip_solvingstats.h +include/scip/scip_table.h +include/scip/scip_timing.h +include/scip/scip_tree.h +include/scip/scip_validation.h +include/scip/scip_var.h include/scip/scipbuildflags.h include/scip/scipcoreplugins.h include/scip/scipdefplugins.h @@ -312,6 +376,8 @@ include/scip/sol.h include/scip/solve.h include/scip/stat.h include/scip/struct_bandit.h +include/scip/struct_benders.h +include/scip/struct_benderscut.h include/scip/struct_branch.h include/scip/struct_clock.h include/scip/struct_compr.h @@ -361,6 +427,8 @@ include/scip/table.h include/scip/table_default.h include/scip/tree.h include/scip/type_bandit.h +include/scip/type_benders.h +include/scip/type_benderscut.h include/scip/type_branch.h include/scip/type_clock.h include/scip/type_compr.h Modified: head/math/py-PySCIPOpt/Makefile ============================================================================== --- head/math/py-PySCIPOpt/Makefile Wed Jul 4 19:28:44 2018 (r473916) +++ head/math/py-PySCIPOpt/Makefile Wed Jul 4 19:44:10 2018 (r473917) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= PySCIPOpt -DISTVERSION= 1.4.9 +DISTVERSION= 2.0.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-PySCIPOpt/distinfo ============================================================================== --- head/math/py-PySCIPOpt/distinfo Wed Jul 4 19:28:44 2018 (r473916) +++ head/math/py-PySCIPOpt/distinfo Wed Jul 4 19:44:10 2018 (r473917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527931528 -SHA256 (PySCIPOpt-1.4.9.tar.gz) = e4de159ab30d604c37b4b2069f142f80f246c23b85baef38d72d77cb99effa37 -SIZE (PySCIPOpt-1.4.9.tar.gz) = 496610 +TIMESTAMP = 1530733014 +SHA256 (PySCIPOpt-2.0.0.tar.gz) = a077d4a3a5e57a51b757a18a4f9fd97be64a63aab6da65b4b88126f074790fab +SIZE (PySCIPOpt-2.0.0.tar.gz) = 520935