-
-
Notifications
You must be signed in to change notification settings - Fork 16
Use pkg-config to determine flags #135
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
Conversation
It looks like the "user" |
I would not take this for granted, but it is available everywhere (even on Windows). Also, keep in mind that the majority of our adapters rely on pkg-config. |
@BenjaminRodenberg FYI, the |
I vote for obtaining the include and link flags for preCICE. Otherwise, it seems to be pretty hard/impossible to build the bindings on MacOS. According to some blog posts However, this still leaves us with the problem of using the Python bindings on MacOS X. We could try set the rpath for the bindings, but then the bindings get (less) portable. I am not sure if that would be a problem. Is there any opinion on how well or whether to support MacOS x? |
And another note... If we want to use |
The python package |
Closes #5.
@fsimonis: One thing I'm worrying a bit: What if a user does not have
pkg-config
installed? Or would you just take this as granted?