mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.1 KiB
Tcl
29 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup CSCsw ColPack 1.0.10 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories math science
|
|
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
|
|
license LGPL-3
|
|
homepage https://cscapes.cs.purdue.edu/coloringpage/
|
|
|
|
description A graph coloring algorithm package
|
|
|
|
long_description ColPack is a package comprising of implementations of algorithms for \
|
|
the specialized vertex coloring problems \
|
|
as well as algorithms for a variety of related supporting tasks in \
|
|
derivative computation
|
|
|
|
checksums rmd160 c097c8c990cb2a818a85c1a40977c39efdf090d2 \
|
|
sha256 4d6b240f1c6559a1d5321e47bfa81998fd233fd101af00d2e33aa0b3ade823e1 \
|
|
size 658241
|
|
|
|
patchfiles-append patch-Makefile.am.diff
|
|
|
|
use_autoreconf yes
|
|
autoreconf.args -fvi
|