From e8d3fda2c991348a19b3a0e33dde4869c57630a9 Mon Sep 17 00:00:00 2001 From: Dave Grote Date: Tue, 10 Jan 2017 10:59:08 -0800 Subject: Cleaned up python importing of warpx --- Python/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Python/setup.py') diff --git a/Python/setup.py b/Python/setup.py index d810afd56..bba3912c0 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -8,6 +8,7 @@ from distutils.core import setup, Extension example_module = Extension('pywarpx._warpxC', + swig_opts=['-outdir','pywarpx'], sources=['warpxC.i'], library_dirs=['.'], libraries=['warpx'], -- cgit v1.2.3