aboutsummaryrefslogtreecommitdiff
path: root/science/pagmo2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-06-10 16:05:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-06-10 16:05:16 +0000
commit3c860dcbb411b823ceb0b0ec521d6e774c0b311e (patch)
tree5151ce7e8c32d390eb2c97326967b145747f712b /science/pagmo2
parente8b01391342cfbeb7d090ac25f6810e741503b3c (diff)
downloadports-3c860dcbb411b823ceb0b0ec521d6e774c0b311e.tar.gz
ports-3c860dcbb411b823ceb0b0ec521d6e774c0b311e.zip
science/pagmo2: Update 2.11.4 -> 2.15.0-90
Reported by: portscout
Notes
Notes: svn path=/head/; revision=538404
Diffstat (limited to 'science/pagmo2')
-rw-r--r--science/pagmo2/Makefile6
-rw-r--r--science/pagmo2/distinfo6
-rw-r--r--science/pagmo2/pkg-descr2
-rw-r--r--science/pagmo2/pkg-plist14
4 files changed, 17 insertions, 11 deletions
diff --git a/science/pagmo2/Makefile b/science/pagmo2/Makefile
index 8a8048c6d1b1..774bb575bd25 100644
--- a/science/pagmo2/Makefile
+++ b/science/pagmo2/Makefile
@@ -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} && \
diff --git a/science/pagmo2/distinfo b/science/pagmo2/distinfo
index db437cf16450..838e5d9a58b9 100644
--- a/science/pagmo2/distinfo
+++ b/science/pagmo2/distinfo
@@ -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
diff --git a/science/pagmo2/pkg-descr b/science/pagmo2/pkg-descr
index 4478207076f6..5493963a3f82 100644
--- a/science/pagmo2/pkg-descr
+++ b/science/pagmo2/pkg-descr
@@ -3,4 +3,4 @@ built around the idea of providing a unified interface to optimization
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/
diff --git a/science/pagmo2/pkg-plist b/science/pagmo2/pkg-plist
index 6fbff0972ca5..0f25cdbb59dc 100644
--- a/science/pagmo2/pkg-plist
+++ b/science/pagmo2/pkg-plist
@@ -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