On Sat, Aug 18, 2018 at 9:13 AM, Aditi Khot <[email protected]> wrote:
> Hi,
>
> I am trying to install votca only for CSG and without GROMACS support. The
> build files are generated by CMake,  but there's an error in the
> CMakError.log: 'Performing Test HAVE_AIX - Failed'. I couldn't find this
> variable in the CMake files, and I don't know what it means. I also get
> these lines in the CMake output: 'No package 'libvotca_tools' found' and 'No
> package 'libvotca_csg' found'. I have copied the CMake output below.
These are all just warnings, so don't worry it too much!

> Further,  the installation fails because it cannot find the file
> '/votca/build/tools/src/libtools/libvotca_tools.so.5'.
This file should actually been build by CMake.

Try a "make votca_tools" and see if that fixes it.

Christoph
>
> Please let me know how I can fix it. Thanks in advance!
>
>
> CMake Output:
>
> -- The C compiler identification is Intel 17.0.1.20161005
>
> -- The CXX compiler identification is Intel 17.0.1.20161005
>
> -- Check for working C compiler:
> /apps/cent7/intel/impi/2017.1.132/bin64/mpiicc
>
> -- Check for working C compiler:
> /apps/cent7/intel/impi/2017.1.132/bin64/mpiicc -- works
>
> -- Detecting C compiler ABI info
>
> -- Detecting C compiler ABI info - done
>
> -- Detecting C compile features
>
> -- Detecting C compile features - done
>
> -- Check for working CXX compiler:
> /apps/cent7/intel/impi/2017.1.132/bin64/mpiicpc
>
> -- Check for working CXX compiler:
> /apps/cent7/intel/impi/2017.1.132/bin64/mpiicpc -- works
>
> -- Detecting CXX compiler ABI info
>
> -- Detecting CXX compiler ABI info - done
>
> -- Detecting CXX compile features
>
> -- Detecting CXX compile features - done
>
> -- Found Git: /usr/bin/git (found version "2.16.4")
>
> -- Looking for pthread.h
>
> -- Looking for pthread.h - found
>
> -- Looking for pthread_create
>
> -- Looking for pthread_create - found
>
> -- Found Threads: TRUE
>
> -- Boost version: 1.67.0
>
> -- Found the following Boost libraries:
>
> --   program_options
>
> --   filesystem
>
> --   system
>
> -- Intel(R) MKL was found:
>
>   MKL_INCLUDE_DIRS:
> /apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/mkl/include
>
>   MKL_LIBRARY_DIRS:
> /apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/mkl/lib/intel64;/apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64
>
>   MKL_LIBRARIES:
> /apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/mkl/lib/intel64/libmkl_rt.so;/apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libiomp5.so;/apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libimf.so
>
> -- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
>
> -- Checking for module 'eigen3'
>
> --   Found eigen3, version 3.3.5
>
> -- Found EIGEN3: /depot/bsavoie/apps/votca_dependencies/eigen/include/eigen3
> (found suitable version "3.3.5", minimum required is "3.3.0")
>
> -- Checking for module 'fftw3'
>
> --   Found fftw3, version 3.3.8
>
> -- Found FFTW3: /depot/bsavoie/apps/votca_dependencies/fftw3/lib/libfftw3.so
>
> -- Looking for fftw_plan_r2r_1d in
> /depot/bsavoie/apps/votca_dependencies/fftw3/lib/libfftw3.so;
>
> -- Looking for fftw_plan_r2r_1d in
> /depot/bsavoie/apps/votca_dependencies/fftw3/lib/libfftw3.so; - found
>
> -- 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 EXPAT: /usr/lib64/libexpat.so (found version "2.1.0")
>
> -- Checking for module 'sqlite3'
>
> --   Found sqlite3, version 3.24.0
>
> -- Found SQLITE3:
> /depot/bsavoie/apps/votca_dependencies/sqlite3/lib/libsqlite3.so
>
> -- Performing Test HAVE_AIX
>
> -- Performing Test HAVE_AIX - Failed
>
> -- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components:
> doxygen dot
>
> -- Could NOT find TXT2TAGS (missing: TXT2TAGS_EXECUTABLE)
>
> txt2tags not found, help cmake to find it by setting TXT2TAGS_EXECUTABLE
>
> -- Found UnixCommands: /usr/local/bin/bash
>
> -- Boost version: 1.67.0
>
> -- Found the following Boost libraries:
>
> --   program_options
>
> --   filesystem
>
> --   system
>
> -- Checking for module 'libvotca_tools'
>
> --   No package 'libvotca_tools' found
>
> -- Intel(R) MKL was found:
>
>   MKL_INCLUDE_DIRS:
> /apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/mkl/include
>
>   MKL_LIBRARY_DIRS:
> /apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/mkl/lib/intel64;/apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64
>
>   MKL_LIBRARIES:
> /apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/mkl/lib/intel64/libmkl_rt.so;/apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libiomp5.so;/apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libimf.so
>
> -- Found VOTCA_TOOLS: votca_tools
>
> -- Looking for C++ include algorithm
>
> -- Looking for C++ include algorithm - found
>
> -- Looking for C++ include iomanip
>
> -- Looking for C++ include iomanip - found
>
> -- Looking for C++ include numeric
>
> -- Looking for C++ include numeric - found
>
> -- Looking for C++ include cstdlib
>
> -- Looking for C++ include cstdlib - found
>
> -- HDF5: Using hdf5 compiler wrapper to determine C configuration
>
> -- Found HDF5:
> /depot/bsavoie/apps/votca_dependencies/hdf5/lib/libhdf5.so;/usr/lib64/libz.so;/usr/lib64/libdl.so;/usr/lib64/libm.so
> (found version "1.10.1") found components:  C
>
> -- Could NOT find GMX (missing: GMX_EXECUTABLE)
>
> -- Boost version: 1.67.0
>
> -- Found the following Boost libraries:
>
> --   program_options
>
> -- Checking for module 'libvotca_tools'
>
> --   No package 'libvotca_tools' found
>
> -- Intel(R) MKL was found:
>
>   MKL_INCLUDE_DIRS:
> /apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/mkl/include
>
>   MKL_LIBRARY_DIRS:
> /apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/mkl/lib/intel64;/apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64
>
>   MKL_LIBRARIES:
> /apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/mkl/lib/intel64/libmkl_rt.so;/apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libiomp5.so;/apps/cent7/intel/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libimf.so
>
> -- Checking for module 'libvotca_csg'
>
> --   No package 'libvotca_csg' found
>
> -- Found VOTCA_CSG: votca_csg
>
> -- Could NOT find CLANG_FORMAT (missing: CLANG_FORMAT_EXECUTABLE)
>
> -- The following OPTIONAL packages have been found:
>
>
>  * Git
>
>  * FFTW3
>
>  * EXPAT
>
>  * UnixCommands
>
>  * HDF5
>
>  * Eigen3
>
>  * MKL
>
>  * PkgConfig
>
>  * Doxygen
>
>
> -- The following REQUIRED packages have been found:
>
>
>  * Threads
>
>  * Boost (required version >= 1.39.0)
>
>  * EIGEN3 (required version >= 3.3.0)
>
>  * SQLITE3
>
>  * VOTCA_TOOLS
>
>  * VOTCA_CSG
>
>
> -- The following OPTIONAL packages have not been found:
>
>
>  * TXT2TAGS
>
>
> -- Configuring done
>
> -- Generating done
>
> -- Build files have been written to: /depot/bsavoie/apps/VOTCA/votca/build
>
>
> Aditi.
>
> --
> 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.

Reply via email to