Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 31663

Show
Ignore:
Timestamp:
12/02/07 07:28:44 (12 months ago)
Author:
saispo@…
Message:

Fix py25-scientific on Leopard using py25-numeric patch, ticket #13113 can be closed

Location:
trunk/dports/python/py25-scientific
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py25-scientific/Portfile

    r30958 r31663  
    1818                 port:py25-numeric 
    1919 
     20platform macosx { 
     21      post-patch { 
     22                copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py 
     23                    } 
     24} 
     25 
     26platform puredarwin { 
     27      post-patch { 
     28                copy -force ${filespath}/customize.py-puredarwin ${worksrcpath}/customize.py 
     29                    } 
     30} 
     31 
    2032build.env        CPPFLAGS="-I${prefix}/include/python2.5 \ 
    2133                 -I${worksrcpath}/Include" \ 
    22                  NETCDF_PREFIX=${prefix}                  
     34                 NETCDF_PREFIX=${prefix} 
    2335 
    2436variant mpi      {