Bugs item #3153016, was opened at 2011-01-07 12:51 Message generated for change (Tracker Item Submitted) made by jiahao You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428740&aid=3153016&group_id=40728
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Installation/Building Group: 2.3.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jiahao Chen (jiahao) Assigned to: Nobody/Anonymous (nobody) Summary: Python bindings fail for Eigen in nonstandard location Initial Comment: The python binding compile step is not aware of the CMAKE variable EIGEN2_INSTALL_DIR as of r2349. If Eigen2 was not installed in the default include path, the python bindings do not compile successfully. Similarly, any custom CFLAGS set in CMAKE are not passed on to the python binding compilation. The workaround is to export CFLAGS="${CFLAGS} -I${EIGEN2_INSTALL_DIR}" into the local environment before compiling, but this is not ideal. Attached is an attempted solution using export to set the environment variables before compiling, but it is not complete since it would not work in shells like csh that use setenv instead of export. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428740&aid=3153016&group_id=40728 ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ OpenBabel-Devel mailing list OpenBabel-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-devel