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

Conda build on OS X #21

Open
alicedb2 opened this issue May 23, 2016 · 0 comments
Open

Conda build on OS X #21

alicedb2 opened this issue May 23, 2016 · 0 comments

Comments

@alicedb2
Copy link

alicedb2 commented May 23, 2016

I was able to use the conda recipe after prepending the following line in build.sh

export LDFLAGS="-undefined dynamic_lookup -bundle"

Without -undefined dynamic_lookup the linker will complain about missing symbols.

The -bundle is important on Mac lest tt_f90.so and core_f90.so are linked as dylib instead of MachO bundles and dlopen throws a cryptic error about unslidable segment when trying to import tt and so on.

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

No branches or pull requests

1 participant