ternaus / quest-qmc

Automatically exported from code.google.com/p/quest-qmc
2 stars 11 forks source link

We can start using CMAKE #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using cmake to create makefiles looks like a good idea. I like how it is used 
in the ALPS project (http://alps.comp-phys.org)

1.It is cross platform.
2.It gives you nice way to choose compilers: gcc/pgi/intel/clang/llvm etc
3.It gives you nice way to choose libraries: LAPACK/Intel MKL/gotBLAS etc
4.Tell's you if it cannot find library/compiler before compilation => saves 
some time.

Original issue reported on code.google.com by iglovi...@gmail.com on 27 Oct 2013 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by cxc639 on 29 Jul 2014 at 9:49