Ticket #11912 (closed defect: fixed)
BUG: py-scipy 0.5.2 fails to build on an intel mac (can't find headers building UMFPACK)
| Reported by: | c.khroulev@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | ports | Version: | 1.4.3 |
| Keywords: | Cc: | erickt@…, c.khroulev@… | |
| Port: |
Description
py-scipy fails to build with the following message (trimmed):
---> Building py-scipy with target build ... building extension "scipy.linsolve.umfpack.__umfpack" sources adding 'Lib/linsolve/umfpack/umfpack.i' to sources. swig: Lib/linsolve/umfpack/umfpack.i swig -python -o build/src.darwin-8.9.1-i386-2.4/Lib/linsolve/umfpack/_umfpack_wrap.c -outdir build/src.darwin-8.9.1-i386-2.4/Lib/linsolve/umfpack Lib/linsolve/umfpack/umfpack.i Lib/linsolve/umfpack/umfpack.i:188: Error: Unable to find 'umfpack.h' ... [and a few other UMFPACK-related files]
Also, the build process depends on swig, but it is not in the list of dependencies of the port (same problem as with the Fortran compiler).
Change History
Note: See
TracTickets for help on using
tickets.

