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  
    66PortGroup           github 1.0
    77PortGroup           mpi 1.0
    88
    9 github.setup        sourceryinstitute opencoarrays v1.0.0
    10 name                OpenCoarrays
    11 version             1.0.0
     9github.setup        sourceryinstitute opencoarrays 1.0.1
    1210categories          science parallel devel
    1311platforms           darwin
    1412license             BSD
     
    3432    default_variants +gcc5
    3533}
    3634
    37 checksums           rmd160  96092add58f18eb1703bea988762830c4a2058d5 \
    38                     sha256  a02703607f7d02537d36126bcba99d88731a0eb615c581487e93720e598bb72a
    39 
    40 #patchfiles          tests-compiler.patch
     35checksums           rmd160  4ac1c8da2b7240a1d0c085c2af5889c0275429a0 \
     36                    sha256  85a559b97216b21c5d50a8beffbb71a97b6b088a0b91c0f4ce9a982cd6b89ca6
    4137
    4238cmake.out_of_source yes
     39use_parallel_build  no
    4340
    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
     41build.env           ARMCI_CC=${configure.cc}
    5142
    5243post-destroot {
    5344    move ${destroot}${prefix}/mod/opencoarrays.mod \