Buckets:
| from distutils.core import setup | |
| from distutils.extension import Extension | |
| from Cython.Distutils import build_ext | |
| cymodule = 'wave2D_u0_loop_cy' | |
| setup( | |
| name=cymodule, | |
| ext_modules=[Extension(cymodule, [cymodule + '.pyx'], | |
| libraries=[], # C libs to link with | |
| )], | |
| cmdclass={'build_ext': build_ext}, | |
| ) | |
Xet Storage Details
- Size:
- 355 Bytes
- Xet hash:
- 57c78a95d14b7174a677933eaa619dd37449aaaa00eb7aafc845e8dfab379f14
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.