From 1311b1633744d1a84ef8d6e15abb1370b84ef397 Mon Sep 17 00:00:00 2001 From: Chichi Lalescu <clalesc1@jhu.edu> Date: Mon, 20 Jul 2015 22:21:20 +0200 Subject: [PATCH] add include dir for mpich I guess it can't hurt to have too many include dirs, unless someone has all of them... I'm not gonna worry about that now. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ffb14522..248ea583 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ local_install_dir = '/scratch.local/chichi/installs' include_dirs = ['src', '/usr/lib64/mpi/gcc/openmpi/include', + '/usr/include/mpich', os.path.join(local_install_dir, 'include')] ######################################################################## -- GitLab