[SciPy-dev] mlabwrap, alternative to LD_LIBRARY_PATH ?
Matthew Brett
matthew.brett@gmail....
Fri May 4 03:53:29 CDT 2007
Hi,
> If I were to build the thing with gcc, I would use -rpath, which
> hardcodes the library runtime path into the binary. I used this quite
> often with mex files, when I was still using matlab.
distutils has a runtime_library_dirs option
For eggs:
http://cheeseshop.python.org/pypi/zc.recipe.egg/1.0.0b6#creating-eggs-with-extensions-neededing-custom-build-settings
I guess that would cover it?
Matthew
More information about the Scipy-dev
mailing list