#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 (4)
comment:1 Changed 17 years ago by tim.lahey@…
comment:2 Changed 17 years ago by c.khroulev@…
I'm getting the same errors as tim.lahey@… now.
(After updating py-numpy and python, that is; now I have the following package versions:
py-numpy @1.0.3_0 (active)
python24 @2.4.4_1+darwin_8 (active)
python25 @2.5.1_1+darwin_8 (active))
comment:3 Changed 17 years ago by erickt@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed now. Please open a new bug if you have any more problems.
Note: See
TracTickets for help on using
tickets.
I'm getting similar, but slightly different errors.