Skip to content
Snippets Groups Projects
Commit c065e386 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

remove unneeded include dir

parent 9b30cb19
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,7 @@ import os
# first off, this is the install folder for fftw and/or openmpi etc
local_install_dir = '/scratch.local/chichi/installs'
include_dirs = ['src',
'/usr/lib64/mpi/gcc/openmpi/include',
include_dirs = ['/usr/lib64/mpi/gcc/openmpi/include',
'/usr/include/mpich',
os.path.join(local_install_dir, 'include')]
########################################################################
......@@ -85,6 +84,8 @@ setup(
########################################################################
# useless stuff folows
########################################################################
description = 'Big Fluid and Particle Solver',
long_description = open('README.rst', 'r').read(),
author = AUTHOR,
author_email = AUTHOR_EMAIL,
version = VERSION,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment