2015-12-16 13:06 GMT-07:00 Binaya Bajgain <[email protected]>: > Hi there, > > I followed the votca installation process on the handout from VOTCA. I've > encountered an error occurred during > ./build.sh --prefix ${prefix} -ud tools csg > > Mentioned is the error that I am talking about. Would you please let me know > the problem? > >>> ./build.sh --prefix ${prefix} -ud tools csg > > This is VOTCA build.sh, version 2.0.2 > Install prefix is '/usr/local/votca' > Using 5 jobs for make/ninja > Working on tools > Source dir (tools) is already there - skipping checkout > updating git repository tools from origin/master > We are on branch master > Already up-to-date. > cmake -DCMAKE_INSTALL_PREFIX='/usr/local/votca' > -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON . > -- Found Git: /usr/bin/git (found version "1.9.1") > -- Looking for include file pthread.h > -- Looking for include file pthread.h - found > -- Looking for pthread_create > -- Looking for pthread_create - not found > -- Looking for pthread_create in pthreads > -- Looking for pthread_create in pthreads - not found > -- Looking for pthread_create in pthread > -- Looking for pthread_create in pthread - found > -- Found Threads: TRUE > CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1131 (message): > Unable to find the requested Boost libraries. > > Boost version: 1.54.0 > > Boost include path: /usr/include > > Could not find the following Boost libraries: > > boost_program_options > boost_filesystem > boost_system > > No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to > the > directory containing Boost libraries or BOOST_ROOT to the location of > Boost. > Call Stack (most recent call first): > CMakeLists.txt:56 (find_package) Well, you will need to install the boost first (the libboost-all-dev package on Ubuntu), see <https://github.com/votca/csg/wiki/Dependencies> for details!
> > > -- Looking for assert.h > -- Looking for assert.h - found > -- Looking for math.h > -- Looking for math.h - found > -- Looking for stdio.h > -- Looking for stdio.h - found > -- Looking for stdlib.h > -- Looking for stdlib.h - found > -- Looking for string.h > -- Looking for string.h - found > -- Looking for C++ include cmath > -- Looking for C++ include cmath - found > -- Looking for C++ include fstream > -- Looking for C++ include fstream - found > -- Looking for C++ include functional > -- Looking for C++ include functional - found > -- Looking for C++ include iostream > -- Looking for C++ include iostream - found > -- Looking for C++ include limits > -- Looking for C++ include limits - found > -- Looking for C++ include list > -- Looking for C++ include list - found > -- Looking for C++ include map > -- Looking for C++ include map - found > -- Looking for C++ include ostream > -- Looking for C++ include ostream - found > -- Looking for C++ include sstream > -- Looking for C++ include sstream - found > -- Looking for C++ include stack > -- Looking for C++ include stack - found > -- Looking for C++ include stdexcept > -- Looking for C++ include stdexcept - found > -- Looking for C++ include string > -- Looking for C++ include string - found > -- Looking for C++ include vector > -- Looking for C++ include vector - found > -- Looking for sqrt in m > -- Looking for sqrt in m - found > -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") > -- checking for module 'expat' > -- found expat, version 2.1.0 > -- Found EXPAT: /usr/lib/i386-linux-gnu/libexpat.so > -- checking for module 'fftw3' > -- found fftw3, version 3.3.3 > -- Found FFTW3: /usr/lib/i386-linux-gnu/libfftw3.so > -- Looking for fftw_plan_r2r_1d in /usr/lib/i386-linux-gnu/libfftw3.so;m > -- Looking for fftw_plan_r2r_1d in /usr/lib/i386-linux-gnu/libfftw3.so;m - > found > -- checking for module 'gsl' > -- found gsl, version 1.16 > -- Found GSL: /usr/lib/libgsl.so > -- Looking for gsl_linalg_QR_decomp in /usr/lib/libgsl.so;m > -- Looking for gsl_linalg_QR_decomp in /usr/lib/libgsl.so;m - not found > -- Found GSLCBLAS: /usr/lib/libgslcblas.so > -- Looking for cblas_dsyrk in /usr/lib/libgslcblas.so;m > -- Looking for cblas_dsyrk in /usr/lib/libgslcblas.so;m - found > -- Looking for gsl_linalg_QR_lssolve in > /usr/lib/libgsl.so;/usr/lib/libgslcblas.so;m > -- Looking for gsl_linalg_QR_lssolve in > /usr/lib/libgsl.so;/usr/lib/libgslcblas.so;m - found > -- Intel(R) MKL could not be found. > -- checking for module 'sqlite3' > -- found sqlite3, version 3.8.2 > -- Found SQLITE3: /usr/lib/i386-linux-gnu/libsqlite3.so > -- Performing Test HAVE_AIX > -- Performing Test HAVE_AIX - Failed > -- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") > -- Configuring incomplete, errors occurred! > See also "/usr/local/votca/src/tools/CMakeFiles/CMakeOutput.log". > See also "/usr/local/votca/src/tools/CMakeFiles/CMakeError.log". > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
