1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name iAIDA |
---|
6 | version 1.0.17 |
---|
7 | categories science |
---|
8 | maintainers gmail.com:cristiano.fontana |
---|
9 | license LGPLv3 |
---|
10 | description An implementation in C++ of the AIDA Abstract Interfaces for Data Analysis |
---|
11 | long_description iAIDA is an implementation in C++ of the AIDA Abstract Interfaces for Data Analysis, a set of interfaces designed for data analysis. |
---|
12 | homepage http://iaida.dynalias.net/ |
---|
13 | platforms darwin |
---|
14 | distfiles iAIDA-${version}.tgz |
---|
15 | master_sites sourceforge:iaida |
---|
16 | |
---|
17 | checksums md5 a352ea32ad61678cda6c94e299f94ca3 |
---|
18 | |
---|
19 | depends_lib port:grace \ |
---|
20 | port:boost \ |
---|
21 | port:zlib |
---|
22 | |
---|
23 | patchfiles patch-configure.diff |
---|
24 | configure.args --with-grace=${prefix} --with-boost=${prefix} |
---|
25 | |
---|
26 | post-patch { |
---|
27 | reinplace "s:@PREFIX_DIR@:${destroot}${prefix}:g" ${worksrcpath}/Makefile.in |
---|
28 | reinplace "s:@PREFIX_DIR@:${destroot}${prefix}:g" ${worksrcpath}/examples/Makefile.in |
---|
29 | reinplace "s:@PREFIX_DIR@:${destroot}${prefix}:g" ${worksrcpath}/include/Makefile.in |
---|
30 | reinplace "s:@PREFIX_DIR@:${destroot}${prefix}:g" ${worksrcpath}/src/Makefile.in |
---|
31 | reinplace "s:@PREFIX_DIR@:${destroot}${prefix}:g" ${worksrcpath}/tests/Makefile.in |
---|
32 | } |
---|