Fork me on GitHub
#uncomplicate
<
2017-07-10
>
hjrnunes14:07:50

Hi, is there a way to specify where Neanderthal should look for MKL? I mean without messing with DYLD_PATH etc. We'd like our stuff to just work from a uberjar. I think this possibility is mentioned in the docs. I've tried to manipulate java.library.path but to no success...

chunsj23:07:44

I've tried with java.library.path and failed as well. It seems that this could be done with install_name_tool - I suppose - but I did not tried :-P

chunsj23:07:26

Ah, I mean on macOS.