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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
pagmo2 Platform to perform parallel computations of optimization tasks
2.19.1_7 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.1_7Version 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: 2025-10-20 11:48:39
Commit Hash: 67fb95f
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.1_7/catalog.mk
  3. /usr/local/share/licenses/pagmo2-2.19.1_7/LICENSE
  4. /usr/local/share/licenses/pagmo2-2.19.1_7/GPLv3
  5. /usr/local/share/licenses/pagmo2-2.19.1_7/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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
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 = 1723264294 SHA256 (esa-pagmo2-v2.19.1_GH0.tar.gz) = ecc180e669fa6bbece959429ac7d92439e89e1fd1c523aa72b11b6c82e414a1d SIZE (esa-pagmo2-v2.19.1_GH0.tar.gz) = 17402379

Packages (timestamps in pop-ups are UTC):
pagmo2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.19.1_72.19.1_7---n/an/an/a
FreeBSD:13:quarterly2.19.1_72.19.1_7---n/an/an/a
FreeBSD:14:latest2.19.1_72.19.1_7------
FreeBSD:14:quarterly2.19.1_72.19.1_7------
FreeBSD:15:latest2.19.1_72.19.1_7n/a-n/an/a-2.19.0_4
FreeBSD:15:quarterly2.19.1_72.19.1_7n/a-n/an/a--
FreeBSD:16:latest2.19.1_72.19.1_7n/a-n/an/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.1?dummy=/
Collapse this list.

There are no commits on branch 2020Q3 for this port