Search Criteria
Package Details: metis 5.2.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/metis.git (read-only, click to copy) |
---|---|
Package Base: | metis |
Description: | Serial Graph Partitioning and Fill-reducing Matrix Ordering |
Upstream URL: | https://github.com/KarypisLab/METIS |
Licenses: | Apache |
Submitter: | arojas |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 27 |
Popularity: | 0.033756 |
First Submitted: | 2022-11-21 21:22 (UTC) |
Last Updated: | 2025-04-07 16:53 (UTC) |
Dependencies (3)
Required by (39)
- apbs
- coin-or-coinmumps
- coin-or-couenne
- coin-or-hsl
- colmap
- colmap-git
- deal-ii (optional)
- elemental-gmp-git
- freefem (optional)
- gmsh
- gmsh (make)
- gmsh-docs (make)
- gmsh-git
- gmsh-git (make)
- gmsh-git-docs (make)
- kahip
- lib32-metis
- libmesh-petsc
- medcoupling
- mfem
- Show 19 more...
Latest Comments
1 2 Next › Last »
xantares commented on 2025-04-07 16:22 (UTC)
its the same problem than gklib, the first line of cmakelists.txt should be modified:
cmake_minimum_required(VERSION 3.10)
Libellisth commented on 2025-03-31 23:29 (UTC) (edited on 2025-03-31 23:37 (UTC) by Libellisth)
I ran into a problem building with CMake 4.0
So I ran
makepkg -o
, changed the value to 3.5 insrc/METIS-5.2.1/CMakeLists.txt
, then continued with withmakepkg -ei
lahwaacz commented on 2023-08-02 10:31 (UTC)
@SvenMeyer The problem is that it runs
/home/sum/.local/bin/cmake
instead of/usr/bin/cmake
. You need to solve that on your own.SvenMeyer commented on 2023-08-02 09:53 (UTC)
On latest Manjaro version, I get an error when trying to update ...
carlosal1015 commented on 2023-07-30 14:56 (UTC)
Many thanks for help @lahwaacz.
lahwaacz commented on 2023-07-30 12:24 (UTC)
Patch to address my last comments:
lahwaacz commented on 2023-07-30 06:17 (UTC)
Also:
libmetis.so
should link to the dependencylibGKlib.so
:lahwaacz commented on 2023-07-30 06:10 (UTC)
You are setting
i64=0 r64=0
etc. formake config
to presumably disable 64bit data types, but this is not how the Makefile works - it compares just against the default valuenot-set
: https://github.com/KarypisLab/METIS/blob/master/Makefile#L32-L37TheLillo commented on 2023-05-15 12:15 (UTC)
New Package available:
https://github.com/KarypisLab/METIS/releases/tag/v5.2.1
1 2 Next › Last »