source:
dynamico_lmdz/simple_physics/phyparam/python/setup.py
@
4241
| Last change on this file since 4241 was 4236, checked in by , 6 years ago | |
|---|---|
| File size: 377 bytes | |
| Rev | Line | |
|---|---|---|
| [4236] | 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.
