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