Port details |
- kamis Maximum independent sets and vertex covers of large sparse graphs
- 2.1 math
=2 2.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-07-01 18:33:07
- Last Update: 2024-05-20 16:55:48
- Commit Hash: 2e320ea
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://karlsruhemis.github.io/
- Description:
- KaMIS (Karlsruhe Maximum Independent Sets) is an open source project
finding maximum independent sets and vertex covers of large sparse
graphs.
Given a graph G=(V,E), the goal of the maximum independent set problem
is to compute a maximum cardinality set of vertices I, such that no
vertices in the set are adjacent to one another. Such a set is called
a maximum independent set. The problem is NP-hard and particularly
difficult to solve in large sparse graphs.
¦ ¦ ¦ ¦ 
- 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/kamis/ && make install clean
- To add the package, run one of these commands:
- pkg install math/kamis
- pkg install kamis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kamis
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1703096854
SHA256 (KarlsruheMIS-KaMIS-v2.1_GH0.tar.gz) = 22a650ad7ff243f98f871d0e4c522977bd351f23583186d3fc1a1216350a6173
SIZE (KarlsruheMIS-KaMIS-v2.1_GH0.tar.gz) = 782448
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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_kamis
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1 20 May 2024 16:55:48
    |
Yuri Victorovich (yuri)  |
math/kamis: Broken where OpenMP isn't available
Reported by: fallout |
2.1 08 May 2024 03:53:17
    |
Yuri Victorovich (yuri)  |
math/kamis: Disable gcc on omp-less architectures
... to see if it now would build successfully.
gcc-13 fails on armv7: error: use of built-in trait '__remove_cvref(_InIter1)'
in function signature; use library traits instead |
2.1 28 Apr 2024 09:00:40
    |
Yuri Victorovich (yuri)  |
math/kamis: Broken on armv7
gcc13 fails.
Reported by: fallout |
2.1 20 Dec 2023 19:21:35
    |
Yuri Victorovich (yuri)  |
math/kamis: update 2.0-19 → 2.1
Reported by: portscout |
2.0.19 25 Dec 2022 13:12:02
    |
Piotr Kubaj (pkubaj)  |
math/kamis: unbreak on libomp-less architectures
Builds fine with GCC on powerpc. |
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) |
2.0.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 ) |
2.0.19 20 Jul 2022 19:21:45
    |
Yuri Victorovich (yuri)  |
math/kamis: Improve BROKEN lines |
2.0.19 16 Jul 2022 16:24:48
    |
Yuri Victorovich (yuri)  |
math/kamis: Broken on armv6, armv7, riscv64
Reported by: fallout |
2.0.19 13 Jul 2022 03:16:19
    |
Yuri Victorovich (yuri)  |
math/kamis: Fix build on armv7
Reported by: fallout |
2.0.19 01 Jul 2022 18:30:31
    |
Yuri Victorovich (yuri)  |
math/kamis: New port: Maximum independent sets and vertex covers of large sparse
graphs |
Number of commits found: 11
|