Changeset 4246 for dynamico_lmdz/simple_physics/phyparam/python
- Timestamp:
- Jun 24, 2020, 2:13:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/simple_physics/phyparam/python/setup.py
r4236 r4246 6 6 ext_modules = cythonize([ Extension("phyparam",["phyparam.pyx"], 7 7 libraries=['phyparam'], 8 library_dirs=['. '])] )8 library_dirs=['./lib'])] ) 9 9 )
Note: See TracChangeset
for help on using the changeset viewer.