I install libint2 as a prerequisite for MPQC4 on Summit.
After completing the installation, line 57 in install/lib/cmake/libint2/libint2-targets.cmake points to a nonexistent directory. In my case it is INTERFACE_INCLUDE_DIRECTORIES "/ccs/home/anisimov/include/eigen3". The correct path is supposed to be "/ccs/home/anisimov/mpqc4/install/include/eigen3"
I install Libint2 according to the following steps:
export ROOT=$HOME/mpqc4
cd $ROOT
tar jxvf libint-2.7.0-beta.2.tar.bz2
cd $ROOT/libint-2.7.0-beta.2; mkdir build; cd build
cmake -D CMAKE_INSTALL_PREFIX=$ROOT/install -D CMAKE_CXX_FLAGS='-I/ccs/home/anisimov/mpqc4/install/include -L/ccs/home/anisimov/mpqc4/install/lib' -DCMAKE_CXX_COMPILER=g++ ..
make -j 20
make install
I install libint2 as a prerequisite for MPQC4 on Summit.
After completing the installation, line 57 in install/lib/cmake/libint2/libint2-targets.cmake points to a nonexistent directory. In my case it is INTERFACE_INCLUDE_DIRECTORIES "/ccs/home/anisimov/include/eigen3". The correct path is supposed to be "/ccs/home/anisimov/mpqc4/install/include/eigen3"
I install Libint2 according to the following steps:
export ROOT=$HOME/mpqc4
cd $ROOT
tar jxvf libint-2.7.0-beta.2.tar.bz2
cd $ROOT/libint-2.7.0-beta.2; mkdir build; cd build
cmake -D CMAKE_INSTALL_PREFIX=$ROOT/install -D CMAKE_CXX_FLAGS='-I/ccs/home/anisimov/mpqc4/install/include -L/ccs/home/anisimov/mpqc4/install/lib' -DCMAKE_CXX_COMPILER=g++ ..
make -j 20
make install