From c5f7042b6783060d6da77e3e30cca8471e87750c Mon Sep 17 00:00:00 2001
From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de>
Date: Fri, 20 Oct 2017 14:16:16 +0200
Subject: [PATCH] move compilation of particles to last

---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 1fae430b..b03bd4f4 100644
--- a/setup.py
+++ b/setup.py
@@ -88,8 +88,7 @@ print('This is bfps version ' + VERSION)
 
 
 ### lists of files and MANIFEST.in
-src_file_list = ['full_code/NSVEparticles',
-                 'full_code/joint_acc_vel_stats',
+src_file_list = ['full_code/joint_acc_vel_stats',
                  'full_code/test',
                  'full_code/filter_test',
                  'full_code/field_test',
@@ -128,7 +127,8 @@ src_file_list = ['full_code/NSVEparticles',
                  'spline_n9',
                  'spline_n10',
                  'Lagrange_polys',
-                 'scope_timer']
+                 'scope_timer',
+                 'full_code/NSVEparticles']
 
 particle_headers = [
         'cpp/particles/particles_distr_mpi.hpp',
-- 
GitLab