I wrote a script <https://gist.github.com/JayKickliter/4c5c70f47be75a20e43e> to change the ID's and dependency paths for all the IPP dylibs. With the little testing I've done so far, it doesn't appear to break anything. But if anyone wants to give it a try, please make a copy of the lib folder first. After running it you won't have to cd() to ccall. I have no idea if breaks Intel's compiler ability use IPP, but I will only be calling IPP from Julia.
I really only care about the libipps, so I was thinking about copying it (along with its dependencies) to a package's deps folder. Then I could run a cleaned up version of that gist to make sure everything knows where it is.
