yum : using boost 1.69 instead of default (1.53) version on centos
I want to compile (c++/cmake) code using boost 1.69. I am on centos 7. After : sudo yum install boost-devel.x86.64 the code compiles fine, but using the default version which is 1.53. If I look at the libraries installed in…