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 on branch 2022Q3
amgcl C++ header-only library for solving large sparse linear systems
1.4.4 math 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 1.4.4Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-01-10 22:56:08
Last Update: 2023-10-30 02:31:23
Commit Hash: 327f233
License: MIT
WWW:
https://github.com/ddemidov/amgcl
Description:
AMGCL is a header-only C++ library for solving large sparse linear systems with algebraic multigrid (AMG) method. AMG is one of the most effective iterative methods for solution of equation systems arising, for example, from discretizing PDEs on unstructured grids. The method can be used as a black-box solver for various computational problems, since it does not require any information about the underlying geometry. AMG is often used not as a standalone solver but as a preconditioner within an iterative solver (e.g. Conjugate Gradients, BiCGStab, or GMRES).
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 (145 items)
Collapse this list.
  1. /usr/local/share/licenses/amgcl-1.4.4/catalog.mk
  2. /usr/local/share/licenses/amgcl-1.4.4/LICENSE
  3. /usr/local/share/licenses/amgcl-1.4.4/MIT
  4. include/amgcl/adapter/block_matrix.hpp
  5. include/amgcl/adapter/complex.hpp
  6. include/amgcl/adapter/crs_builder.hpp
  7. include/amgcl/adapter/crs_tuple.hpp
  8. include/amgcl/adapter/eigen.hpp
  9. include/amgcl/adapter/epetra.hpp
  10. include/amgcl/adapter/reorder.hpp
  11. include/amgcl/adapter/scaled_problem.hpp
  12. include/amgcl/adapter/ublas.hpp
  13. include/amgcl/adapter/zero_copy.hpp
  14. include/amgcl/amg.hpp
  15. include/amgcl/backend/blaze.hpp
  16. include/amgcl/backend/block_crs.hpp
  17. include/amgcl/backend/builtin.hpp
  18. include/amgcl/backend/builtin_hybrid.hpp
  19. include/amgcl/backend/cuda.hpp
  20. include/amgcl/backend/detail/default_direct_solver.hpp
  21. include/amgcl/backend/detail/matrix_ops.hpp
  22. include/amgcl/backend/detail/mixing.hpp
  23. include/amgcl/backend/eigen.hpp
  24. include/amgcl/backend/hpx.hpp
  25. include/amgcl/backend/interface.hpp
  26. include/amgcl/backend/mkl.hpp
  27. include/amgcl/backend/vexcl.hpp
  28. include/amgcl/backend/vexcl_static_matrix.hpp
  29. include/amgcl/backend/viennacl.hpp
  30. include/amgcl/coarsening/aggregation.hpp
  31. include/amgcl/coarsening/as_scalar.hpp
  32. include/amgcl/coarsening/detail/galerkin.hpp
  33. include/amgcl/coarsening/detail/scaled_galerkin.hpp
  34. include/amgcl/coarsening/plain_aggregates.hpp
  35. include/amgcl/coarsening/pointwise_aggregates.hpp
  36. include/amgcl/coarsening/rigid_body_modes.hpp
  37. include/amgcl/coarsening/ruge_stuben.hpp
  38. include/amgcl/coarsening/runtime.hpp
  39. include/amgcl/coarsening/smoothed_aggr_emin.hpp
  40. include/amgcl/coarsening/smoothed_aggregation.hpp
  41. include/amgcl/coarsening/tentative_prolongation.hpp
  42. include/amgcl/deflated_solver.hpp
  43. include/amgcl/detail/inverse.hpp
  44. include/amgcl/detail/qr.hpp
  45. include/amgcl/detail/sort_row.hpp
  46. include/amgcl/detail/spgemm.hpp
  47. include/amgcl/io/binary.hpp
  48. include/amgcl/io/ios_saver.hpp
  49. include/amgcl/io/mm.hpp
  50. include/amgcl/make_block_solver.hpp
  51. include/amgcl/make_solver.hpp
  52. include/amgcl/mpi/amg.hpp
  53. include/amgcl/mpi/block_preconditioner.hpp
  54. include/amgcl/mpi/coarsening/aggregation.hpp
  55. include/amgcl/mpi/coarsening/pmis.hpp
  56. include/amgcl/mpi/coarsening/runtime.hpp
  57. include/amgcl/mpi/coarsening/smoothed_aggregation.hpp
  58. include/amgcl/mpi/cpr.hpp
  59. include/amgcl/mpi/direct_solver/eigen_splu.hpp
  60. include/amgcl/mpi/direct_solver/pastix.hpp
  61. include/amgcl/mpi/direct_solver/runtime.hpp
  62. include/amgcl/mpi/direct_solver/skyline_lu.hpp
  63. include/amgcl/mpi/direct_solver/solver_base.hpp
  64. include/amgcl/mpi/distributed_matrix.hpp
  65. include/amgcl/mpi/inner_product.hpp
  66. include/amgcl/mpi/make_solver.hpp
  67. include/amgcl/mpi/partition/merge.hpp
  68. include/amgcl/mpi/partition/parmetis.hpp
  69. include/amgcl/mpi/partition/ptscotch.hpp
  70. include/amgcl/mpi/partition/runtime.hpp
  71. include/amgcl/mpi/partition/util.hpp
  72. include/amgcl/mpi/preconditioner.hpp
  73. include/amgcl/mpi/relaxation/as_preconditioner.hpp
  74. include/amgcl/mpi/relaxation/chebyshev.hpp
  75. include/amgcl/mpi/relaxation/damped_jacobi.hpp
  76. include/amgcl/mpi/relaxation/gauss_seidel.hpp
  77. include/amgcl/mpi/relaxation/ilu0.hpp
  78. include/amgcl/mpi/relaxation/iluk.hpp
  79. include/amgcl/mpi/relaxation/ilup.hpp
  80. include/amgcl/mpi/relaxation/ilut.hpp
  81. include/amgcl/mpi/relaxation/runtime.hpp
  82. include/amgcl/mpi/relaxation/spai0.hpp
  83. include/amgcl/mpi/relaxation/spai1.hpp
  84. include/amgcl/mpi/schur_pressure_correction.hpp
  85. include/amgcl/mpi/solver/bicgstab.hpp
  86. include/amgcl/mpi/solver/bicgstabl.hpp
  87. include/amgcl/mpi/solver/cg.hpp
  88. include/amgcl/mpi/solver/fgmres.hpp
  89. include/amgcl/mpi/solver/gmres.hpp
  90. include/amgcl/mpi/solver/idrs.hpp
  91. include/amgcl/mpi/solver/lgmres.hpp
  92. include/amgcl/mpi/solver/preonly.hpp
  93. include/amgcl/mpi/solver/richardson.hpp
  94. include/amgcl/mpi/solver/runtime.hpp
  95. include/amgcl/mpi/subdomain_deflation.hpp
  96. include/amgcl/mpi/util.hpp
  97. include/amgcl/perf_counter/clock.hpp
  98. include/amgcl/perf_counter/cray_energy.hpp
  99. include/amgcl/perf_counter/mpi_aggregator.hpp
  100. include/amgcl/preconditioner/cpr.hpp
  101. include/amgcl/preconditioner/cpr_drs.hpp
  102. include/amgcl/preconditioner/dummy.hpp
  103. include/amgcl/preconditioner/runtime.hpp
  104. include/amgcl/preconditioner/schur_pressure_correction.hpp
  105. include/amgcl/profiler.hpp
  106. include/amgcl/relaxation/as_block.hpp
  107. include/amgcl/relaxation/as_preconditioner.hpp
  108. include/amgcl/relaxation/chebyshev.hpp
  109. include/amgcl/relaxation/cusparse_ilu0.hpp
  110. include/amgcl/relaxation/damped_jacobi.hpp
  111. include/amgcl/relaxation/detail/ilu_solve.hpp
  112. include/amgcl/relaxation/gauss_seidel.hpp
  113. include/amgcl/relaxation/ilu0.hpp
  114. include/amgcl/relaxation/iluk.hpp
  115. include/amgcl/relaxation/ilup.hpp
  116. include/amgcl/relaxation/ilut.hpp
  117. include/amgcl/relaxation/runtime.hpp
  118. include/amgcl/relaxation/spai0.hpp
  119. include/amgcl/relaxation/spai1.hpp
  120. include/amgcl/reorder/cuthill_mckee.hpp
  121. include/amgcl/solver/bicgstab.hpp
  122. include/amgcl/solver/bicgstabl.hpp
  123. include/amgcl/solver/cg.hpp
  124. include/amgcl/solver/detail/default_inner_product.hpp
  125. include/amgcl/solver/detail/givens_rotations.hpp
  126. include/amgcl/solver/eigen.hpp
  127. include/amgcl/solver/fgmres.hpp
  128. include/amgcl/solver/gmres.hpp
  129. include/amgcl/solver/idrs.hpp
  130. include/amgcl/solver/lgmres.hpp
  131. include/amgcl/solver/precond_side.hpp
  132. include/amgcl/solver/preonly.hpp
  133. include/amgcl/solver/richardson.hpp
  134. include/amgcl/solver/runtime.hpp
  135. include/amgcl/solver/skyline_lu.hpp
  136. include/amgcl/util.hpp
  137. include/amgcl/value_type/complex.hpp
  138. include/amgcl/value_type/eigen.hpp
  139. include/amgcl/value_type/interface.hpp
  140. include/amgcl/value_type/static_matrix.hpp
  141. share/amgcl/cmake/amgcl-config.cmake
  142. share/amgcl/cmake/amgcl-targets.cmake
  143. @owner
  144. @group
  145. @mode
Collapse this list.
Dependency lines:
  • amgcl>0:math/amgcl
To install the port:
cd /usr/ports/math/amgcl/ && make install clean
To add the package, run one of these commands:
  • pkg install math/amgcl
  • pkg install amgcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: amgcl
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1698601455 SHA256 (ddemidov-amgcl-1.4.4_GH0.tar.gz) = 02fd5418e14d669422f65fc739ce72bf9516ced2d8942574d4b8caa05dda9d8c SIZE (ddemidov-amgcl-1.4.4_GH0.tar.gz) = 3035678

Packages (timestamps in pop-ups are UTC):
amgcl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.41.4.41.4.01.4.41.4.4---
FreeBSD:13:quarterly1.4.41.4.4-1.4.41.4.41.4.41.4.41.4.4
FreeBSD:14:latest1.4.41.4.4-1.4.41.4.4--1.4.3_1
FreeBSD:14:quarterly1.4.41.4.4-1.4.41.4.41.4.41.4.41.4.4
FreeBSD:15:latest1.4.41.4.4n/a1.4.4n/a1.4.41.4.41.4.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. boost-libs>0 : devel/boost-libs
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Runtime dependencies:
  1. ptree.hpp : devel/boost-libs
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_amgcl
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ddemidov/amgcl/tar.gz/1.4.4?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port