https://github.com/hpc-maths/GenEO
Revision f1de5931e8825ec247da8fa9fc0c5c33a406c9a3 authored by Nicole Spillane on 09 April 2018, 09:18:49 UTC, committed by Nicole Spillane on 09 April 2018, 09:18:49 UTC
1 parent 75394f1
Tip revision: f1de5931e8825ec247da8fa9fc0c5c33a406c9a3 authored by Nicole Spillane on 09 April 2018, 09:18:49 UTC
test with five layers of coefs
test with five layers of coefs
Tip revision: f1de593
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 ...