dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15675
Dolfin scons problems
So I've updated quite a bit of software and it looks like dolfin (hg
pulled) is having problems installing for me. I thought I would shoot
this out to see if anyone has seen this error before I go down the
rabbit hole.
aterrel@dhcp-11-18:~/workspace/dolfin$ scons
scons: Reading SConscript files ...
/Users/aterrel/workspace/dolfin/scons/simula-scons
KeyError: 'enableBenchmarks':
File "/Users/aterrel/workspace/dolfin/SConstruct", line 387:
exports=["env", "modules", "configuredPackages", "buildDataHash"])
File "/usr/local/lib/scons-1.2.0.d20090919/SCons/Script/SConscript.py",
line 553:
return apply(_SConscript, [self.fs,] + files, subst_kw)
File "/usr/local/lib/scons-1.2.0.d20090919/SCons/Script/SConscript.py",
line 262:
exec _file_ in call_stack[-1].globals
File "/Users/aterrel/workspace/dolfin/dolfin/SConscript", line 352:
if env["enableBenchmarks"]:
File "/usr/local/lib/scons-1.2.0.d20090919/SCons/Environment.py", line 408:
return self._dict[key]
FWIW, my software setup:
Mac OS X 10.7
python 2.6
scons v1.2.0.d20090919
Let me know if there is an issue for this or if you have seen it before.
Thanks,
Andy
Follow ups