<div dir="ltr"><div><div><div><div><div>Dear Dune,<br><br></div>I am having some hard time with changing to cmake. I thought maybe you can help me like always.<br><br></div>I need to force the compiler to use g++ from a certain installation. More accurately, not g++ but g++-4.7. How can I do that in opts file when using cmake. I thought of writing the following file, but it did not work:<br><br>CONFIGURE_FLAGS="--enable-parallel"<br><br>CMAKE_PREFIX_PATH="\<br>$HOME/extlib/alugrid-1.5;\<br>$HOME/extlib/metis-5.0;\<br>" <br><br>GXX_OPTS="-O3 -g0" <br><br>CMAKE_CXX_COMPILER=g++-4.7<br><br>CMAKE_FLAGS=" \<br>CXXFLAGS=\"$GXX_OPTS\" \<br>MPICC=$HOME/extlib/openmpi-1.6/bin/mpicc \<br>"<br></div><br></div>The problem is that the compiler always uses the root g++ installation.<br><br></div>Thanks in advance for your help,<br>Arya<br></div>