-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Just making a new issue for easy searching in the future.
For installation, I had to export the include path for numpy headers in order for the program to build with cython correctly.
Like this:
python
import numpy
numpy.get_include()
and then I copied that last path and put it here:
export CFLAGS="-I /Users/Keith/firedrake/lib/python3.7/site-packages/numpy/core/include $CFLAGS"
After that things appear to work and are registering 150x speed ups over matlplotlib.path.contains 🥇
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels