Ticket #47806: patch-Portfile.fanfa.diff
File patch-Portfile.fanfa.diff, 1.2 KB (added by tenomoto (Takeshi Enomoto), 9 years ago) |
---|
-
Portfile
old new 6 6 PortGroup github 1.0 7 7 PortGroup mpi 1.0 8 8 9 github.setup sourceryinstitute opencoarrays v1.0.0 10 name OpenCoarrays 11 version 1.0.0 9 github.setup sourceryinstitute opencoarrays 1.0.1 12 10 categories science parallel devel 13 11 platforms darwin 14 12 license BSD … … 34 32 default_variants +gcc5 35 33 } 36 34 37 checksums rmd160 96092add58f18eb1703bea988762830c4a2058d5 \ 38 sha256 a02703607f7d02537d36126bcba99d88731a0eb615c581487e93720e598bb72a 39 40 #patchfiles tests-compiler.patch 35 checksums rmd160 4ac1c8da2b7240a1d0c085c2af5889c0275429a0 \ 36 sha256 85a559b97216b21c5d50a8beffbb71a97b6b088a0b91c0f4ce9a982cd6b89ca6 41 37 42 38 cmake.out_of_source yes 39 use_parallel_build no 43 40 44 # Required to run the test phase. 45 pre-configure { 46 configure.args-append -DMPIEXEC=${prefix}/bin/${mpi.exec} 47 } 48 49 #test.run yes 50 #test.target test 41 build.env ARMCI_CC=${configure.cc} 51 42 52 43 post-destroot { 53 44 move ${destroot}${prefix}/mod/opencoarrays.mod \