Changeset 31663
- Timestamp:
- 12/02/07 07:28:44 (12 months ago)
- Location:
- trunk/dports/python/py25-scientific
- Files:
-
- 3 added
- 1 modified
-
Portfile (modified) (1 diff)
-
files (added)
-
files/customize.py-macosx (added)
-
files/customize.py-puredarwin (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py25-scientific/Portfile
r30958 r31663 18 18 port:py25-numeric 19 19 20 platform macosx { 21 post-patch { 22 copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py 23 } 24 } 25 26 platform puredarwin { 27 post-patch { 28 copy -force ${filespath}/customize.py-puredarwin ${worksrcpath}/customize.py 29 } 30 } 31 20 32 build.env CPPFLAGS="-I${prefix}/include/python2.5 \ 21 33 -I${worksrcpath}/Include" \ 22 NETCDF_PREFIX=${prefix} 34 NETCDF_PREFIX=${prefix} 23 35 24 36 variant mpi {

