Ticket #43101: Portfile.3

File Portfile.3, 1.2 KB (added by david.weese@…, 10 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                coinor-liblemon
8version             1.3
9categories          science
10platforms           darwin
11universal_variant   no
12
13license             Boost-1.0
14maintainers         fu-berlin.de:david.weese \
15                    cs.elte.hu:alpar
16
17description         Library of Efficient Models and Optimization in Networks
18
19long_description    A C++ template library providing easy-to-use implementations \
20                    of common graph and network related data structures and \
21                    algorithms.
22
23homepage            http://lemon.cs.elte.hu
24
25master_sites        http://lemon.cs.elte.hu/pub/sources/
26distname            lemon-${version}
27checksums           rmd160  25a19a53166531f5794b5f6aa85e78e491e9d9bc \
28                    sha256  6c190dbb1e17bdb71597e79c409b2e798ffcbdb7d764ea45d6299339b12d3e05
29
30compiler.blacklist  *clang*
31configure.args      -DLEMON_ENABLE_GLPK=NO \
32                    -DLEMON_ENABLE_COIN=NO \
33                    -DLEMON_ENABLE_ILOG=NO