Ticket #15553: py25-numeric_panther.diff

File py25-numeric_panther.diff, 685 bytes (added by jmroot (Joshua Root), 16 years ago)
  • python/py25-numeric/Portfile

     
    2727
    2828patchfiles      patch-ranf.c
    2929
     30build.env CC=gcc
     31
     32platform darwin 7 {
     33    depends_build-append port:gcc40
     34    build.env CC=${prefix}/bin/gcc-4.0
     35}
     36
    3037platform macosx {
    3138    post-patch {
    3239        copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py
     
    3946    }
    4047}
    4148
    42 build.env CC=gcc
    43 
    4449test.run        yes
    4550test.env        PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
    4651test.cmd        ${python.bin} Test/test.py