[molpro-user] Build problem with -Block option, and its solution

Hyunjun Ji syhs4 at kaist.ac.kr
Fri Dec 26 17:32:20 GMT 2014


In certain circumstances, the Block code fails to build due to some
problems in boost code. In that case, a simple patch can address the
problem:

./configure {with-proper-options}

rm -rf src/boost-install src/Block*

then patch he following files

src/boost_1_57_0/boost/serialization/shared_ptr_helper.hpp
src/boost_1_57_0/libs/serialization/src/shared_ptr_helper.cpp

by adding a proper header:

#include <boost/serialization/type_info_implementation.hpp>

then configure again. Boost will be compiled again, and after that, the
block code will build without any problem.

-- 

Hyunjun Ji

Ph. d candidate
Advanced Materials Simulation Group (http://qchem.kaist.ac.kr)
Graduate School of EEWS, KAIST, Daejeon, Republic of Korea.

E-mail: syhs4 at kaist.ac.kr
Tel:+82-42-350-1752
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.molpro.net/pipermail/molpro-user/attachments/20141227/15eaa574/attachment.html>


More information about the Molpro-user mailing list