Hi Jesse,

On 11/27/2011 05:44 PM, jesse berwald wrote:

> Here is my configure command:
>
> ./configure --enable-openmp --with-boost-python=boost_python_mt
> --with-numpy=/Library/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/numpy
> --with-scipy=/Library/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/scipy
> LDFLAGS=-L/opt/local/lib CXXFLAGS="-I/opt/local/include"
>

[...]

> graph_motifs.hh:415: internal compiler error: in lower_stmt, at
> gimple-low.c:319
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://developer.apple.com/bugreporter> for instructions.

An internal compiler error is always a bug in the compiler... This was
caused because apple's GCC has broken support for OpenMP. Try again with
the --disable-openmp option, and it should work.

> Also, I attempted to install from macports originally. But macports tells me
> the following:
>
> Error: Cannot install py27-graph-tool for the arch(s) 'i386 x86_64' because
>> Error: its dependency py27-scipy does not build for the required
>> arch(s) by default
>> Error: and does not have a universal variant.
>> Error: Unable to execute port: architecture mismatch

It would be nice to submit a bug report to the macports people about
this. Maybe they can fix the scipy portfile to allow an universal build.
You can file a bug report here: https://trac.macports.org/report

Cheers,
Tiago

--
Tiago de Paula Peixoto <[email protected]>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to