From 1410af6e5cbb1fe767b1911dc0a0ba16dd661ce7 Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Sun, 7 Feb 2016 22:19:24 +0100 Subject: [PATCH] move interpolator_base to list of source files --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cb4ab8c3..77e60082 100644 --- a/setup.py +++ b/setup.py @@ -92,8 +92,11 @@ print('This is bfps version ' + VERSION) src_file_list = ['field_descriptor', 'fluid_solver_base', 'fluid_solver', + 'interpolator_base', 'rFFTW_interpolator', 'rFFTW_particles', + #'interpolator', + #'particles', 'fftw_tools', 'spline_n1', 'spline_n2', @@ -104,8 +107,7 @@ src_file_list = ['field_descriptor', 'Lagrange_polys'] header_list = (['cpp/base.hpp', - 'cpp/particles_base.hpp', - 'cpp/interpolator_base.hpp'] + + 'cpp/particles_base.hpp'] + ['cpp/' + fname + '.hpp' for fname in src_file_list]) -- GitLab