1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name opencoarrays |
---|
6 | version 1.0 |
---|
7 | categories lang |
---|
8 | platforms darwin |
---|
9 | license BSD-3 |
---|
10 | maintainers afanfa |
---|
11 | description OpenCoarrays |
---|
12 | long_description Opencoarrays supporting coarrays support on GFortran |
---|
13 | homepage http://opencoarrays.org |
---|
14 | master_sites http://www.ce.uniroma2.it |
---|
15 | |
---|
16 | checksums rmd160 dface3c7a7ab2fa8785e0725fc24a0fe23e82f8f |
---|
17 | |
---|
18 | depends_lib port:gcc5 \ |
---|
19 | port:mpich-devel-gcc5 |
---|
20 | use_configure no |
---|
21 | |
---|
22 | |
---|
23 | post-destroot { |
---|
24 | # Install example files not installed by the Makefile |
---|
25 | set ::env(LIBRARY_PATH) "/" |
---|
26 | } |
---|