Changeset 830

Show
Ignore:
Timestamp:
08/11/07 09:10:44 (3 years ago)
Author:
dokai
Message:

Build rpath info into the extension so that we don't need to play with
LD_LIBRARY_PATH.

If you are updating from a previous version of the buildout, you need to
remove the old 'build' directory to ensure the extension gets build again.

--This line, and those below, will be ignored--

D setenv
M buildout.cfg
M README.txt

Location:
buildout/rtree.buildout/trunk
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • buildout/rtree.buildout/trunk/buildout.cfg

    r827 r830  
    4747    ${tools:location}/lib 
    4848    ${spatialindex:location}/lib 
     49rpath = 
     50    ${tools:location}/lib 
     51    ${spatialindex:location}/lib 
    4952 
    5053[interpreter] 
  • buildout/rtree.buildout/trunk/README.txt

    r824 r830  
    2121 $ ./bin/test 
    2222 
    23 Because Rtree uses the ``spatialindex`` C++ library that is installed 
    24 within the buildout sandbox, you need to tell the system where to find 
    25 the dynamic libraries. Simply edit the ``setenv`` script located in 
    26 the root of the buildout to match your system and run it:: 
    27  
    28   $ . ./setenv 
    29  
    30 to get the environment set up correctly. 
    31  
    32  
    3323Developing 
    3424---------- 
     
    4838uses internally. 
    4939 
    50 You need to setup your LD_LIBRARY_PATH first to have the dynamic 
    51 library be picked up. See the notes about ``setenv`` in the 
    52 ``Testing`` section above. 
    53  
    5440 
    5541If you're using multiple zc.buildout based buildouts for your