[CIG-SHORT] Problems configuring nemesis

Leif Strand leif at geodynamics.org
Thu Jun 5 13:40:43 PDT 2008


Oliver,

Edit the following file:

/data/Software/cig/gcc-3.4_64/lib/python2.4/site-packages/merlin-1.3.egg/merlin/command/build_ext.py

Before the function 'swig_sources', you should find the line:

     if _build_ext is not _du_build_ext:

Try changing this to:

     if _build_ext is not _du_build_ext and not 
hasattr(_build_ext,'pyrex_sources'):

I will be releasing Merlin v1.4 soon, which will fix this issue.  Sorry 
for the trouble!

--Leif


Oliver Boyd wrote:
> When configuring nemesis, it complains that it can’t download missing 
> Python dependencies.
> 
>  
> 
> Rocks 4.2 on linux x86_64
> 
>  
> 
> Here is the config.log


More information about the CIG-SHORT mailing list