From 6b40cc0403b19e9635ae99856630ad92223549cb Mon Sep 17 00:00:00 2001
From: Pietro Incardona <i-bird@localhost.localdomain>
Date: Wed, 10 Aug 2016 22:55:33 +0200
Subject: [PATCH] Fixing example installation

---
 CHANGELOG.md | 24 +++++++++++++++++++-----
 install      |  6 ++++++
 2 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 562756fea..b5ded3409 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## [0.5.0 - Gingold] - End July 2016
+## [0.5.0 - Gingold] - Mid August 2016
 
 ### Added
 - map communicate particles across processors mooving the information of all the particle map_list give the possibility to give a list of property to move from one to another processor
@@ -92,15 +92,29 @@ All notable changes to this project will be documented in this file.
 
 # Planned in the next Releases
 
-## [0.7.0] - Mid of October
+## [0.8.0] - Mid January 2017
+## [0.7.0] - December 2016
 
 ### Added
 - Dynamic Load Balancies examples and interface fixation
 - Check Point restart
+- More example and documentations
 
-## [0.6.0] - Beginning of september
+### Proposal
 
-### Added
-- Parallel IO, new formats, improved writers
 - Algebraic Multigrid solver
+- Parallel VTK, improved visualization
+
+## [0.6.0] - Middle of October
+
+### Added
+
+- Symmetric Cell list and Verlet (15 days)
+- Semantic communication (??)
+- Improved Finite difference interface (15 days) 
+
+
+## [0.6.0] - Beginning of September
+
+- Complex properties and serialization interface (15 days)
 
diff --git a/install b/install
index 780317adf..b30c01197 100755
--- a/install
+++ b/install
@@ -220,6 +220,12 @@ if [ -d "$i_dir/LIBHILBERT" ]; then
     configure_options=" $configure_options --with-libhilbert=$i_dir/LIBHILBERT "
 fi
 
+### if we are on linux we have to add -rt
+
+if [ x"$platform" = x"linux" ]; then
+	lin_alg_lib="$lin_alg_lib -rt"
+fi
+
 ### MPI
 
 if [ x"$MPI_valid" == x"yes" ]; then
-- 
GitLab