dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #13970
simula-scons bug
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.
Garth
Follow ups