Ticket #26679: Portfile-py26-mpi4py.diff
File Portfile-py26-mpi4py.diff, 1.0 KB (added by dechaume@…, 14 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python26 1.0 6 6 7 7 name py26-mpi4py 8 version 1.2 8 version 1.2.2 9 9 categories python 10 10 description MPI for Python - Python bindings for MPI 11 11 long_description \ … … 25 25 homepage http://code.google.com/p/mpi4py/ 26 26 master_sites googlecode:mpi4py 27 27 distname mpi4py-${version} 28 checksums sha1 6dcef2758abce46c8e0b55a531d7164b8fed8931 29 28 checksums md5 91c1b962529adfd90b9f9f98db5624b7 \ 29 sha1 e08d09257794a85d010a22ad9bda9d1c89a6258f \ 30 rmd160 434d411aa4e954706f2ca8bdde115dc654b58f21 30 31 platforms darwin 31 32 32 33 if { ${os.major} < 9 } { … … 41 42 depends_lib-append port:openmpi 42 43 build.target build "--mpicc=${prefix}/bin/openmpicc" 43 44 } 45 46 variant interpreter description {builds an mpi enabled python interpreter} { 47 patchfiles-append patch-conf-mpidistutils.py.diff 48 }