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
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.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.4
30 Oct 2023 02:31:23
commit hash: 327f233b2ae92db69aba5d4c05b176cb6c9450bccommit hash: 327f233b2ae92db69aba5d4c05b176cb6c9450bccommit hash: 327f233b2ae92db69aba5d4c05b176cb6c9450bccommit hash: 327f233b2ae92db69aba5d4c05b176cb6c9450bc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/amgcl: update 1.4.3 → 1.4.4

Reported by:	portscout
1.4.3_2
12 Aug 2023 01:37:43
commit hash: e6c43994364b0c0eeb29e28084b655ff916e424ecommit hash: e6c43994364b0c0eeb29e28084b655ff916e424ecommit hash: e6c43994364b0c0eeb29e28084b655ff916e424ecommit hash: e6c43994364b0c0eeb29e28084b655ff916e424e files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
math/amgcl: allow to build without GCC
1.4.3_1
13 Mar 2023 00:02:42
commit hash: a762cf40252fb4a2ab0a5fe0ddb710baef4d1718commit hash: a762cf40252fb4a2ab0a5fe0ddb710baef4d1718commit hash: a762cf40252fb4a2ab0a5fe0ddb710baef4d1718commit hash: a762cf40252fb4a2ab0a5fe0ddb710baef4d1718 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
math/amgcl: fix build without libomp

CMake Error at /usr/local/share/cmake/Modules/FindOpenMP.cmake:261
(try_compile):
  Failed to generate test project build system.
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindOpenMP.cmake:537 (_OPENMP_GET_FLAGS)
  CMakeLists.txt:60 (find_package)
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)
1.4.3_1
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)
1.4.3_1
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
1.4.3
27 Apr 2022 02:16:16
commit hash: 6ed93a02fafe7d88d7a6a2241dfe88813a5cfc27commit hash: 6ed93a02fafe7d88d7a6a2241dfe88813a5cfc27commit hash: 6ed93a02fafe7d88d7a6a2241dfe88813a5cfc27commit hash: 6ed93a02fafe7d88d7a6a2241dfe88813a5cfc27 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/amgcl: Update 1.4.2 -> 1.4.3

Reported by:	portscout
1.4.2
23 Jul 2021 04:54:20
commit hash: 6ee75aea38b88a04e7c611c0fe8862028048d7e4commit hash: 6ee75aea38b88a04e7c611c0fe8862028048d7e4commit hash: 6ee75aea38b88a04e7c611c0fe8862028048d7e4commit hash: 6ee75aea38b88a04e7c611c0fe8862028048d7e4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/amgcl: Update 1.4.0 -> 1.4.2

Reported by:	portscout
1.4.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
1.4.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.
1.4.0
10 Jan 2021 22:55:31
Revision:561117Original commit files touched by this commit
yuri search for other commits by this committer
New port: math/amgcl: C++ header-only library for solving large sparse linear
systems

Number of commits found: 11