Ticket #40955: Portfile.3

File Portfile.3, 1.2 KB (added by kurtjaeke@…, 11 years ago)

ADOL-C Portfile.

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