Python wrapper with test for Legendre transform

This commit is contained in:
Dag Sverre Seljebotn 2015-04-22 13:18:43 +02:00
parent 351180baf4
commit 0a0cad34aa
11 changed files with 165 additions and 0 deletions

View file

@ -0,0 +1 @@
# work around broken setuptools monkey patching

View file

@ -0,0 +1 @@
build_ext = "yes, it's there!"

View file

@ -0,0 +1 @@
# work around broken setuptools monkey patching

2
python/fake_pyrex/README Normal file
View file

@ -0,0 +1,2 @@
This directory is here to fool setuptools into building .pyx files
even if Pyrex is not installed. See ../setup.py.