hjhung
hjhung
Hi, Yes, I set LD_LIBRARY_PATH as /home/account/boost/lib/:/home/account/rdkit/lib. Did I missing something needed?
Hi, Yes, I did make install but still got the error. I was wondering whether this is because of the boost library. I can not install the boost.python successfully in...
I am using Release_2019.03.1.
Of course, will try and let you know later. Thanks a lot! Another question: did you use miniconda or anaconda?
Hi, I tried to install Release_2017_09_2 in the same cluster but it incurs an error during ``` cmake .. -DPy_ENABLE_SHARED=1 \ -DRDK_INSTALL_INTREE=ON \ -DRDK_INSTALL_STATIC_LIBS=OFF \ -DRDK_BUILD_CPP_TESTS=ON \ -DPYTHON_INCLUDE_DIR=$PYROOT/include/python3.7m \ -DBOOST_ROOT="/home/account/boost"...
I installed boost 1.65.1. With the same environment and the latest rdkit, I could install rdkit successfully but could not run mol_lib.py as mentioned in the top of this issue.
Yes, I have included the boost libs in LD_LIBRARY_PATH. ``` $ echo $LD_LIBRARY_PATH /home/account/boost/lib/:/home/account/rdkit/lib:/usr/lib64 ```