Opened 12 years ago
Closed 12 years ago
#34932 closed defect (fixed)
py27-igraph cannot find include on Lion
Reported by: | nerdling (Jeremy Lavergne) | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | samuelandjw | |
Port: | igraph |
Description
:info:build In file included from src/arpackobject.c:23: :info:build src/arpackobject.h:27:10: fatal error: 'igraph_arpack.h' file not found :info:build #include <igraph_arpack.h>
Attachments (1)
Change History (7)
Changed 12 years ago by samuelandjw
comment:1 Changed 12 years ago by hakante (HåkanT)
comment:2 Changed 12 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
comment:3 Changed 12 years ago by nerdling (Jeremy Lavergne)
Port: | igraph added; py27-igraph removed |
---|
I'll look into igraph's ./configure to see if there is a flag we can use there, else editing the pkgconfig file directly.
comment:4 Changed 12 years ago by nerdling (Jeremy Lavergne)
The includedir was previously changed to this for #26975.
comment:6 Changed 12 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Doesn't look like py-igraph needs rebuilt. This should be all done then
Note: See
TracTickets for help on using
tickets.
I had the same problem. It seems like the error is in the pkg-config file for igraph.
while the include path is actually
Modifying /opt/local/lib/pkgconfig/igraph.pc to
solved the problem for me.