Search Criteria
Package Details: parmetis 4.0.3.p9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/parmetis.git (read-only, click to copy) |
---|---|
Package Base: | parmetis |
Description: | A parallel graph partitioning library |
Upstream URL: | http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview |
Licenses: | custom |
Submitter: | jedbrown |
Maintainer: | jedbrown |
Last Packager: | jedbrown |
Votes: | 31 |
Popularity: | 0.000066 |
First Submitted: | 2008-05-15 20:41 (UTC) |
Last Updated: | 2023-01-26 20:34 (UTC) |
Dependencies (3)
- metis
- openmpi (openmpi-git, openmpi-gcc10)
- cmake (cmake-git) (make)
Required by (23)
- code_saturne
- coolfluid-svn
- deal-ii (optional)
- dolfin-hpc
- dolfinx
- dune-common (optional)
- dune-grid (optional)
- dune-istl (optional)
- freefem
- freefem-git
- mumps-par
- octopus
- openfoam-4.x
- openfoam-9-org
- openfoam-com
- openfoam-com-git
- openfoam-org
- openfoam2.4-git
- openfoam3.0-git
- petsc (optional)
- Show 3 more...
Latest Comments
1 2 3 4 5 6 Next › Last »
jedbrown commented on 2022-09-25 23:57 (UTC)
@bricem13, I see you flagged this out of date, but it's the latest version and downloads correctly on my network. Perhaps an intermittent Bitbucket issue or network issue on your end? Anyway, unflagging because I can't reproduce.
sigvald commented on 2020-03-26 13:56 (UTC) (edited on 2020-03-26 13:57 (UTC) by sigvald)
@a.kudelin's solution worked for me, although Haawda's solution, using the :: syntax, sounds preferrable. Thank you for maintaining this package @jedbrown (not being sarcastic).
greyltc commented on 2020-03-23 23:01 (UTC)
poke @jedbrown fix this please
a.kudelin commented on 2020-03-22 13:41 (UTC)
Please, take this PKGBUILD into account:
https://pastebin.com/q9GhU8s4
There some cleanup was carried out and fixed an error with non-existing source directory.
xantares commented on 2020-03-21 13:44 (UTC)
ping @jedbrown please update
haawda commented on 2020-03-20 16:19 (UTC)
Please avoid downloading a tarball without the package name in it. makepkg has a special :: syntax to avoid this in the source array.
source=("$pkgname-$pkgver.tar::https://bitbucket.org/petsc/pkg-parmetis/get/v${_pkgver}.tar.gz")
bartus commented on 2020-03-18 14:13 (UTC)
@jedbrown: You forgot to update
hash
value when poppingtag
. http://ix.io/2eAiXwang commented on 2020-03-17 20:23 (UTC)
I confirm that Roken solution works.
Roken commented on 2020-03-17 19:35 (UTC) (edited on 2020-03-17 19:35 (UTC) by Roken)
I had the same. I modified the PKGBUILD to use petsc-pkg-parmetis-475d8facbb32 then makepkg. This worked fine, installed (pacman -U parmetis-4.0.3.p6-1-x86_64.pkg.tar.xz) and then, for good measure, checked updates again. All fine.
Xwang commented on 2020-03-17 17:09 (UTC)
I get an error code 4 which says that the src/petsc-pkg-parmetis-73dab469aa36 folder does not exist. Indeed the name of the folder is petsc-pkg-parmetis-475d8facbb32
1 2 3 4 5 6 Next › Last »