# -*- 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 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 http://lemon.cs.elte.hu master_sites http://lemon.cs.elte.hu/pub/sources/ distname lemon-${version} checksums rmd160 25a19a53166531f5794b5f6aa85e78e491e9d9bc \ sha256 6c190dbb1e17bdb71597e79c409b2e798ffcbdb7d764ea45d6299339b12d3e05 # The latest 1.3 release of LEMON won't compile with clang++ due to # some flaws in the sources. # seqan-apps port depends on this port and it depends on g++ as it # relies on OpenMP for multithreading. compiler.blacklist *clang* configure.args-append -DLEMON_ENABLE_GLPK=NO \ -DLEMON_ENABLE_COIN=NO \ -DLEMON_ENABLE_ILOG=NO livecheck.regex lemon-(\[0-9.\]+)${extract.suffix}