Hi, Is there a way to pass cmake variables to fenics-install.sh? Particularly, I would like to pass CMAKE_CXX_COMPILER=/opt/centos/devtoolset-1.1/root/usr/bin/g++
I ask because if I select option 1 in fenics-install.sh (stable release), it fails to compile dolfin. However, if I select option 2 (dependencies only), then manually export CMAKE_CXX_COMPILER to g++ v 4.7 (In CentOS's devtoolset), it compiles successfully. Thanks
_______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
