gtsam/python/handwritten
Ellon Mendes 2e4a96dc18 Do not store RPATH into _libgtsam_python.so
Since we're copying the .so from the build dir to python/gtsam _outside_ the
build dir, we should remove the rpath from the .so, so it will search the
library in the system, and not in the build directory, after installed using
setup.py
2015-12-02 13:35:17 +01:00
..
base Wrap KeyVector to python 2015-12-02 13:35:16 +01:00
geometry Wrap Cayley methods to python only if not using Quaternions 2015-12-02 13:35:17 +01:00
inference Add helper functions to better handle gtsam.Symbol on python 2015-12-02 13:35:16 +01:00
linear Define NO_IMPORT_ARRAY in all cpp files before including NumpyEigenConverter.hpp 2015-12-02 13:35:15 +01:00
nonlinear Wrap KeyVector to python 2015-12-02 13:35:16 +01:00
slam Wrap GenericProjectionFactor to python 2015-12-02 13:35:16 +01:00
utils Define NO_IMPORT_ARRAY in all cpp files before including NumpyEigenConverter.hpp 2015-12-02 13:35:15 +01:00
CMakeLists.txt Do not store RPATH into _libgtsam_python.so 2015-12-02 13:35:17 +01:00
exportgtsam.cpp import_array() --> import_array1() 2015-12-02 13:35:16 +01:00