uncomplicate

2017-07-10T14:42:50.587129Z

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...

2017-07-10T23:38:44.229573Z

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

2017-07-10T23:39:26.239418Z

Ah, I mean on macOS.