You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: