pip/setup.py does not create ufc_config.py when using pip -e option

Issue #118 duplicate
Prof Garth Wells created an issue

Installing with

pip -e .

does not generate the files ufc_config.py and git_commit_hash.py.

Comments (2)

  1. Jan Blechta

    The issue is in fact more subtle than it has been described here. See #115. I'd suggest rather detecting and raising an error in this situation. Fixing it would would be quite pain I guess.

  2. Log in to comment