https://github.com/hpc-maths/GenEO
Revision 3881e864d0115355ab0398e22b489d3d1df7997a authored by gouarin on 30 March 2018, 12:29:37 UTC, committed by gouarin on 30 March 2018, 12:29:37 UTC
1 parent eb1bfe3
Tip revision: 3881e864d0115355ab0398e22b489d3d1df7997a authored by gouarin on 30 March 2018, 12:29:37 UTC
fix mpcg
fix mpcg
Tip revision: 3881e86
setup.py
from setuptools import setup, find_packages
from Cython.Build import cythonize
setup(
name = "elasticity",
version="0.1",
packages=find_packages(),
ext_modules = cythonize('elasticity/matelem_cython.pyx'),
)
Computing file changes ...