Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2019 01:52:30 +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: r519268 - head/science/pagmo2
Message-ID:  <201912080152.xB81qUIv027777@repo.freebsd.org>

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



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