source:
dynamico_lmdz/simple_physics/phyparam/python/setup.py
@
4245
Last change on this file since 4245 was 4236, checked in by , 5 years ago | |
---|---|
File size: 377 bytes |
Line | |
---|---|
1 | from distutils.core import setup |
2 | from distutils.extension import Extension |
3 | from Cython.Build import cythonize |
4 | |
5 | setup( name = "Wrapper to simple physics package", |
6 | ext_modules = cythonize([ Extension("phyparam",["phyparam.pyx"], |
7 | libraries=['phyparam'], |
8 | library_dirs=['.'])] ) |
9 | ) |
Note: See TracBrowser
for help on using the repository browser.