Port details |
- kahip Karlsruhe high quality graph partitioning
- 3.18 math =2 3.16Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-06-26 02:24:24
- Last Update: 2025-01-15 16:44:57
- Commit Hash: 38abec6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://kahip.github.io/
- https://github.com/KaHIP/KaHIP
- Description:
- KaHIP - Karlsruhe High Quality Partitioning - is a family of graph
partitioning programs. It includes KaFFPa (Karlsruhe Fast Flow
Partitioner), which is a multilevel graph partitioning algorithm, in
its variants Strong, Eco and Fast, KaFFPaE (KaFFPaEvolutionary) which
is a parallel evolutionary algorithm that uses KaFFPa to provide
combine and mutation operations, as well as KaBaPE which extends the
evolutionary algorithm. Moreover, specialized techniques are included
to partition road networks (Buffoon), to output a vertex separator
from a given partition or techniques geared towards efficient
partitioning of social networks.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/kahip/ && make install clean
- To add the package, run one of these commands:
- pkg install math/kahip
- pkg install kahip
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kahip
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736915427
SHA256 (KaHIP-KaHIP-v3.18_GH0.tar.gz) = e5003fa324362255d837899186cd0c3e42d376664f0d555e7e7a1d51334817c9
SIZE (KaHIP-KaHIP-v3.18_GH0.tar.gz) = 2467553
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libmetis.so : math/metis
- libmpi.so : net/mpich
- This port is required by:
- for Libraries
-
- math/py-kahip
Configuration Options:
- No options to configure
- Options name:
- math_kahip
- USES:
- cmake localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.18 15 Jan 2025 16:44:57 |
Yuri Victorovich (yuri) |
math/{,py-}kahip: update 3.16 → 3.18
Reported by: portscout |
3.17 13 Jan 2025 00:47:13 |
Yuri Victorovich (yuri) |
math/kahip: update 3.16 → 3.17 |
3.16 20 Dec 2023 19:21:36 |
Yuri Victorovich (yuri) |
math/{,py-}kahip: update 3.15 → 3.16
Reported by: portscout |
3.15_1 10 Dec 2023 10:23:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2 |
3.15 24 May 2023 08:39:41 |
Yuri Victorovich (yuri) |
math/{,py-}kahip: Update 3.14-19 → 3.15
Reported by: portscout |
3.14.19_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.14.19 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.14.19 26 Jun 2022 07:20:19 |
Yuri Victorovich (yuri) |
math/kahip: Correct license |
3.14.19 26 Jun 2022 02:22:57 |
Yuri Victorovich (yuri) |
math/kahip: New port: Karlsruhe high quality graph partitioning |