New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80349


Ignore:
Timestamp:
07/10/11 01:57:28 (4 years ago)
Author:
takeshi@…
Message:

emos: reverted to r80345. dependency to emos from grib_api was removed in r80348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/emos/Portfile

    r80346 r80349  
    66name                emos 
    77version             000382 
    8 revision            1 
     8revision            2 
    99platforms           darwin 
    1010maintainers         takeshi 
     
    2121    The Interpolation library (EMOSLIB) includes Interpolation software \ 
    2222    and GRIB, BUFR, CREX encoding/decoding routines. 
     23 
     24depends_build       port:grib_api 
    2325 
    2426post-patch { 
     
    4951    file copy -force ${worksrcpath}/Makefile.in ${worksrcpath}/Makefile 
    5052    reinplace "s:reals:R64:" ${worksrcpath}/Makefile 
    51 # skip grib_api_merging (grib_api and emos depend upon each other) 
    52     reinplace "s:glue::" ${worksrcpath}/Makefile 
    53     foreach d {gribex pbio bufrdc bufrtables crexdc interpolation fft} { 
     53    reinplace "s:glue:grib_api_merging:" ${worksrcpath}/Makefile 
     54    foreach d {gribex pbio bufrdc bufrtables crexdc interpolation fft grib_api_merging} { 
    5455        file copy -force ${worksrcpath}/${d}/Makefile.in ${worksrcpath}/${d}/Makefile 
    5556        reinplace "s:reals:R64:" ${worksrcpath}/${d}/Makefile 
     
    5859        reinplace "s:\$(ARCH)\$(CNAME)\$(R64)\$(A64):site:" ${worksrcpath}/${d}/Makefile 
    5960    } 
     61    reinplace "s:I\$(GRIB_API_PATH):I${prefix}:" ${worksrcpath}/grib_api_merging/Makefile 
    6062    reinplace "s:`cat -s .r64`:R64:" ${worksrcpath}/install 
    6163    reinplace "s:`cat -s .emos`:${destroot}${prefix}/lib/${name}:" ${worksrcpath}/install 
Note: See TracChangeset for help on using the changeset viewer.