SebWouters / CheMPS2

CheMPS2: a spin-adapted implementation of DMRG for ab initio quantum chemistry
GNU General Public License v2.0
68 stars 34 forks source link

Cmake and CXX #71

Closed gkc1000 closed 3 years ago

gkc1000 commented 5 years ago

Just a note: for newer versions of Cmake, CXX= needs to specify the full path of the compiler, see e.g. https://cmake.org/pipermail/cmake/2015-September/061617.html

However, cmake -DCMAKE_CXX_COMPILER=xxx, does not.