1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name opencoarrays |
---|
6 | version 1.0 |
---|
7 | categories lang |
---|
8 | platforms darwin |
---|
9 | license BSD |
---|
10 | maintainers gmail.com:fanfarillo.gcc |
---|
11 | |
---|
12 | description Library for multi-image coarray Fortran suppport. |
---|
13 | long_description OpenCoarrays is an open-source software project for developing, \ |
---|
14 | porting and tuning transport layers that support coarray \ |
---|
15 | Fortran compilers. \ |
---|
16 | |
---|
17 | homepage http://opencoarrays.org |
---|
18 | master_sites http://www.ce.uniroma2.it |
---|
19 | |
---|
20 | checksums rmd160 b36aef2b5235ab30572b3baaf6bd95893fdb680d |
---|
21 | |
---|
22 | depends_lib port:gcc5 \ |
---|
23 | port:mpich-devel-gcc5 |
---|
24 | use_configure no |
---|
25 | |
---|
26 | destroot { |
---|
27 | xinstall -m 755 ${worksrcpath}/mpi/libcaf_mpi.a ${destroot}${prefix}/lib |
---|
28 | } |
---|