-
Andreas Schenk authored
The template specialization for std::vector in Eigen/StdVector seems to change the symbol generated for std::vector<geom::Vec3>, which can lead to missing symbols in libost_mol_alg during linking or at runtime, depending on the compiler. Adding the StdVector include also to python export of svd superpose helps to generate consistent symbols.
Andreas Schenk authoredThe template specialization for std::vector in Eigen/StdVector seems to change the symbol generated for std::vector<geom::Vec3>, which can lead to missing symbols in libost_mol_alg during linking or at runtime, depending on the compiler. Adding the StdVector include also to python export of svd superpose helps to generate consistent symbols.