Search Criteria
Package Details: amgcl-git 20180901-5
Git Clone URL: | https://aur.archlinux.org/amgcl-git.git (read-only, click to copy) |
---|---|
Package Base: | amgcl-git |
Description: | C++ library for solving large sparse linear systems with algebraic multigrid method |
Upstream URL: | http://github.com/ddemidov/amgcl |
Licenses: | |
Provides: | |
Submitter: | ddemidov |
Maintainer: | ddemidov |
Last Packager: | ddemidov |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-12 07:44 |
Last Updated: | 2018-09-01 18:50 |
Dependencies (4)
- boost-libs (boost171, boost-libs-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
ddemidov commented on 2018-09-01 18:54
Done
haawda commented on 2018-09-01 12:09
Please provide a pkgver funtion, e.g.
pkgver() {
cd amgcl
git describe|tr - .
}