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 | |
---|
6 | name ADOL-C |
---|
7 | version 2.4.1 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license {EPL-1 GPL-2+} |
---|
12 | |
---|
13 | description A library providing a C++ algorithmic derivative type, and \ |
---|
14 | Fortran/C/C++ interfaces to programmatically access them. |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | homepage http://www.coin-or.org/projects/ADOL-C.xml |
---|
19 | master_sites http://www.coin-or.org/download/source/ADOL-C/ |
---|
20 | extract.suffix .tgz |
---|
21 | |
---|
22 | checksums sha256 05bf946cc1764e2b3fa7e708ccc4303f289699d9f36b9d525f6a9a6129b4d578 \ |
---|
23 | rmd160 7f06f8ab6fefa1d50a9a6fe3e9be5e6579d52d83 |
---|
24 | |
---|
25 | use_parallel_build yes |
---|
26 | |
---|
27 | configure.args --disable-silent-rules \ |
---|
28 | --enable-shared \ |
---|
29 | --disable-static \ |
---|
30 | --libdir=${prefix}/lib \ |
---|
31 | --libexecdir=${prefix}/libexec |
---|
32 | |
---|
33 | livecheck.type regex |
---|
34 | livecheck.url [lindex ${master_sites} 0] |
---|
35 | livecheck.regex ADOL-C-(\[0-9.\]+)${extract.suffix} |
---|