Re: [Rdkit-devel] Beta of Q1 2016 release now up
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Greg L. <gre...@gm...> - 2016-04-11 11:20:51
|
Gianluca, This could be the issue fixed by this PR from Matt Swain: https://github.com/rdkit/rdkit/pull/856 -greg On Mon, Apr 11, 2016 at 12:32 PM, Gianluca Sforna <gi...@gm...> wrote: > On Thu, Apr 7, 2016 at 6:24 AM, Greg Landrum <gre...@gm...> > wrote: > > I have tagged a beta of the next RDKit release here: > > https://github.com/rdkit/rdkit/releases/tag/Release_2016_03_1b1 > > > Tried to rebuild the RPMs but got this right on cmake: > > -- Found INCHI: /usr/lib64/libinchi.so > CMake Error at External/INCHI-API/CMakeLists.txt:64 (install): > install TARGETS given target "Inchi" which does not exist in this > directory. > > > cmake invocation as follow: > > /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG > -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG > -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG > -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr > -DINCLUDE_INSTALL_DIR:PATH=/usr/include > -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc > -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 > -DBUILD_SHARED_LIBS:BOOL=ON -D RDK_INSTALL_INTREE=OFF -D > CMAKE_BUILD_TYPE=RelWithDebInfo -D RDK_BUILD_INCHI_SUPPORT:BOOL=ON -D > RDK_BUILD_THREADSAFE_SSS:BOOL=ON -D RDK_BUILD_CAIRO_SUPPORT:BOOL=ON -D > RDK_INSTALL_STATIC_LIBS:BOOL=OFF -D RDK_USE_FLEXBISON:BOOL=ON -D > RDK_TEST_MULTITHREADED:BOOL=ON -D > PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 . > > I'll dig in it later, in the meanwhile if you have ideas they will be > very welcome. > |