New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82768


Ignore:
Timestamp:
08/19/11 16:53:21 (4 years ago)
Author:
robitaille@…
Message:

py-yt: fixed issues with installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-yt/Portfile

    r82759 r82768  
    77name                py-yt 
    88version             2.1 
     9revision            1 
    910maintainers         robitaille openmaintainer 
    1011 
     
    3637    depends_run-append  port:py${python.version}-numpy \ 
    3738                        port:py${python.version}-matplotlib \ 
    38                         port:py${python.version}-h5py 
     39                        port:py${python.version}-h5py \ 
     40                        port:py${python.version}-cython 
    3941} 
     42 
     43post-extract { 
     44    file rename ${workpath}/yt_analysis-yt-yt-${version} ${workpath}/yt-${version} 
     45} 
     46 
     47patchfiles patch-freetype_writer.diff 
Note: See TracChangeset for help on using the changeset viewer.