~ubuntu-branches/ubuntu/vivid/adios/vivid-proposed

« back to all changes in this revision

Viewing changes to wrappers/numpy/conf/cythonize.bat

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140616230638-cxryhot6b8ge32l6
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
python -m cython --cleanup 3 -w src -I include %* mpi4py.MPE.pyx
 
3
python -m cython --cleanup 3 -w src -I include %* mpi4py.MPI.pyx
 
4
move src\mpi4py.MPI*.h src\include\mpi4py
 
 
b'\\ No newline at end of file'