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...
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
Ah, I mean on macOS.