Problems in running setup of PSI4

Dear PSI4 users,

I am having problems setting up the PSI4 program on my Linux machine as the setup is indicated to be incomplete as per the message pasted below. I am not sure as to how I should proceed further to be able to complete the setup successfully. Any help would be deeply appreciated.

here is the output from the console of my terminal window:

===============================================

snr49@dirac:~/Z53/psi4-master$ ./setup objdir
Configuring system: Ubuntu
cmake -DENABLE_MPI=OFF -DENABLE_SGI_MPT=OFF -DENABLE_OMP=ON -DENABLE_VECTORIZATION=OFF -DENABLE_CSR=OFF -DENABLE_SCALAPACK=OFF -DENABLE_SCALASCA=OFF -DENABLE_UNIT_TESTS=OFF -DENABLE_STATIC_LINKING=OFF -DENABLE_PLUGINS=OFF -DENABLE_CXX11_SUPPORT=ON -DLIBINT_OPT_AM=5 -DEXECUTABLE_SUFFIX= -DCMAKE_INSTALL_PREFIX=/usr/local/psi4 -DCMAKE_BUILD_TYPE=release /home/snr49/Z53/psi4-master

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
cmake/ConfigBoost.cmake:22 (find_package)
CMakeLists.txt:150 (include)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
cmake/ConfigBoost.cmake:22 (find_package)
CMakeLists.txt:150 (include)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
cmake/ConfigBoost.cmake:22 (find_package)
CMakeLists.txt:150 (include)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
cmake/ConfigBoost.cmake:22 (find_package)
CMakeLists.txt:150 (include)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
cmake/ConfigBoost.cmake:22 (find_package)
CMakeLists.txt:150 (include)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
cmake/ConfigBoost.cmake:22 (find_package)
CMakeLists.txt:150 (include)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
cmake/ConfigBoost.cmake:22 (find_package)
CMakeLists.txt:150 (include)

CMake Warning at /usr/share/cmake-3.5/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.5/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
cmake/ConfigBoost.cmake:22 (find_package)
CMakeLists.txt:150 (include)

CMake Error at cmake/ConfigChemps2.cmake:14 (message):
No GSL or HDF5, no CheMPS2. Build against existing with
-DCHEMPS2_ROOT=$CONDAENV or skip with -DENABLE_CHEMPS2=OFF
Call Stack (most recent call first):
CMakeLists.txt:156 (include)

– The CXX compiler identification is GNU 4.6.3
– The C compiler identification is GNU 4.6.3
– 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
– Detecting CXX compile features
– Detecting CXX compile features - done
– Check for working C compiler: /usr/bin/cc
– Check for working C compiler: /usr/bin/cc – works
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Detecting C compile features
– Detecting C compile features - done
– Performing Test _HAS_CXX11_FLAG
– Performing Test _HAS_CXX11_FLAG - Failed
– Performing Test _HAS_CXX0X_FLAG
– Performing Test _HAS_CXX0X_FLAG - Success
– Found following supported C++11 features:
func
– auto
– auto_ret_type
– constexpr
– cstdint
– decltype
– initializer_list
– lambda
– long_long
– nullptr
– rvalue-references
– sizeof_member
– static_assert
– variadic_templates
– Checking for restrict keyword
– keyword found : restrict
– Try OpenMP C flag = [-fopenmp]
– Performing Test OpenMP_FLAG_DETECTED
– Performing Test OpenMP_FLAG_DETECTED - Success
– Try OpenMP CXX flag = [-fopenmp]
– Performing Test OpenMP_FLAG_DETECTED
– Performing Test OpenMP_FLAG_DETECTED - Success
– Found OpenMP: -fopenmp
– Math lib search order is MKL;ESSL;ATLAS;ACML;SYSTEM_NATIVE
– You can select a specific type by defining for instance -D BLAS_TYPE=ATLAS or -D LAPACK_TYPE=ACML
– or by redefining MATH_LIB_SEARCH_ORDER
– Found BLAS: SYSTEM_NATIVE (/home/snr49/source/amber/lib/libblas.a)
– Found LAPACK: SYSTEM_NATIVE (/home/snr49/source/amber/lib/liblapack.a)
– No Sphinx, no docs. Pre-built documentation at http://sirius.chem.vt.edu/psi4manual/latest/index.html
– No LaTeX (incl. pdflatex), no PDF docs. Pre-built documentation at http://sirius.chem.vt.edu/psi4manual/latest/index.html
– No Doxygen, no docs.
– Found libutil: /usr/lib/x86_64-linux-gnu/libutil.so
– Found libm: /usr/lib/x86_64-linux-gnu/libm.so
– Found librt: /usr/lib/x86_64-linux-gnu/librt.so
– Found libdl: /usr/lib/x86_64-linux-gnu/libdl.so
– Looking for pthread.h
– Looking for pthread.h - found
– Looking for pthread_create
– Looking for pthread_create - found
– Found Threads: TRUE
– Found PythonInterp: /usr/bin/python (found version “2.7.3”)
– Found Python: /usr/lib/libpython2.7.so
– Could NOT find Boost
– Boost 1.55.0 not found. The pre-packaged version will be built.
– Libraries to be built: filesystem, python, regex, serialization, system, timer, chrono, thread
– Toolset to be used: gcc
– CheMPS2 not found. The pre-packaged version will be built.
– Found PkgConfig: /usr/bin/pkg-config (found version “0.26”)
– Configuring incomplete, errors occurred!
See also “/home/snr49/Z53/psi4-master/objdir/CMakeFiles/CMakeOutput.log”.
See also “/home/snr49/Z53/psi4-master/objdir/CMakeFiles/CMakeError.log”.

snr49@dirac:~/Z53/psi4-master$ ls objdir/
boost check_cxx11 CMakeCache.txt CMakeFiles setup_cmake_output
snr49@dirac:~/Z53/psi4-master$ cmake --version
cmake version 3.5.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
snr49@dirac:~/Z53/psi4-master$ python --version
Python 2.7.3

Thanks much in advance,
Shashi Rao

Have you tried passing -DENABLE_CHEMPS2=OFF to the setup script?