Commits
Benjamin Seppke authored and Frank Schima committed 8c4c4c31894
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cmake 1.0 |
5 5 | |
6 6 | name coinor-liblemon |
7 - | version 1.3 |
7 + | version 1.3.1 |
8 8 | categories science |
9 9 | platforms darwin |
10 10 | universal_variant no |
11 11 | |
12 12 | license Boost-1 |
13 13 | maintainers nomaintainer |
14 14 | |
15 15 | description Library of Efficient Models and Optimization in Networks |
16 16 | |
17 17 | long_description A C++ template library providing easy-to-use implementations \ |
18 18 | of common graph and network related data structures and \ |
19 19 | algorithms. |
20 20 | |
21 21 | homepage http://lemon.cs.elte.hu |
22 22 | |
23 23 | master_sites http://lemon.cs.elte.hu/pub/sources/ |
24 24 | distname lemon-${version} |
25 - | checksums rmd160 25a19a53166531f5794b5f6aa85e78e491e9d9bc \ |
26 - | sha256 6c190dbb1e17bdb71597e79c409b2e798ffcbdb7d764ea45d6299339b12d3e05 |
27 - | |
28 - | # The latest 1.3 release of LEMON won't compile with clang++ due to |
29 - | # some flaws in the sources. |
30 - | # seqan-apps port depends on this port and it depends on g++ as it |
31 - | # relies on OpenMP for multithreading. |
32 - | compiler.blacklist *clang* |
25 + | checksums rmd160 2877b2fe0f02b356c0510ff327e53573d3801f99 \ |
26 + | sha256 71b7c725f4c0b4a8ccb92eb87b208701586cf7a96156ebd821ca3ed855bad3c8 |
27 + | |
33 28 | configure.args-append -DLEMON_ENABLE_GLPK=NO \ |
34 29 | -DLEMON_ENABLE_COIN=NO \ |
35 30 | -DLEMON_ENABLE_ILOG=NO |
36 31 | |
37 32 | livecheck.regex lemon-(\[0-9.\]+)${extract.suffix} |