mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- devel/gecode: Update from 5.0.0 to 5.1.0
- Changelog: http://www.gecode.org/doc-latest/reference/PageChange.html#SectionChanges_5_1_0 PR: 221083 Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D11781
This commit is contained in:
parent
85dab6ba00
commit
9a3f8c20bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447125
3 changed files with 30 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gecode
|
||||
PORTVERSION= 5.0.0
|
||||
PORTVERSION= 5.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.gecode.org/download/
|
||||
|
||||
|
@ -39,7 +39,7 @@ CONFIGURE_ARGS= --disable-static \
|
|||
--with-mpfr-lib=${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
PLIST_SUB= SHLIB_VERSION=43
|
||||
PLIST_SUB= SHLIB_VERSION=44
|
||||
|
||||
OPTIONS_DEFINE= GIST
|
||||
OPTIONS_SUB= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1486249442
|
||||
SHA256 (gecode-5.0.0.tar.gz) = f4ff2fa115fed8c09a049b2d8520363b1f9b1a39d80461f597e29dab2ba9e77b
|
||||
SIZE (gecode-5.0.0.tar.gz) = 3188887
|
||||
TIMESTAMP = 1501308015
|
||||
SHA256 (gecode-5.1.0.tar.gz) = f9885f97e0f80b54eaf1a8f9d0c419d831229a689619f6429c6148f5c50740d0
|
||||
SIZE (gecode-5.1.0.tar.gz) = 3213603
|
||||
|
|
|
@ -15,23 +15,30 @@ include/gecode/flatzinc/symboltable.hh
|
|||
include/gecode/flatzinc/varspec.hh
|
||||
include/gecode/float.hh
|
||||
include/gecode/float/arithmetic.hh
|
||||
include/gecode/float/arithmetic/abs.hpp
|
||||
include/gecode/float/arithmetic/div.hpp
|
||||
include/gecode/float/arithmetic/min-max-channel.hpp
|
||||
include/gecode/float/arithmetic/min-max.hpp
|
||||
include/gecode/float/arithmetic/mult.hpp
|
||||
include/gecode/float/arithmetic/pow-nroot.hpp
|
||||
include/gecode/float/arithmetic/sqr-sqrt-abs.hpp
|
||||
include/gecode/float/arithmetic/sqr-sqrt.hpp
|
||||
include/gecode/float/array-traits.hpp
|
||||
include/gecode/float/array.hpp
|
||||
include/gecode/float/bool.hh
|
||||
include/gecode/float/bool/ite.hpp
|
||||
include/gecode/float/branch.hh
|
||||
include/gecode/float/branch/activity.hpp
|
||||
include/gecode/float/branch/action.hpp
|
||||
include/gecode/float/branch/afc.hpp
|
||||
include/gecode/float/branch/assign.hpp
|
||||
include/gecode/float/branch/chb.hpp
|
||||
include/gecode/float/branch/merit.hpp
|
||||
include/gecode/float/branch/traits.hpp
|
||||
include/gecode/float/branch/val-commit.hpp
|
||||
include/gecode/float/branch/val-sel.hpp
|
||||
include/gecode/float/branch/val.hpp
|
||||
include/gecode/float/branch/var.hpp
|
||||
include/gecode/float/channel.hh
|
||||
include/gecode/float/channel.hpp
|
||||
include/gecode/float/channel/channel.hpp
|
||||
include/gecode/float/exception.hpp
|
||||
include/gecode/float/limits.hpp
|
||||
include/gecode/float/linear.hh
|
||||
|
@ -116,9 +123,10 @@ include/gecode/int/bool/ite.hpp
|
|||
include/gecode/int/bool/lq.hpp
|
||||
include/gecode/int/bool/or.hpp
|
||||
include/gecode/int/branch.hh
|
||||
include/gecode/int/branch/activity.hpp
|
||||
include/gecode/int/branch/action.hpp
|
||||
include/gecode/int/branch/afc.hpp
|
||||
include/gecode/int/branch/assign.hpp
|
||||
include/gecode/int/branch/chb.hpp
|
||||
include/gecode/int/branch/merit.hpp
|
||||
include/gecode/int/branch/ngl.hpp
|
||||
include/gecode/int/branch/traits.hpp
|
||||
|
@ -128,6 +136,7 @@ include/gecode/int/branch/val.hpp
|
|||
include/gecode/int/branch/var.hpp
|
||||
include/gecode/int/branch/view-values.hpp
|
||||
include/gecode/int/channel.hh
|
||||
include/gecode/int/channel.hpp
|
||||
include/gecode/int/channel/base.hpp
|
||||
include/gecode/int/channel/dom.hpp
|
||||
include/gecode/int/channel/link-multi.hpp
|
||||
|
@ -201,6 +210,7 @@ include/gecode/int/idx-view.hpp
|
|||
include/gecode/int/int-set-1.hpp
|
||||
include/gecode/int/int-set-2.hpp
|
||||
include/gecode/int/ipl.hpp
|
||||
include/gecode/int/irt.hpp
|
||||
include/gecode/int/ldsb.hh
|
||||
include/gecode/int/ldsb/brancher.hpp
|
||||
include/gecode/int/ldsb/sym-imp.hpp
|
||||
|
@ -356,7 +366,7 @@ include/gecode/iter/values-singleton.hpp
|
|||
include/gecode/iter/values-union.hpp
|
||||
include/gecode/iter/values-unique.hpp
|
||||
include/gecode/kernel.hh
|
||||
include/gecode/kernel/activity.hpp
|
||||
include/gecode/kernel/action.hpp
|
||||
include/gecode/kernel/advisor.hpp
|
||||
include/gecode/kernel/afc.hpp
|
||||
include/gecode/kernel/allocators.hpp
|
||||
|
@ -366,13 +376,16 @@ include/gecode/kernel/branch-tiebreak.hpp
|
|||
include/gecode/kernel/branch-traits.hpp
|
||||
include/gecode/kernel/branch-val.hpp
|
||||
include/gecode/kernel/branch-var.hpp
|
||||
include/gecode/kernel/brancher-filter.hpp
|
||||
include/gecode/kernel/brancher-merit.hpp
|
||||
include/gecode/kernel/brancher-print.hpp
|
||||
include/gecode/kernel/brancher-val-commit.hpp
|
||||
include/gecode/kernel/brancher-val-sel-commit.hpp
|
||||
include/gecode/kernel/brancher-val-sel.hpp
|
||||
include/gecode/kernel/brancher-view-sel.hpp
|
||||
include/gecode/kernel/brancher-view-val.hpp
|
||||
include/gecode/kernel/brancher-view.hpp
|
||||
include/gecode/kernel/chb.hpp
|
||||
include/gecode/kernel/core.hpp
|
||||
include/gecode/kernel/exception.hpp
|
||||
include/gecode/kernel/gpi.hpp
|
||||
|
@ -380,16 +393,18 @@ include/gecode/kernel/macros.hpp
|
|||
include/gecode/kernel/memory-config.hpp
|
||||
include/gecode/kernel/memory-manager.hpp
|
||||
include/gecode/kernel/modevent.hpp
|
||||
include/gecode/kernel/print.hpp
|
||||
include/gecode/kernel/propagator.hpp
|
||||
include/gecode/kernel/range-list.hpp
|
||||
include/gecode/kernel/region.hpp
|
||||
include/gecode/kernel/rnd.hpp
|
||||
include/gecode/kernel/shared-array.hpp
|
||||
include/gecode/kernel/shared-data.hpp
|
||||
include/gecode/kernel/subscribed-propagators.hpp
|
||||
include/gecode/kernel/trace-filter.hpp
|
||||
include/gecode/kernel/trace-print.hpp
|
||||
include/gecode/kernel/trace-recorder.hpp
|
||||
include/gecode/kernel/trace-traits.hpp
|
||||
include/gecode/kernel/trace.hpp
|
||||
include/gecode/kernel/tracer.hpp
|
||||
include/gecode/kernel/var-imp.hpp
|
||||
include/gecode/kernel/var-type.hpp
|
||||
|
@ -446,9 +461,10 @@ include/gecode/set.hh
|
|||
include/gecode/set/array-traits.hpp
|
||||
include/gecode/set/array.hpp
|
||||
include/gecode/set/branch.hh
|
||||
include/gecode/set/branch/activity.hpp
|
||||
include/gecode/set/branch/action.hpp
|
||||
include/gecode/set/branch/afc.hpp
|
||||
include/gecode/set/branch/assign.hpp
|
||||
include/gecode/set/branch/chb.hpp
|
||||
include/gecode/set/branch/merit.hpp
|
||||
include/gecode/set/branch/ngl.hpp
|
||||
include/gecode/set/branch/traits.hpp
|
||||
|
@ -473,6 +489,7 @@ include/gecode/set/element/union.hpp
|
|||
include/gecode/set/element/unionConst.hpp
|
||||
include/gecode/set/exception.hpp
|
||||
include/gecode/set/int.hh
|
||||
include/gecode/set/int.hpp
|
||||
include/gecode/set/int/card.hpp
|
||||
include/gecode/set/int/minmax.hpp
|
||||
include/gecode/set/int/weights.hpp
|
||||
|
@ -540,6 +557,7 @@ include/gecode/support/int-type.hpp
|
|||
include/gecode/support/macros.hpp
|
||||
include/gecode/support/marked-pointer.hpp
|
||||
include/gecode/support/random.hpp
|
||||
include/gecode/support/run-jobs.hpp
|
||||
include/gecode/support/sort.hpp
|
||||
include/gecode/support/static-stack.hpp
|
||||
include/gecode/support/thread.hpp
|
||||
|
|
Loading…
Add table
Reference in a new issue