Hello, can you please tell me if it's expected that setup.py installs C headers of numpy into the python tree associated with the current running python instead of something under $SAGE_LOCAL/, e.g. include?
If yes then this leads to failure to include numpy C headers when compiling in unsafe patchbot runs (which clone into /tmp). The cython files have "cimport numpy" which generates '#include "numpy/...h" ' but this is not found. Regards, -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
