Numpy headers not found during installation with Homebrew Python

Issue #74 invalid
Timo Betcke created an issue

Installing FFC using Python from Homebrew fails as it cannot find the Numpy headers during the installation. The reason is that the location of the Numpy headers is not added to the external modules in the setup.py files. I have uploaded a patch file at http://www.bempp.org/files/ffc_setup.patch

The important bit is the command bumpy.get_include() now appearing in the external module definitions.

Best wishes

Timo

Comments (2)

  1. Log in to comment