Port details |
- amgcl C++ header-only library for solving large sparse linear systems
- 1.4.4 math
=2 1.4.4Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2021-01-10 22:56:08
- Last Update: 2023-10-30 02:31:23
- Commit Hash: 327f233
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- boost-libs>0 : devel/boost-libs
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.4 30 Oct 2023 02:31:23
    |
Yuri Victorovich (yuri)  |
math/amgcl: update 1.4.3 → 1.4.4
Reported by: portscout |
1.4.3_2 12 Aug 2023 01:37:43
    |
Piotr Kubaj (pkubaj)  |
math/amgcl: allow to build without GCC |
1.4.3_1 13 Mar 2023 00:02:42
    |
Piotr Kubaj (pkubaj)  |
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
    |
Stefan Eßer (se)  |
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
    |
Stefan Eßer (se)  |
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 ) |
1.4.3_1 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
1.4.3 27 Apr 2022 02:16:16
    |
Yuri Victorovich (yuri)  |
math/amgcl: Update 1.4.2 -> 1.4.3
Reported by: portscout |
1.4.2 23 Jul 2021 04:54:20
    |
Yuri Victorovich (yuri)  |
math/amgcl: Update 1.4.0 -> 1.4.2
Reported by: portscout |
1.4.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4.0 10 Jan 2021 22:55:31
  |
yuri  |
New port: math/amgcl: C++ header-only library for solving large sparse linear
systems |