From owner-svn-ports-head@freebsd.org Wed Jun 10 16:05:17 2020 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 4B7C2338838; Wed, 10 Jun 2020 16:05:17 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49hsJs1BJ0z4CTm; Wed, 10 Jun 2020 16:05:17 +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 213E7980C; Wed, 10 Jun 2020 16:05:17 +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 05AG5HGg074990; Wed, 10 Jun 2020 16:05:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05AG5GcC074987; Wed, 10 Jun 2020 16:05:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202006101605.05AG5GcC074987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 10 Jun 2020 16:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538404 - head/science/pagmo2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/pagmo2 X-SVN-Commit-Revision: 538404 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.33 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: Wed, 10 Jun 2020 16:05:17 -0000 Author: yuri Date: Wed Jun 10 16:05:16 2020 New Revision: 538404 URL: https://svnweb.freebsd.org/changeset/ports/538404 Log: science/pagmo2: Update 2.11.4 -> 2.15.0-90 Reported by: portscout Modified: head/science/pagmo2/Makefile head/science/pagmo2/distinfo head/science/pagmo2/pkg-descr head/science/pagmo2/pkg-plist Modified: head/science/pagmo2/Makefile ============================================================================== --- head/science/pagmo2/Makefile Wed Jun 10 15:45:38 2020 (r538403) +++ head/science/pagmo2/Makefile Wed Jun 10 16:05:16 2020 (r538404) @@ -2,8 +2,8 @@ PORTNAME= pagmo2 DISTVERSIONPREFIX= v -DISTVERSION= 2.11.4 -PORTREVISION= 3 +DISTVERSION= 2.15.0-90 +DISTVERSIONSUFFIX= -g61b7b393 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -24,7 +24,7 @@ USE_GITHUB= yes GH_ACCOUNT= esa USE_LDCONFIG= yes -CMAKE_ON= PAGMO_WITH_EIGEN3 PAGMO_WITH_NLOPT PAGMO_WITH_IPOPT +CMAKE_ON= PAGMO_WITH_EIGEN3 PAGMO_WITH_NLOPT PAGMO_WITH_IPOPT PAGMO_ENABLE_IPO do-test: # tests fail to build: https://github.com/esa/pagmo2/issues/273 @cd ${BUILD_WRKSRC} && \ Modified: head/science/pagmo2/distinfo ============================================================================== --- head/science/pagmo2/distinfo Wed Jun 10 15:45:38 2020 (r538403) +++ head/science/pagmo2/distinfo Wed Jun 10 16:05:16 2020 (r538404) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575762103 -SHA256 (esa-pagmo2-v2.11.4_GH0.tar.gz) = 7756cf4b4a427a856137c40c3fdf27422fcf546249b70f9ba4c213ef1fbee051 -SIZE (esa-pagmo2-v2.11.4_GH0.tar.gz) = 17649054 +TIMESTAMP = 1591674627 +SHA256 (esa-pagmo2-v2.15.0-90-g61b7b393_GH0.tar.gz) = 6ca00918a9119ba17cdc3c0183a5a67c00534ac3739c888f610bb4d71caeae34 +SIZE (esa-pagmo2-v2.15.0-90-g61b7b393_GH0.tar.gz) = 16638787 Modified: head/science/pagmo2/pkg-descr ============================================================================== --- head/science/pagmo2/pkg-descr Wed Jun 10 15:45:38 2020 (r538403) +++ head/science/pagmo2/pkg-descr Wed Jun 10 16:05:16 2020 (r538404) @@ -3,4 +3,4 @@ built around the idea of providing a unified interface algorithms and to optimization problems and to make their deployment in massively parallel environments easy. -WWW: https://github.com/esa/pagmo2 +WWW: https://esa.github.io/pagmo2/ Modified: head/science/pagmo2/pkg-plist ============================================================================== --- head/science/pagmo2/pkg-plist Wed Jun 10 15:45:38 2020 (r538403) +++ head/science/pagmo2/pkg-plist Wed Jun 10 16:05:16 2020 (r538404) @@ -9,11 +9,13 @@ include/pagmo/algorithms/gaco.hpp include/pagmo/algorithms/gwo.hpp include/pagmo/algorithms/ihs.hpp include/pagmo/algorithms/ipopt.hpp +include/pagmo/algorithms/maco.hpp include/pagmo/algorithms/mbh.hpp 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/nspso.hpp include/pagmo/algorithms/null_algorithm.hpp include/pagmo/algorithms/pso.hpp include/pagmo/algorithms/pso_gen.hpp @@ -35,12 +37,15 @@ 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/free_form_fwd.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/support_xeus_cling.hpp include/pagmo/detail/task_queue.hpp +include/pagmo/detail/type_name.hpp +include/pagmo/detail/typeid_name_extract.hpp include/pagmo/detail/visibility.hpp include/pagmo/exceptions.hpp include/pagmo/io.hpp @@ -80,6 +85,7 @@ 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/free_form.hpp include/pagmo/topologies/fully_connected.hpp include/pagmo/topologies/ring.hpp include/pagmo/topologies/unconnected.hpp @@ -89,6 +95,7 @@ include/pagmo/types.hpp include/pagmo/utils/constrained.hpp include/pagmo/utils/discrepancy.hpp include/pagmo/utils/generic.hpp +include/pagmo/utils/genetic_operators.hpp include/pagmo/utils/gradients_and_hessians.hpp include/pagmo/utils/hv_algos/hv_algorithm.hpp include/pagmo/utils/hv_algos/hv_bf_approx.hpp @@ -101,12 +108,11 @@ 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 +lib/libpagmo.so.6 +lib/libpagmo.so.6.0