[Scons-dev] scons rpath vs signature
Neal Becker
ndbecker2 at gmail.com
Wed Oct 2 08:13:16 EDT 2013
Gary Oberbrunner wrote:
> Is this with the latest default branch or released version? What OS? If
> you can send a working sample that would be helpful.
>
>
This was with my latest (with py3 support). Would you expect that changing
rpath args would be noticed and cause a rebuild?
> On Wed, Oct 2, 2013 at 7:38 AM, Neal Becker
> <ndbecker2 at gmail.com> wrote:
>
>> It looks to me that changing rpath arguments did not cause a rebuild.
>>
>> I used:
>>
>> env = Environment (ENV = {'PATH' : os.environ['PATH']}, CXXFLAGS=cxxflags,
>> SHCXXFLAGS=shcxxflags, LIBPATH=[NDARRAYLIBPATH, BOOSTLIBPATH, IPPLIBPATH,
>> MKLPATH, ACMLLIBPATH], CPPPATH=[NDARRAYINC, BOOSTINC, PYTHONINC, NUMPYINC,
>> EIGENINC, IPPINC, MKLINC, ACMLINCLUDE], RPATH=[NDARRAYLIBPATH,
>> BOOSTLIBPATH,
>> IPPLIBPATH, MKLPATH, ACMLLIBPATH])
>>
>> Then when building shared libs, changing rpath did not seem to cause a
>> rebuild.
>>
More information about the Scons-dev
mailing list