If you want to run assembly through IMP (i.e. use imppy.sh) you can add
assembler to your IMP search paths with libs= and pythonpath=.
A more conventional way to do it would be to install IMP somewhere and
then have assembler use IMP as an ordinary library. Installation should
work fine with scons now.
Or you could just add imp/build/lib to your global PYTHONPATH and
LD_LIBRARY_PATH and forget about imppy.sh.
On Feb 3, 2009, at 11:56 AM, Daniel Russel wrote:
Keren Lasker wrote:
hi,
A recent change in r1369 (imppy.sh no longer propagates external
LD_LIBRARY_FLAGS and PYTHONPATH)
breaks Frido and my assembler code since our pythonpath contains
more than just IMP.