From b3763ffb0fa8d618df51cdd6a28b265f72800888 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Thu, 6 Aug 2020 09:40:44 +0200 Subject: [PATCH] typo fix in ChangeLog --- doc/ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 3d2869cd..156a25ff 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -14,7 +14,7 @@ Restructuring ------------- To be aligned with other applications for TRIQS, various files and folders had to be moved to new locations. The c++, fortran and python parts all are now in separate folders. The converter files have been more logically split into their own folders and name spaces. For example the Vasp converter is now located under `python/triqs_dft_tools/converters/vasp.py`. Especially the test folder structure was adapted to fit to the app4triqs skeleton, which separate folders for C++ and python tests. -Dependency Managment +Dependency Management -------------------- We are managing the interdependencies of the various library components of triqs now using cmake. Per default cmake will pull those dependencies from their corresponding @@ -27,7 +27,7 @@ This behavior can be altered using the additional cmake options during the configuration step. See also the TRIQS documentation for more detailed instructions. -other changes: +Other Changes: ------------- * Run port_to_triqs3 script * Port py files to python3