Closed bangnoise closed 7 years ago
oh I didn't know that, thanks! I'm not near a mac today. Do you have a URL to a cleaned lib? I can add it to the releases straight away.
This has the id libtensorflow_cc.so - you could also set it to @rpath/libtensorflow_cc.so and then have addon_config.mk do
osx:
ADDON_LDFLAGS = -rpath @loader_path/../../../../../../../addons/ofxMSATensorFlow/libs/tensorflow/lib/osx
to locate it when applications are run from their usual positions (works in OF/addons and OF/apps)
thanks. I've added the zip to the releases.
That's a lot of ../.. ! :) Send a pull request with it if you want.
The macOS libtensorflow 1.0 you provide has a machine-specific id
is cured by