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.