You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still having problem with this issue. I've changed the URL to a version of the gperftools.tar.gz that I created locally. It downloads and unzips it but now gives me an error while installing it: [ 25%] Performing patch step for 'libtcmalloc' can't find file to patch at input line 5
I think the new version of the gperftools that we can download from github has a different file structure than the one that was originally used for this installation script.
Anyone solved this problem?
Hmm I haven't had that problem but I haven't tried to build it for a while. Maybe check out my changes here
Also the issue may be in line 242 of CMakeLists.txt: PATCH_COMMAND patch -N -p0 -i ${GraphLab_SOURCE_DIR}/patches/tcmalloc.patch || true
You could try just not doing the patch and see what happens.
Now gperftools is located at github gperftools
The text was updated successfully, but these errors were encountered: