Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update include dirs for linux and osx #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

haleuh
Copy link

@haleuh haleuh commented Jul 2, 2016

Fix missing header files when compiling in Linux and osx

@menpobot
Copy link

menpobot commented Jul 2, 2016

Can one of the admins verify this patch?

@@ -28,9 +28,10 @@
if 'linux' in _platform:
extra_compile_args += ['-fopenmp']
extra_link_args += ['-fopenmp']

include_dirs += ['/usr/include/eigen3', '/usr/include/libxml2']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not useful hardcoded paths as they assume that eigen and libxml have been installed in those locations. However, if you are not using conda I could simply the specification of these paths by adding setup.py options for settings them? You could also just set CFLAGS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants