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