[Scons-dev] code fails on scons master with python3
Neal Becker
ndbecker2 at gmail.com
Tue Jun 13 08:20:59 EDT 2017
This code is failing:
RPATH = [Literal(':'.join([ORIGIN + x for x in
':'.join([MKLPATH]).split(':')]))]
with error:
scons: *** [mkl.cpython-35m-x86_64-linux-gnu.so] TypeError `unhashable type:
'Literal'' trying to evaluate `${_concat(RPATHPREFIX, RPATH, RPATHSUFFIX,
__env__)}'
But this code succeeds on my own (old) port of scons to python3
More information about the Scons-dev
mailing list