Search Criteria
Package Details: amgcl-git 20180901-5
Package Actions
| 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: | MIT |
| Provides: | amgcl |
| Submitter: | ddemidov |
| Maintainer: | ddemidov |
| Last Packager: | ddemidov |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-05-12 07:44 (UTC) |
| Last Updated: | 2018-09-01 18:50 (UTC) |
Latest Comments
ddemidov commented on 2018-09-01 18:54 (UTC)
Done
haawda commented on 2018-09-01 12:09 (UTC) (edited on 2018-09-01 12:09 (UTC) by haawda)
Please provide a pkgver funtion, e.g.
pkgver() {
cd amgcl
git describe|tr - .
}