Ticket #47806: Portfile

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