You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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 muniversal 1.0
|
|
|
|
name polylib
|
|
version 5.22.5
|
|
revision 1
|
|
categories devel math
|
|
license GPL-3+
|
|
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
|
|
description PolyLib - A library of polyhedral functions
|
|
|
|
long_description The Polyhedral Library (PolyLib for short) operates on objects made \
|
|
up of unions of polyhedra of any dimension.
|
|
|
|
homepage http://icps.u-strasbg.fr/PolyLib/
|
|
master_sites http://icps.u-strasbg.fr/PolyLib/polylib_src/
|
|
|
|
checksums rmd160 7e992f28e7e2f0f7bdd7290352702885ed7cd951 \
|
|
sha256 84622ff9dfa5d06f0c266960ed078bd3577a30fde6d7f8bed1041b9838cb731f
|
|
|
|
# see https://groups.google.com/group/isl-development/t/37ad876557e50f2c
|
|
patchfiles-append patch-configure.diff
|
|
|
|
test.run yes
|
|
test.target check
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
|