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
Port details
arborx Performance-portable geometric search library
1.7 math on this many watch lists=2 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 1.6_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-14 04:54:32
Last Update: 2024-09-06 03:28:12
Commit Hash: 8ffc48d
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: BSD3CLAUSE
WWW:
https://github.com/arborx/ArborX
Description:
ArborX is an open-source library designed to provide performance portable algorithms for geometric search, similarly to nanoflann and Boost Geometry.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (91 items)
Collapse this list.
  1. /usr/local/share/licenses/arborx-1.7/catalog.mk
  2. /usr/local/share/licenses/arborx-1.7/LICENSE
  3. /usr/local/share/licenses/arborx-1.7/BSD3CLAUSE
  4. include/ArborX/ArborX.hpp
  5. include/ArborX/ArborX_BruteForce.hpp
  6. include/ArborX/ArborX_Config.hpp
  7. include/ArborX/ArborX_CrsGraphWrapper.hpp
  8. include/ArborX/ArborX_DBSCAN.hpp
  9. include/ArborX/ArborX_HDBSCAN.hpp
  10. include/ArborX/ArborX_LinearBVH.hpp
  11. include/ArborX/ArborX_Version.hpp
  12. include/ArborX/details/ArborX_AccessTraits.hpp
  13. include/ArborX/details/ArborX_AttachIndices.hpp
  14. include/ArborX/details/ArborX_Callbacks.hpp
  15. include/ArborX/details/ArborX_Dendrogram.hpp
  16. include/ArborX/details/ArborX_DetailsBatchedQueries.hpp
  17. include/ArborX/details/ArborX_DetailsBruteForceImpl.hpp
  18. include/ArborX/details/ArborX_DetailsCartesianGrid.hpp
  19. include/ArborX/details/ArborX_DetailsContainers.hpp
  20. include/ArborX/details/ArborX_DetailsCrsGraphWrapperImpl.hpp
  21. include/ArborX/details/ArborX_DetailsDendrogram.hpp
  22. include/ArborX/details/ArborX_DetailsExpandHalfToFull.hpp
  23. include/ArborX/details/ArborX_DetailsFDBSCAN.hpp
  24. include/ArborX/details/ArborX_DetailsFDBSCANDenseBox.hpp
  25. include/ArborX/details/ArborX_DetailsHalfTraversal.hpp
  26. include/ArborX/details/ArborX_DetailsHappyTreeFriends.hpp
  27. include/ArborX/details/ArborX_DetailsHeap.hpp
  28. include/ArborX/details/ArborX_DetailsLegacy.hpp
  29. include/ArborX/details/ArborX_DetailsMinimumSpanningTree.hpp
  30. include/ArborX/details/ArborX_DetailsMortonCode.hpp
  31. include/ArborX/details/ArborX_DetailsMutualReachabilityDistance.hpp
  32. include/ArborX/details/ArborX_DetailsNearestBufferProvider.hpp
  33. include/ArborX/details/ArborX_DetailsNode.hpp
  34. include/ArborX/details/ArborX_DetailsOperatorFunctionObjects.hpp
  35. include/ArborX/details/ArborX_DetailsPermutedData.hpp
  36. include/ArborX/details/ArborX_DetailsPriorityQueue.hpp
  37. include/ArborX/details/ArborX_DetailsSortUtils.hpp
  38. include/ArborX/details/ArborX_DetailsStack.hpp
  39. include/ArborX/details/ArborX_DetailsTreeConstruction.hpp
  40. include/ArborX/details/ArborX_DetailsTreeNodeLabeling.hpp
  41. include/ArborX/details/ArborX_DetailsTreeTraversal.hpp
  42. include/ArborX/details/ArborX_DetailsTreeVisualization.hpp
  43. include/ArborX/details/ArborX_DetailsUnionFind.hpp
  44. include/ArborX/details/ArborX_DetailsUtils.hpp
  45. include/ArborX/details/ArborX_DetailsVector.hpp
  46. include/ArborX/details/ArborX_DetailsWeightedEdge.hpp
  47. include/ArborX/details/ArborX_Exception.hpp
  48. include/ArborX/details/ArborX_IndexableGetter.hpp
  49. include/ArborX/details/ArborX_MinimumSpanningTree.hpp
  50. include/ArborX/details/ArborX_NeighborList.hpp
  51. include/ArborX/details/ArborX_PairIndexRank.hpp
  52. include/ArborX/details/ArborX_PairValueIndex.hpp
  53. include/ArborX/details/ArborX_PredicateHelpers.hpp
  54. include/ArborX/details/ArborX_Predicates.hpp
  55. include/ArborX/details/ArborX_SpaceFillingCurves.hpp
  56. include/ArborX/details/ArborX_TraversalPolicy.hpp
  57. include/ArborX/geometry/ArborX_Box.hpp
  58. include/ArborX/geometry/ArborX_DetailsAlgorithms.hpp
  59. include/ArborX/geometry/ArborX_GeometryTraits.hpp
  60. include/ArborX/geometry/ArborX_HyperBox.hpp
  61. include/ArborX/geometry/ArborX_HyperPoint.hpp
  62. include/ArborX/geometry/ArborX_HyperSphere.hpp
  63. include/ArborX/geometry/ArborX_HyperTriangle.hpp
  64. include/ArborX/geometry/ArborX_KDOP.hpp
  65. include/ArborX/geometry/ArborX_Point.hpp
  66. include/ArborX/geometry/ArborX_Ray.hpp
  67. include/ArborX/geometry/ArborX_Sphere.hpp
  68. include/ArborX/geometry/ArborX_Tetrahedron.hpp
  69. include/ArborX/interpolation/ArborX_InterpMovingLeastSquares.hpp
  70. include/ArborX/interpolation/details/ArborX_InterpDetailsCompactRadialBasisFunction.hpp
  71. include/ArborX/interpolation/details/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp
  72. include/ArborX/interpolation/details/ArborX_InterpDetailsPolynomialBasis.hpp
  73. include/ArborX/interpolation/details/ArborX_InterpDetailsSymmetricPseudoInverseSVD.hpp
  74. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtAccessibilityTraits.hpp
  75. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtArithmeticTraits.hpp
  76. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtKernelStdAlgorithms.hpp
  77. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtMinMaxOperations.hpp
  78. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtMinMaxReduce.hpp
  79. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtSort.hpp
  80. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp
  81. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtSwap.hpp
  82. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtUninitializedMemoryAlgorithms.hpp
  83. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtVersion.hpp
  84. include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtViewHelpers.hpp
  85. lib/cmake/ArborX/ArborXConfig.cmake
  86. lib/cmake/ArborX/ArborXConfigVersion.cmake
  87. lib/cmake/ArborX/ArborXSettings.cmake
  88. lib/cmake/ArborX/ArborXTargets.cmake
  89. @owner
  90. @group
  91. @mode
Collapse this list.
Dependency lines:
  • arborx>0:math/arborx
To install the port:
cd /usr/ports/math/arborx/ && make install clean
To add the package, run one of these commands:
  • pkg install math/arborx
  • pkg install arborx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: arborx
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1725591571 SHA256 (arborx-ArborX-v1.7_GH0.tar.gz) = e3d9a57a1d7c1ad62f6bbb43fd29a366506f3a16cbbe801c04d10f5fb0dec201 SIZE (arborx-ArborX-v1.7_GH0.tar.gz) = 441997

Packages (timestamps in pop-ups are UTC):
arborx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.71.7------
FreeBSD:13:quarterly1.71.7----1.51.5
FreeBSD:14:latest1.71.7-----1.4.1
FreeBSD:14:quarterly1.71.7----1.51.5
FreeBSD:15:latest1.71.7n/a-n/a-1.51.5
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. onetbb>0 : devel/onetbb
  2. kokkos>0 : devel/kokkos
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
Runtime dependencies:
  1. onetbb>0 : devel/onetbb
  2. kokkos>0 : devel/kokkos
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_arborx
USES:
cmake:testing
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/arborx/ArborX/tar.gz/v1.7?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7
06 Sep 2024 03:28:12
commit hash: 8ffc48d47f2530f4718a3b5d7ae5c854f82edf78commit hash: 8ffc48d47f2530f4718a3b5d7ae5c854f82edf78commit hash: 8ffc48d47f2530f4718a3b5d7ae5c854f82edf78commit hash: 8ffc48d47f2530f4718a3b5d7ae5c854f82edf78 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/arborx: update 1.6 → 1.7

Reported by:	portscout
1.6_2
19 Aug 2024 19:11:44
commit hash: aea62f129942f42ca1f909524ff9d0b0203d1e05commit hash: aea62f129942f42ca1f909524ff9d0b0203d1e05commit hash: aea62f129942f42ca1f909524ff9d0b0203d1e05commit hash: aea62f129942f42ca1f909524ff9d0b0203d1e05 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/kokkos: update 4.3.01 → 4.4.00
1.6_1
21 Apr 2024 18:28:27
commit hash: ff0f036938004bcedcd095806fc3c0cad1cec3b5commit hash: ff0f036938004bcedcd095806fc3c0cad1cec3b5commit hash: ff0f036938004bcedcd095806fc3c0cad1cec3b5commit hash: ff0f036938004bcedcd095806fc3c0cad1cec3b5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/kokkos: update 4.1.00 → 4.3.00

Reported by:	portscout
1.6
12 Apr 2024 16:36:27
commit hash: 60f1a76c35ec28fa6b7a910cf967ee436f73f2a6commit hash: 60f1a76c35ec28fa6b7a910cf967ee436f73f2a6commit hash: 60f1a76c35ec28fa6b7a910cf967ee436f73f2a6commit hash: 60f1a76c35ec28fa6b7a910cf967ee436f73f2a6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/arborx: update 1.5 → 1.6

Reported by:	portscout
1.5
19 Dec 2023 09:36:38
commit hash: 4d55f20259286eb9d0769c65257660ab5f6ee4accommit hash: 4d55f20259286eb9d0769c65257660ab5f6ee4accommit hash: 4d55f20259286eb9d0769c65257660ab5f6ee4accommit hash: 4d55f20259286eb9d0769c65257660ab5f6ee4ac files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/arborx: update 1.4.1 → 1.5

Reported by:	portscout
1.4.1_1
09 Jul 2023 23:17:15
commit hash: ce83fc9e191eec30dc43e675575154176e6756e0commit hash: ce83fc9e191eec30dc43e675575154176e6756e0commit hash: ce83fc9e191eec30dc43e675575154176e6756e0commit hash: ce83fc9e191eec30dc43e675575154176e6756e0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/kokkos: Update 3.7.01 → 4.1.00
1.4.1
10 Jun 2023 03:59:10
commit hash: c380a5b7c16d27b37e77042d8a770007337479abcommit hash: c380a5b7c16d27b37e77042d8a770007337479abcommit hash: c380a5b7c16d27b37e77042d8a770007337479abcommit hash: c380a5b7c16d27b37e77042d8a770007337479ab files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/arborx: Update 1.4 → 1.4.1

Reported by:	portscout
1.4
08 May 2023 04:16:34
commit hash: 41bb0f899672d6b01318ce323f523c503e62febacommit hash: 41bb0f899672d6b01318ce323f523c503e62febacommit hash: 41bb0f899672d6b01318ce323f523c503e62febacommit hash: 41bb0f899672d6b01318ce323f523c503e62feba files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/arborx: Update 1.3 → 1.4

Reported by:	portscout
1.3
14 Nov 2022 04:53:42
commit hash: 2969ce3e39b71305192b1269dc237c6297f86bb7commit hash: 2969ce3e39b71305192b1269dc237c6297f86bb7commit hash: 2969ce3e39b71305192b1269dc237c6297f86bb7commit hash: 2969ce3e39b71305192b1269dc237c6297f86bb7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/arborx: New port: Performance-portable geometric search library

Number of commits found: 9