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
27 27 28 28 patchfiles patch-ranf.c 29 29 30 build.env CC=gcc 31 32 platform darwin 7 { 33 depends_build-append port:gcc40 34 build.env CC=${prefix}/bin/gcc-4.0 35 } 36 30 37 platform macosx { 31 38 post-patch { 32 39 copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py … … 39 46 } 40 47 } 41 48 42 build.env CC=gcc43 44 49 test.run yes 45 50 test.env PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*] 46 51 test.cmd ${python.bin} Test/test.py