Python wrapper with test for Legendre transform
This commit is contained in:
parent
351180baf4
commit
0a0cad34aa
11 changed files with 165 additions and 0 deletions
1
python/fake_pyrex/Pyrex/Distutils/__init__.py
Normal file
1
python/fake_pyrex/Pyrex/Distutils/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
# work around broken setuptools monkey patching
|
1
python/fake_pyrex/Pyrex/Distutils/build_ext.py
Normal file
1
python/fake_pyrex/Pyrex/Distutils/build_ext.py
Normal file
|
@ -0,0 +1 @@
|
|||
build_ext = "yes, it's there!"
|
1
python/fake_pyrex/Pyrex/__init__.py
Normal file
1
python/fake_pyrex/Pyrex/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
# work around broken setuptools monkey patching
|
2
python/fake_pyrex/README
Normal file
2
python/fake_pyrex/README
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue