notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pagmo2 Platform to perform parallel computations of optimization tasks
2.19.0_5 science on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.19.0_4Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-05-01 09:38:33
Last Update: 2024-04-17 11:28:34
Commit Hash: 96261a1
License: GPLv3 LGPL3
WWW:
https://esa.github.io/pagmo2/
Description:
pagmo (C++) is a scientific library for massively parallel optimization. It is 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (125 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/pagmo2-2.19.0_5/catalog.mk
  3. /usr/local/share/licenses/pagmo2-2.19.0_5/LICENSE
  4. /usr/local/share/licenses/pagmo2-2.19.0_5/GPLv3
  5. /usr/local/share/licenses/pagmo2-2.19.0_5/LGPL3
  6. include/pagmo/algorithm.hpp
  7. include/pagmo/algorithms/bee_colony.hpp
  8. include/pagmo/algorithms/cmaes.hpp
  9. include/pagmo/algorithms/compass_search.hpp
  10. include/pagmo/algorithms/cstrs_self_adaptive.hpp
  11. include/pagmo/algorithms/de.hpp
  12. include/pagmo/algorithms/de1220.hpp
  13. include/pagmo/algorithms/gaco.hpp
  14. include/pagmo/algorithms/gwo.hpp
  15. include/pagmo/algorithms/ihs.hpp
  16. include/pagmo/algorithms/ipopt.hpp
  17. include/pagmo/algorithms/maco.hpp
  18. include/pagmo/algorithms/mbh.hpp
  19. include/pagmo/algorithms/moead.hpp
  20. include/pagmo/algorithms/moead_gen.hpp
  21. include/pagmo/algorithms/nlopt.hpp
  22. include/pagmo/algorithms/not_population_based.hpp
  23. include/pagmo/algorithms/nsga2.hpp
  24. include/pagmo/algorithms/nspso.hpp
  25. include/pagmo/algorithms/null_algorithm.hpp
  26. include/pagmo/algorithms/pso.hpp
  27. include/pagmo/algorithms/pso_gen.hpp
  28. include/pagmo/algorithms/sade.hpp
  29. include/pagmo/algorithms/sea.hpp
  30. include/pagmo/algorithms/sga.hpp
  31. include/pagmo/algorithms/simulated_annealing.hpp
  32. include/pagmo/algorithms/xnes.hpp
  33. include/pagmo/archipelago.hpp
  34. include/pagmo/batch_evaluators/default_bfe.hpp
  35. include/pagmo/batch_evaluators/member_bfe.hpp
  36. include/pagmo/batch_evaluators/thread_bfe.hpp
  37. include/pagmo/bfe.hpp
  38. include/pagmo/config.hpp
  39. include/pagmo/detail/archipelago_fwd.hpp
  40. include/pagmo/detail/base_sr_policy.hpp
  41. include/pagmo/detail/bfe_impl.hpp
  42. include/pagmo/detail/constants.hpp
  43. include/pagmo/detail/custom_comparisons.hpp
  44. include/pagmo/detail/eigen.hpp
  45. include/pagmo/detail/eigen_s11n.hpp
  46. include/pagmo/detail/free_form_fwd.hpp
  47. include/pagmo/detail/gte_getter.hpp
  48. include/pagmo/detail/island_fwd.hpp
  49. include/pagmo/detail/prime_numbers.hpp
  50. include/pagmo/detail/s11n_wrappers.hpp
  51. include/pagmo/detail/support_xeus_cling.hpp
  52. include/pagmo/detail/task_queue.hpp
  53. include/pagmo/detail/type_name.hpp
  54. include/pagmo/detail/typeid_name_extract.hpp
  55. include/pagmo/detail/visibility.hpp
  56. include/pagmo/exceptions.hpp
  57. include/pagmo/io.hpp
  58. include/pagmo/island.hpp
  59. include/pagmo/islands/fork_island.hpp
  60. include/pagmo/islands/thread_island.hpp
  61. include/pagmo/pagmo.hpp
  62. include/pagmo/population.hpp
  63. include/pagmo/problem.hpp
  64. include/pagmo/problems/ackley.hpp
  65. include/pagmo/problems/cec2006.hpp
  66. include/pagmo/problems/cec2009.hpp
  67. include/pagmo/problems/cec2013.hpp
  68. include/pagmo/problems/cec2014.hpp
  69. include/pagmo/problems/decompose.hpp
  70. include/pagmo/problems/dtlz.hpp
  71. include/pagmo/problems/golomb_ruler.hpp
  72. include/pagmo/problems/griewank.hpp
  73. include/pagmo/problems/hock_schittkowski_71.hpp
  74. include/pagmo/problems/inventory.hpp
  75. include/pagmo/problems/lennard_jones.hpp
  76. include/pagmo/problems/luksan_vlcek1.hpp
  77. include/pagmo/problems/minlp_rastrigin.hpp
  78. include/pagmo/problems/null_problem.hpp
  79. include/pagmo/problems/rastrigin.hpp
  80. include/pagmo/problems/rosenbrock.hpp
  81. include/pagmo/problems/schwefel.hpp
  82. include/pagmo/problems/translate.hpp
  83. include/pagmo/problems/unconstrain.hpp
  84. include/pagmo/problems/wfg.hpp
  85. include/pagmo/problems/zdt.hpp
  86. include/pagmo/r_policies/fair_replace.hpp
  87. include/pagmo/r_policy.hpp
  88. include/pagmo/rng.hpp
  89. include/pagmo/s11n.hpp
  90. include/pagmo/s_policies/select_best.hpp
  91. include/pagmo/s_policy.hpp
  92. include/pagmo/threading.hpp
  93. include/pagmo/topologies/base_bgl_topology.hpp
  94. include/pagmo/topologies/free_form.hpp
  95. include/pagmo/topologies/fully_connected.hpp
  96. include/pagmo/topologies/ring.hpp
  97. include/pagmo/topologies/unconnected.hpp
  98. include/pagmo/topology.hpp
  99. include/pagmo/type_traits.hpp
  100. include/pagmo/types.hpp
  101. include/pagmo/utils/constrained.hpp
  102. include/pagmo/utils/discrepancy.hpp
  103. include/pagmo/utils/generic.hpp
  104. include/pagmo/utils/genetic_operators.hpp
  105. include/pagmo/utils/gradients_and_hessians.hpp
  106. include/pagmo/utils/hv_algos/hv_algorithm.hpp
  107. include/pagmo/utils/hv_algos/hv_bf_approx.hpp
  108. include/pagmo/utils/hv_algos/hv_bf_fpras.hpp
  109. include/pagmo/utils/hv_algos/hv_hv2d.hpp
  110. include/pagmo/utils/hv_algos/hv_hv3d.hpp
  111. include/pagmo/utils/hv_algos/hv_hvwfg.hpp
  112. include/pagmo/utils/hypervolume.hpp
  113. include/pagmo/utils/multi_objective.hpp
  114. lib/cmake/pagmo/Findpagmo_IPOPT.cmake
  115. lib/cmake/pagmo/PagmoFindBoost.cmake
  116. lib/cmake/pagmo/pagmo-config-version.cmake
  117. lib/cmake/pagmo/pagmo-config.cmake
  118. lib/cmake/pagmo/pagmo_export-release.cmake
  119. lib/cmake/pagmo/pagmo_export.cmake
  120. lib/libpagmo.so
  121. lib/libpagmo.so.9
  122. lib/libpagmo.so.9.0
  123. @owner
  124. @group
  125. @mode
Collapse this list.
Dependency lines:
  • pagmo2>0:science/pagmo2
To install the port:
cd /usr/ports/science/pagmo2/ && make install clean
To add the package, run one of these commands:
  • pkg install science/pagmo2
  • pkg install pagmo2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pagmo2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1681189859 SHA256 (esa-pagmo2-v2.19.0_GH0.tar.gz) = 701ada528de7d454201e92a5d88903dd1c22ea64f43861d9694195ddfef82a70 SIZE (esa-pagmo2-v2.19.0_GH0.tar.gz) = 17401814

Packages (timestamps in pop-ups are UTC):
pagmo2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.19.0_42.19.0_4--2.19.0_4---
FreeBSD:13:quarterly2.19.0_42.19.0_4--2.19.0_4---
FreeBSD:14:latest2.19.0_42.19.0_4--2.19.0_4---
FreeBSD:14:quarterly2.19.0_42.19.0_4--2.19.0_4---
FreeBSD:15:latest2.19.0_42.19.0_4n/a-n/a--2.19.0_4
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. eigen3.pc : math/eigen3
Runtime dependencies:
  1. eigen3.pc : math/eigen3
Library dependencies:
  1. libboost_serialization.so : devel/boost-libs
  2. libipopt.so : math/ipopt
  3. libnlopt.so : math/nlopt
  4. libtbb.so : devel/onetbb
This port is required by:
for Build
  1. misc/dartsim
for Libraries
  1. math/openturns
  2. misc/dartsim
  3. science/py-pygmo2

Configuration Options:
No options to configure
Options name:
science_pagmo2
USES:
cmake compiler:c++17-lang eigen:3,build,run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/esa/pagmo2/tar.gz/v2.19.0?dummy=/
Collapse this list.

Number of commits found: 35

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.19.0_5
17 Apr 2024 11:28:34
commit hash: 96261a1e5aa94517a2203297c75c66f1269c075fcommit hash: 96261a1e5aa94517a2203297c75c66f1269c075fcommit hash: 96261a1e5aa94517a2203297c75c66f1269c075fcommit hash: 96261a1e5aa94517a2203297c75c66f1269c075f files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.12.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0
2.19.0_4
28 Nov 2023 11:35:02
commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.11.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0
2.19.0_3
21 Aug 2023 10:09:23
commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.10.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
2.19.0_2
09 May 2023 10:25:26
commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.9.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
2.19.0_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
2.19.0
11 Apr 2023 08:05:18
commit hash: 9a6556206f8019ecd3b7a09da839776227c666f6commit hash: 9a6556206f8019ecd3b7a09da839776227c666f6commit hash: 9a6556206f8019ecd3b7a09da839776227c666f6commit hash: 9a6556206f8019ecd3b7a09da839776227c666f6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/pagmo2: Update 2.18.0 → 2.19.0
2.18.0_9
03 Mar 2023 15:01:50
commit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37ec files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.8.0

Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
2.18.0_8
03 Nov 2022 11:32:41
commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.7.0

and bump dependent ports' revisions.

Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
2.18.0_7
28 Sep 2022 10:28:09
commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.6.0

and bump dependent ports' revisions.

Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.18.0_6
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.18.0_6
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
2.18.0_5
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
2.18.0_4
24 Feb 2022 16:21:08
commit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4ecommit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4ecommit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4ecommit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/ipopt: Update 3.12.13 -> 3.14.4
2.18.0_3
05 Jan 2022 16:43:54
commit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4c files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.5.0

and bump dependent ports' revisions
2.18.0_2
10 Oct 2021 15:11:27
commit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3a files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.4.0

Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
2.18.0_1
15 Aug 2021 07:33:08
commit hash: 809ec70b320f327dff65246852eb4e3eec480538commit hash: 809ec70b320f327dff65246852eb4e3eec480538commit hash: 809ec70b320f327dff65246852eb4e3eec480538commit hash: 809ec70b320f327dff65246852eb4e3eec480538 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/pagmo2: Switch to devel/onetbb

Pagmo2 now supports both old devel/tbb and new devel/onetbb at the same time.

PR:		252789
2.18.0
03 Aug 2021 22:10:24
commit hash: 15d0a6a399e334ba05cf7939170f7b7a42ee43bbcommit hash: 15d0a6a399e334ba05cf7939170f7b7a42ee43bbcommit hash: 15d0a6a399e334ba05cf7939170f7b7a42ee43bbcommit hash: 15d0a6a399e334ba05cf7939170f7b7a42ee43bb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/pagmo2: Update 2.17.0 -> 2.18.0
2.17.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.17.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.17.0
06 Mar 2021 18:09:59
Revision:567505Original commit files touched by this commit
yuri search for other commits by this committer
science/pagmo2: Update 2.16.1 -> 2.17.0

Reported by:	portscout
2.16.1
28 Feb 2021 10:49:06
Revision:566754Original commit files touched by this commit
yuri search for other commits by this committer
science/pagmo2: Update 2.15.0-102 -> 2.16.1
2.15.0.102_1
12 Dec 2020 17:04:37
Revision:557839Original commit files touched by this commit
thierry search for other commits by this committer
- Upgrade math/eigen3 to 3.3.8;

- Add some dependencies which might be detected by Find_Package but not
registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
2.15.0.102
19 Sep 2020 19:52:53
Revision:549055Original commit files touched by this commit
yuri search for other commits by this committer
science/pagmo2: Update 2.15.0-95 -> 2.15.0-102
2.15.0.95
28 Aug 2020 17:28:52
Revision:546761Original commit files touched by this commit
yuri search for other commits by this committer
science/pagmo2: Update 2.15.0-90 -> 2.15.0-95
2.15.0.90_1
17 Jul 2020 10:12:26
Revision:542423Original commit files touched by this commit
martymac search for other commits by this committer
Update devel/tbb to 2020.3 and bump dependent ports' revisions

Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
2.15.0.90
10 Jun 2020 16:05:16
Revision:538404Original commit files touched by this commit
yuri search for other commits by this committer
science/pagmo2: Update 2.11.4 -> 2.15.0-90

Reported by:	portscout
2.11.4_3
01 Apr 2020 14:14:52
Revision:530219Original commit files touched by this commit
martymac search for other commits by this committer
Update devel/tbb to 2020.2 and bump dependent port's revisions

Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
2.11.4_2
26 Dec 2019 16:25:22
Revision:520935Original commit files touched by this commit
martymac search for other commits by this committer
Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]

Also, while here, re-generate patches using the makepatch target

[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES
2.11.4_1
11 Dec 2019 17:53:49
Revision:519824Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2.11.4
10 Dec 2019 23:31:48
Revision:519783Original commit files touched by this commit
pkubaj search for other commits by this committer
science/pagmo2: fix build on GCC architectures

Needs C++11 compiler after last upgrade:
CMake Error in CMakeLists.txt:
  Target "pagmo" requires the language dialect "CXX11" , but CMake does not
  know the compile flags to use to enable it.
2.11.4
08 Dec 2019 01:52:30
Revision:519268Original commit files touched by this commit
yuri search for other commits by this committer
science/pagmo2: Update 2.10-161 -> 2.11.4

Reported by:	portscout
2.10.161_2
19 Aug 2019 15:35:28
Revision:509290Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2.10.161_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2.10.161
01 May 2019 07:16:57
Revision:500581Original commit files touched by this commit
yuri search for other commits by this committer
New port: science/pagmo2: Platform to perform parallel computations of
optimization tasks

Number of commits found: 35