# -*- 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
# $Id$

PortSystem          1.0
PortGroup           cmake 1.0

name                coinor-liblemon
version             1.3
categories          science
platforms           darwin
universal_variant   no

license             Boost-1.0
maintainers         fu-berlin.de:david.weese \
                    cs.elte.hu:alpar

description         Library of Efficient Models and Optimization in Networks

long_description    A C++ template library providing easy-to-use implementations \
                    of common graph and network related data structures and \
                    algorithms.

homepage            https://lemon.cs.elte.hu

master_sites        https://lemon.cs.elte.hu/pub/sources/
distname            lemon-${version}
checksums           rmd160  25a19a53166531f5794b5f6aa85e78e491e9d9bc \
                    sha256  6c190dbb1e17bdb71597e79c409b2e798ffcbdb7d764ea45d6299339b12d3e05

compiler.blacklist  *clang*
configure.args      -DLEMON_ENABLE_GLPK=NO \
                    -DLEMON_ENABLE_COIN=NO \
                    -DLEMON_ENABLE_ILOG=NO
