Skip to content
Snippets Groups Projects
Commit 5399f253 authored by Chichi Lalescu's avatar Chichi Lalescu
Browse files

update machine settings for laptop

parent 036ddef0
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,11 @@ hostname = os.getenv('HOSTNAME')
extra_compile_args = ['-mtune=native', '-ffast-math', '-std=c++11']
include_dirs = []
library_dirs = []
if hostname == 'chichi-G':
include_dirs = ['/usr/local/include',
'/usr/include/mpich']
library_dirs = ['/usr/local/lib'
'/usr/lib/mpich']
if hostname in ['frontend01', 'frontend02']:
include_dirs = ['/usr/lib64/mpi/gcc/openmpi/include',
......
......@@ -71,7 +71,7 @@ setup(
packages = ['bfps'],
install_requires = ['numpy>=1.8', 'matplotlib>=1.3'],
ext_modules = [libbfps],
package_data = {'bfps': header_list},
package_data = {'bfps': header_list + ['../machine_settings.py']},
########################################################################
# useless stuff folows
########################################################################
......
......@@ -5,7 +5,7 @@ whitelist_externals =
echo
cp
passenv = LD_LIBRARY_PATH
sitepackages = True
sitepackages = False
changedir =
{envtmpdir}
commands =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment