Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2020 16:05:16 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538404 - head/science/pagmo2
Message-ID:  <202006101605.05AG5GcC074987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006101605.05AG5GcC074987>