← Back to team overview

dolfin team mailing list archive

Re: simula-scons bug

 

On Thu, June 18, 2009 15:21, Garth N. Wells wrote:
>
>
> Johannes Ring wrote:
>> On Thu, June 18, 2009 15:02, Garth N. Wells wrote:
>>> I've come across what looks like a simula-scons bug. When configuring
>>> DOLFIN, if slepc is configured before petsc, slepc.py tries to generate
>>> petsc.pc. To do this it imports the necessary modules,
>>>
>>>      exec "import %s" % (dep_module) in ns
>>>
>>> However, simula-scons/simula_scons/pkgconfiggenerators is not in the
>>> Python path and the import therefore fails. If slepc.py is run from the
>>> directory simula-scons/simula_scons/pkgconfiggenerators, everything is
>>> fine.
>>
>> Yes, I was actually looking at the exact same problem. I can try to fix
>> it.
>>
>
> OK. I just pushed a change to petsc.py, but I'll stayaway from pestc.py
> and slepc.py for a while.

The problem should be fixed now.

Johannes




References