From owner-svn-ports-head@freebsd.org Sun Dec 8 01:52:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F2631D4A3D; Sun, 8 Dec 2019 01:52:31 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Vq8G71VNz4VTp; Sun, 8 Dec 2019 01:52:30 +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 D416A22F64; Sun, 8 Dec 2019 01:52:30 +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 xB81qUTx027779; Sun, 8 Dec 2019 01:52:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB81qUIv027777; Sun, 8 Dec 2019 01:52:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201912080152.xB81qUIv027777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 8 Dec 2019 01:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519268 - head/science/pagmo2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/pagmo2 X-SVN-Commit-Revision: 519268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2019 01:52:31 -0000 Author: yuri Date: Sun Dec 8 01:52:29 2019 New Revision: 519268 URL: https://svnweb.freebsd.org/changeset/ports/519268 Log: science/pagmo2: Update 2.10-161 -> 2.11.4 Reported by: portscout Modified: head/science/pagmo2/Makefile head/science/pagmo2/distinfo head/science/pagmo2/pkg-plist Modified: head/science/pagmo2/Makefile ============================================================================== --- head/science/pagmo2/Makefile Sun Dec 8 01:08:28 2019 (r519267) +++ head/science/pagmo2/Makefile Sun Dec 8 01:52:29 2019 (r519268) @@ -2,9 +2,7 @@ PORTNAME= pagmo2 DISTVERSIONPREFIX= v -DISTVERSION= 2.10-161 -DISTVERSIONSUFFIX= -g0a589425 -PORTREVISION= 2 +DISTVERSION= 2.11.4 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -15,19 +13,15 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.gpl3 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.lgpl3 -BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ - Ipopt>0:math/ipopt \ - nlopt>0:math/nlopt -RUN_DEPENDS= boost-libs>0:devel/boost-libs \ - Ipopt>0:math/ipopt \ - nlopt>0:math/nlopt +LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ + libipopt.so:math/ipopt \ + libnlopt.so:math/nlopt \ + libtbb.so:devel/tbb USES= cmake eigen:3,build,run USE_GITHUB= yes GH_ACCOUNT= esa - -NO_BUILD= yes -NO_ARCH= yes +USE_LDCONFIG= yes CMAKE_ON= PAGMO_WITH_EIGEN3 PAGMO_WITH_NLOPT PAGMO_WITH_IPOPT Modified: head/science/pagmo2/distinfo ============================================================================== --- head/science/pagmo2/distinfo Sun Dec 8 01:08:28 2019 (r519267) +++ head/science/pagmo2/distinfo Sun Dec 8 01:52:29 2019 (r519268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556692823 -SHA256 (esa-pagmo2-v2.10-161-g0a589425_GH0.tar.gz) = 947f11d7b09fcf9b88be1e3913d727eefb2c2e7dcb1d81f3bfa45d61ca7c3bd6 -SIZE (esa-pagmo2-v2.10-161-g0a589425_GH0.tar.gz) = 17709599 +TIMESTAMP = 1575762103 +SHA256 (esa-pagmo2-v2.11.4_GH0.tar.gz) = 7756cf4b4a427a856137c40c3fdf27422fcf546249b70f9ba4c213ef1fbee051 +SIZE (esa-pagmo2-v2.11.4_GH0.tar.gz) = 17649054 Modified: head/science/pagmo2/pkg-plist ============================================================================== --- head/science/pagmo2/pkg-plist Sun Dec 8 01:08:28 2019 (r519267) +++ head/science/pagmo2/pkg-plist Sun Dec 8 01:52:29 2019 (r519268) @@ -14,6 +14,7 @@ include/pagmo/algorithms/moead.hpp include/pagmo/algorithms/nlopt.hpp include/pagmo/algorithms/not_population_based.hpp include/pagmo/algorithms/nsga2.hpp +include/pagmo/algorithms/null_algorithm.hpp include/pagmo/algorithms/pso.hpp include/pagmo/algorithms/pso_gen.hpp include/pagmo/algorithms/sade.hpp @@ -22,98 +23,26 @@ include/pagmo/algorithms/sga.hpp include/pagmo/algorithms/simulated_annealing.hpp include/pagmo/algorithms/xnes.hpp include/pagmo/archipelago.hpp +include/pagmo/batch_evaluators/default_bfe.hpp +include/pagmo/batch_evaluators/member_bfe.hpp +include/pagmo/batch_evaluators/thread_bfe.hpp +include/pagmo/bfe.hpp include/pagmo/config.hpp -include/pagmo/detail/cec2013_data.hpp -include/pagmo/detail/cec2014_data.hpp +include/pagmo/detail/archipelago_fwd.hpp +include/pagmo/detail/base_sr_policy.hpp +include/pagmo/detail/bfe_impl.hpp include/pagmo/detail/constants.hpp include/pagmo/detail/custom_comparisons.hpp include/pagmo/detail/eigen.hpp +include/pagmo/detail/eigen_s11n.hpp +include/pagmo/detail/gte_getter.hpp +include/pagmo/detail/island_fwd.hpp include/pagmo/detail/make_unique.hpp include/pagmo/detail/prime_numbers.hpp +include/pagmo/detail/s11n_wrappers.hpp include/pagmo/detail/task_queue.hpp +include/pagmo/detail/visibility.hpp include/pagmo/exceptions.hpp -include/pagmo/external/cereal/access.hpp -include/pagmo/external/cereal/archives/adapters.hpp -include/pagmo/external/cereal/archives/binary.hpp -include/pagmo/external/cereal/archives/json.hpp -include/pagmo/external/cereal/archives/portable_binary.hpp -include/pagmo/external/cereal/archives/xml.hpp -include/pagmo/external/cereal/cereal.hpp -include/pagmo/external/cereal/details/helpers.hpp -include/pagmo/external/cereal/details/polymorphic_impl.hpp -include/pagmo/external/cereal/details/polymorphic_impl_fwd.hpp -include/pagmo/external/cereal/details/static_object.hpp -include/pagmo/external/cereal/details/traits.hpp -include/pagmo/external/cereal/details/util.hpp -include/pagmo/external/cereal/external/base64.hpp -include/pagmo/external/cereal/external/rapidjson/allocators.h -include/pagmo/external/cereal/external/rapidjson/document.h -include/pagmo/external/cereal/external/rapidjson/encodedstream.h -include/pagmo/external/cereal/external/rapidjson/encodings.h -include/pagmo/external/cereal/external/rapidjson/error/en.h -include/pagmo/external/cereal/external/rapidjson/error/error.h -include/pagmo/external/cereal/external/rapidjson/filereadstream.h -include/pagmo/external/cereal/external/rapidjson/filewritestream.h -include/pagmo/external/cereal/external/rapidjson/fwd.h -include/pagmo/external/cereal/external/rapidjson/internal/biginteger.h -include/pagmo/external/cereal/external/rapidjson/internal/diyfp.h -include/pagmo/external/cereal/external/rapidjson/internal/dtoa.h -include/pagmo/external/cereal/external/rapidjson/internal/ieee754.h -include/pagmo/external/cereal/external/rapidjson/internal/itoa.h -include/pagmo/external/cereal/external/rapidjson/internal/meta.h -include/pagmo/external/cereal/external/rapidjson/internal/pow10.h -include/pagmo/external/cereal/external/rapidjson/internal/regex.h -include/pagmo/external/cereal/external/rapidjson/internal/stack.h -include/pagmo/external/cereal/external/rapidjson/internal/strfunc.h -include/pagmo/external/cereal/external/rapidjson/internal/strtod.h -include/pagmo/external/cereal/external/rapidjson/internal/swap.h -include/pagmo/external/cereal/external/rapidjson/istreamwrapper.h -include/pagmo/external/cereal/external/rapidjson/memorybuffer.h -include/pagmo/external/cereal/external/rapidjson/memorystream.h -include/pagmo/external/cereal/external/rapidjson/msinttypes/inttypes.h -include/pagmo/external/cereal/external/rapidjson/msinttypes/stdint.h -include/pagmo/external/cereal/external/rapidjson/ostreamwrapper.h -include/pagmo/external/cereal/external/rapidjson/pointer.h -include/pagmo/external/cereal/external/rapidjson/prettywriter.h -include/pagmo/external/cereal/external/rapidjson/rapidjson.h -include/pagmo/external/cereal/external/rapidjson/reader.h -include/pagmo/external/cereal/external/rapidjson/schema.h -include/pagmo/external/cereal/external/rapidjson/stream.h -include/pagmo/external/cereal/external/rapidjson/stringbuffer.h -include/pagmo/external/cereal/external/rapidjson/writer.h -include/pagmo/external/cereal/external/rapidxml/license.txt -include/pagmo/external/cereal/external/rapidxml/manual.html -include/pagmo/external/cereal/external/rapidxml/rapidxml.hpp -include/pagmo/external/cereal/external/rapidxml/rapidxml_iterators.hpp -include/pagmo/external/cereal/external/rapidxml/rapidxml_print.hpp -include/pagmo/external/cereal/external/rapidxml/rapidxml_utils.hpp -include/pagmo/external/cereal/macros.hpp -include/pagmo/external/cereal/types/array.hpp -include/pagmo/external/cereal/types/base_class.hpp -include/pagmo/external/cereal/types/bitset.hpp -include/pagmo/external/cereal/types/boost_variant.hpp -include/pagmo/external/cereal/types/chrono.hpp -include/pagmo/external/cereal/types/common.hpp -include/pagmo/external/cereal/types/complex.hpp -include/pagmo/external/cereal/types/concepts/pair_associative_container.hpp -include/pagmo/external/cereal/types/deque.hpp -include/pagmo/external/cereal/types/forward_list.hpp -include/pagmo/external/cereal/types/functional.hpp -include/pagmo/external/cereal/types/list.hpp -include/pagmo/external/cereal/types/map.hpp -include/pagmo/external/cereal/types/memory.hpp -include/pagmo/external/cereal/types/polymorphic.hpp -include/pagmo/external/cereal/types/queue.hpp -include/pagmo/external/cereal/types/set.hpp -include/pagmo/external/cereal/types/stack.hpp -include/pagmo/external/cereal/types/string.hpp -include/pagmo/external/cereal/types/tuple.hpp -include/pagmo/external/cereal/types/unordered_map.hpp -include/pagmo/external/cereal/types/unordered_set.hpp -include/pagmo/external/cereal/types/utility.hpp -include/pagmo/external/cereal/types/valarray.hpp -include/pagmo/external/cereal/types/vector.hpp -include/pagmo/external/fix_includes.txt include/pagmo/io.hpp include/pagmo/island.hpp include/pagmo/islands/fork_island.hpp @@ -135,15 +64,26 @@ include/pagmo/problems/inventory.hpp include/pagmo/problems/lennard_jones.hpp include/pagmo/problems/luksan_vlcek1.hpp include/pagmo/problems/minlp_rastrigin.hpp +include/pagmo/problems/null_problem.hpp include/pagmo/problems/rastrigin.hpp include/pagmo/problems/rosenbrock.hpp include/pagmo/problems/schwefel.hpp include/pagmo/problems/translate.hpp include/pagmo/problems/unconstrain.hpp +include/pagmo/problems/wfg.hpp include/pagmo/problems/zdt.hpp +include/pagmo/r_policies/fair_replace.hpp +include/pagmo/r_policy.hpp include/pagmo/rng.hpp -include/pagmo/serialization.hpp +include/pagmo/s11n.hpp +include/pagmo/s_policies/select_best.hpp +include/pagmo/s_policy.hpp include/pagmo/threading.hpp +include/pagmo/topologies/base_bgl_topology.hpp +include/pagmo/topologies/fully_connected.hpp +include/pagmo/topologies/ring.hpp +include/pagmo/topologies/unconnected.hpp +include/pagmo/topology.hpp include/pagmo/type_traits.hpp include/pagmo/types.hpp include/pagmo/utils/constrained.hpp @@ -161,7 +101,12 @@ include/pagmo/utils/multi_objective.hpp lib/cmake/pagmo/FindEigen3.cmake lib/cmake/pagmo/FindIPOPT.cmake lib/cmake/pagmo/FindNLOPT.cmake +lib/cmake/pagmo/FindTBB.cmake lib/cmake/pagmo/PagmoFindBoost.cmake lib/cmake/pagmo/pagmo-config-version.cmake lib/cmake/pagmo/pagmo-config.cmake +lib/cmake/pagmo/pagmo_export-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/pagmo/pagmo_export.cmake +lib/libpagmo.so +lib/libpagmo.so.1 +lib/libpagmo.so.1.0