Revision: 128959 https://trac.macports.org/changeset/128959 Author: khindenburg@macports.org Date: 2014-11-30 20:18:56 -0800 (Sun, 30 Nov 2014) Log Message: ----------- coinor-liblemon: new port #43101 Added Paths: ----------- trunk/dports/science/coinor-liblemon/ trunk/dports/science/coinor-liblemon/Portfile Added: trunk/dports/science/coinor-liblemon/Portfile =================================================================== --- trunk/dports/science/coinor-liblemon/Portfile (rev 0) +++ trunk/dports/science/coinor-liblemon/Portfile 2014-12-01 04:18:56 UTC (rev 128959) @@ -0,0 +1,33 @@ +# -*- 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 http://lemon.cs.elte.hu + +master_sites http://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 Property changes on: trunk/dports/science/coinor-liblemon/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
khindenburg@macports.org