3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-24 13:23:37 +01:00
Go to file
Olivier Parcollet fcfcce8d61 Cmake. Fix #97 and #89
- C++14 mode not automatic. Was based on compiler version,
  but the version of the C++ lib also matters....
  Now, there is an explicit USE_CPP14 option [default =OFF]
  to set to compile in c++1y mode.
  Solve also #89, i.e. the flags is now in TRIQS_CXX_DEFINITIONS and
  therefore pass to applications (including ipython magic).

- Python_use_mpi4py is now ON by default.
  Rational : it has been used for a while by e.g. Thomas,
  and it is necessary on OS X (boost.mpi.python raises a lot of issues).
  Hence we put it as default.

- Rename the option Build_Triqs_General_Tools_Test to a simpler
  Build_Tests
2014-07-02 21:44:51 +02:00
cmake Cmake. Fix #97 and #89 2014-07-02 21:44:51 +02:00
doc Fix wrong minus sign in FT definition 2014-07-01 18:08:15 +02:00
foreignlibs doc : split c++ code from rst 2014-05-31 23:00:16 +02:00
packaging/os_x install : update boost.rb 2013-12-21 13:25:37 +01:00
pytriqs Cmake. Fix #97 and #89 2014-07-02 21:44:51 +02:00
shells Better name for run_pytriqs_for_test 2013-08-02 10:15:05 +02:00
test Fix #98 2014-07-02 18:22:25 +02:00
triqs Fix #98 2014-07-02 18:22:25 +02:00
.clang-format mc_tools: simplify measure_aux 2014-01-30 20:28:30 +01:00
ChangeLog Remove Cython & prepare wrapper for applis. 2014-05-30 19:34:13 +02:00
CITATIONS.bib First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt Cmake. Fix #97 and #89 2014-07-02 21:44:51 +02:00
COPYING.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
LICENSE.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
README.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00

 
The TRIQS website is under http://ipht.cea.fr/triqs. Start there
to learn about TRIQS.

To install TRIQS, follow the installation steps given under
http://ipht.cea.fr/triqs/doc/user_manual/install/install.html

Before you proceed, make sure you have read the LICENSE.txt file.

Enjoy!

The TRIQS team