[Rdkit-devel] boost checks skipped
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Gianluca S. <gi...@gm...> - 2011-05-17 14:27:06
|
I just noticed the boost version check (but this is probably true for other ones) looks like being done only once; basically, the first time you run "cmake" with a older boost version available you get the error message. Running again cmake proceeds without any warning (see below). Is this the expected behavior? [giallu@g-centos5-i386 build2]$ cmake .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found PythonLibs: /usr/lib/python2.4/config/libpython2.4.a -- Found PythonInterp: /usr/bin/python2.4 CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:868 (message): Unable to find the requested Boost libraries. Boost version: 1.33.1 Boost include path: /usr/include Detected version of Boost is too old. Requested version was 1.39 (or newer). Call Stack (most recent call first): CMakeLists.txt:69 (find_package) -- Found BISON: /usr/bin/bison -- Found FLEX: /usr/bin/flex CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:868 (message): Unable to find the requested Boost libraries. Boost version: 1.33.1 Boost include path: /usr/include Detected version of Boost is too old. Requested version was 1.39 (or newer). Call Stack (most recent call first): Code/GraphMol/SLNParse/CMakeLists.txt:4 (find_package) -- Configuring incomplete, errors occurred! [giallu@g-centos5-i386 build2]$ cmake .. -- Configuring done -- Generating done -- Build files have been written to: /home/giallu/RDKit_2011_03_2/build2 -- Gianluca Sforna http://morefedora.blogspot.com http://identi.ca/giallu - http://twitter.com/giallu |