Skip to content

Installation #3

@krober10nd

Description

@krober10nd

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 🥇

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions