Files

38 lines
1.3 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 4ti2 4ti2 1_6_13 Release_
github.tarball_from archive
version [string map {_ .} ${github.version}]
categories math
license GPL-2
maintainers nomaintainer
homepage https://4ti2.github.io
description A software package for algebraic, geometric and combinatorial problems on linear spaces.
long_description {*}${description}
checksums rmd160 1e381f772a853e313ff97f1074577274df9b87ef \
sha256 37b36536f0b9185afa8e0c9badf6a6b5277b7a4a8409726d599cf254946e94fa \
size 4991075
use_autoreconf yes
autoreconf.args -fvi
compiler.cxx_standard 2011
# fatal error: 'cstdint' file not found
compiler.blacklist-append \
macports-clang-3.* {clang < 600} *gcc-3.* *gcc-4.*
depends_lib-append port:glpk \
port:gmp
# invert default behaviour by enabling shared library and disable static ones
configure.args --disable-static \
--enable-shared