diff --git a/science/OpenCoarrays/Portfile b/science/OpenCoarrays/Portfile
index e63ed9bae12..0f06c6ba0fc 100644
a
|
b
|
PortGroup cmake 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | PortGroup mpi 1.0 |
7 | 7 | |
8 | | github.setup sourceryinstitute OpenCoarrays 1.8.6 |
9 | | revision 2 |
| 8 | github.setup sourceryinstitute OpenCoarrays 2.9.2 |
| 9 | revision 0 |
10 | 10 | categories science parallel devel |
11 | 11 | platforms darwin |
12 | 12 | license BSD |
… |
… |
mpi.setup require require_fortran \ |
29 | 29 | -clang -fortran |
30 | 30 | universal_variant no |
31 | 31 | |
32 | | checksums rmd160 fc31bb79550f46c1b6eb48c39193fd59f0c1d68c \ |
33 | | sha256 738e803a86ff0aba568f89a2c7aa6a0fd96593c894c476cd9d4f4ea44c83006c |
| 32 | checksums rmd160 7a74e02cf90838b105263375a8d273509422798b \ |
| 33 | sha256 1c84e47de3be83b29c52d3704e4f22880afce95fc9cc0ecb52fc23fbd7e5e887 \ |
| 34 | size 325041 |
34 | 35 | |
35 | 36 | #patchfiles tests-compiler.patch |
36 | 37 | |
… |
… |
cmake.out_of_source yes |
38 | 39 | |
39 | 40 | post-patch { |
40 | 41 | reinplace "s|mpicc|${prefix}/bin/mpicc-${mpi.name}|g" \ |
41 | | src/make.inc src/mpi/Makefile src/tests/unit/simple/CMakeLists.txt |
| 42 | src/tests/unit/simple/CMakeLists.txt |
42 | 43 | } |
43 | 44 | |
44 | 45 | # Required to run the test phase. |