# Installer metis avec Homebrew, apt, dnf, MacPorts, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de metis pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:metis
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install metis
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install metis
```

  Preuve: MacPorts ports tree: math/metis/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install metis
```

  Preuve: Debian stable package indexes: metis from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install metis
```

  Preuve: Fedora Rawhide package metadata: metis from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#metis
```

  Preuve: nixpkgs package indexes: pkgs/by-name/me/metis/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install metis
```

  Preuve: openSUSE Tumbleweed package metadata: metis from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:metis
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/metis>
- **Version:** 5.1.0
- **Résumé source:** Programs that partition graphs and order matrices
- **Page d'accueil:** <https://papers.karypis.org/glaros/software/metis/overview.html>
- **Docs amont:** <https://papers.karypis.org/glaros/software/metis/overview.html>
- **Licence:** Apache-2.0
- **Archive source:** <https://papers.karypis.org/glaros/files/sw/metis/metis-5.1.0.tar.gz>
- **Dernière mise à jour:** 2026-07-22T16:14:42-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- cmpfillin (cli)
- gpmetis (cli)
- graphchk (cli)
- m2gmetis (cli)
- mpmetis (cli)
- ndmetis (cli)
- cmpfillin (alias)
- gpmetis (alias)
- graphchk (alias)
- m2gmetis (alias)
- mpmetis (alias)
- ndmetis (alias)

## Dépendances de compilation

- cmake

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 5.1.0
- gestionnaire mis à jour: 2026-07-22
- données locales: OK
- dépôt amont: https://papers.karypis.org/glaros/software/metis/overview.html
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

METIS is a long-running scientific computing package from George Karypis's graph partitioning work at the University of Minnesota. The METIS 4.0 report by George Karypis and Vipin Kumar described it as software for partitioning unstructured graphs, partitioning meshes, and computing fill-reducing orderings of sparse matrices; the Karypis project page and the GitHub README describe METIS 5.x as a set of serial programs implementing multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes developed in the lab.

### Historique du projet

Its technical importance comes from making high-quality graph and mesh partitioning available as practical command-line programs and libraries for sparse numerical computation. Typical uses include splitting finite-element meshes for parallel simulation, partitioning irregular graphs, and ordering sparse matrices so later factorization does less fill-in. The Homebrew executables mirror those domains: gpmetis for graph partitioning, mpmetis for mesh partitioning, ndmetis for nested-dissection ordering, plus checking and conversion utilities.

### Modes d'utilisation

METIS also became a reference point for related partitioning packages. Karypis's own software family presents ParMETIS as the MPI-based parallel counterpart and hMETIS as the hypergraph/circuit partitioning sibling, while later graph-partitioning literature commonly lists METIS alongside SCOTCH, ParMETIS, PT-SCOTCH, and Zoltan. In package managers it sits less like an end-user app and more like infrastructure for scientific software stacks, solvers, mesh tools, and applications that need graph partitioning or sparse matrix ordering.

### Sources

- <https://formulae.brew.sh/formula/metis>
- <https://github.com/KarypisLab/METIS>
- <https://jmlr.org/papers/volume23/21-0644/21-0644.pdf>
- <https://karypis.github.io/glaros/software/metis/overview.html>
- <https://raw.githubusercontent.com/KarypisLab/METIS/master/manual/manual.pdf>
- <https://www.researchgate.net/publication/254424775_METIS-A_Software_Package_for_Partitioning_Unstructured_Graphs_Partitioning_Meshes_and_Computing_Fill-Reducing_Ordering_of_Sparse_Matrices>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** metis
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libmetis-dev - 5.1.0.dfsg-7+b2: normalized package name match | Debian stable package indexes: libmetis-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Serial Graph Partitioning and Fill-reducing Matrix Ordering. | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- Debian apt - libmetis-doc - 5.1.0.dfsg-7: normalized package name match | Debian stable package indexes: libmetis-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Serial Graph Partitioning and Fill-reducing Matrix Ordering. | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- Debian apt - libmetis5 - 5.1.0.dfsg-7+b2: normalized package name match | Debian stable package indexes: libmetis5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Serial Graph Partitioning and Fill-reducing Matrix Ordering | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- Debian apt - metis - 5.1.0.dfsg-7+b2: normalized package name match | Debian stable package indexes: metis from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Serial Graph Partitioning and Fill-reducing Matrix Ordering. | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- Nix - metis: normalized package name match | nixpkgs package indexes: pkgs/by-name/me/metis/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libmetis-dev - 5.1.0.dfsg-7build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmetis-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Serial Graph Partitioning and Fill-reducing Matrix Ordering. | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- Ubuntu apt - libmetis-doc - 5.1.0.dfsg-7build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmetis-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Serial Graph Partitioning and Fill-reducing Matrix Ordering. | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- Ubuntu apt - libmetis5 - 5.1.0.dfsg-7build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libmetis5 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Serial Graph Partitioning and Fill-reducing Matrix Ordering | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- Ubuntu apt - metis - 5.1.0.dfsg-7build3: normalized package name match | Ubuntu 24.04 LTS package indexes: metis from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Serial Graph Partitioning and Fill-reducing Matrix Ordering. | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- dnf - metis - 5.1.0.3-13.fc45: normalized package name match | Fedora Rawhide package metadata: metis from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Serial Graph Partitioning and Fill-reducing Matrix Ordering | http://glaros.dtc.umn.edu/gkhome/views/metis
- dnf - metis-devel - 5.1.0.3-13.fc45: normalized package name match | Fedora Rawhide package metadata: metis-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | METIS headers and development-related files | http://glaros.dtc.umn.edu/gkhome/views/metis
- dnf - metis64 - 5.1.0.3-13.fc45: normalized package name match | Fedora Rawhide package metadata: metis64 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Serial Graph Partitioning and Fill-reducing Matrix Ordering (64bit INTEGER) | http://glaros.dtc.umn.edu/gkhome/views/metis
- dnf - metis64-devel - 5.1.0.3-13.fc45: normalized package name match | Fedora Rawhide package metadata: metis64-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | METIS development libraries (64bit INTEGER) | http://glaros.dtc.umn.edu/gkhome/views/metis
- zypper - libmetis5 - 5.1.0-13.5: normalized package name match | openSUSE Tumbleweed package metadata: libmetis5 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Serial Graph Partitioning and Fill-reducing Matrix Ordering library | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- zypper - metis - 5.1.0-13.5: normalized package name match | openSUSE Tumbleweed package metadata: metis from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Serial Graph Partitioning and Fill-reducing Matrix Ordering | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
- zypper - metis-devel - 5.1.0-13.5: normalized package name match | openSUSE Tumbleweed package metadata: metis-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Metis development files | http://glaros.dtc.umn.edu/gkhome/metis/metis/overview


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://pkg.so/fr/scientific-computing-tools/) - Matched scientific computing metadata.
- [Web development packages](https://pkg.so/fr/web-dev-tools/) - Matched web development metadata.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [colmap](https://pkg.so/fr/brew/colmap/) - Popular package that depends on this formula.
- [gmsh](https://pkg.so/fr/brew/gmsh/) - Popular package that depends on this formula.
- [damask-grid](https://pkg.so/fr/brew/damask-grid/) - Popular package that depends on this formula.
- [numpy](https://pkg.so/fr/brew/numpy/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [root](https://pkg.so/fr/brew/root/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [kahip](https://pkg.so/fr/brew/kahip/) - Shares pkgdb curated category or tags: cli, graph-partitioning, science.
- [scotch](https://pkg.so/fr/brew/scotch/) - Shares pkgdb curated category or tags: cli, graph-partitioning, science, scientific-computing.
- [vtk](https://pkg.so/fr/brew/vtk/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [gnuplot](https://pkg.so/fr/brew/gnuplot/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [octave](https://pkg.so/fr/brew/octave/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [gsl](https://pkg.so/fr/brew/gsl/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.

## Combined YAML source

View the package source record on GitHub. [combined/metis.yml](https://github.com/mxcl/pkgdb/blob/main/combined/metis.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
