File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ if [ "$use_jemalloc" == "on" ]; then
120
120
copy_file ./thirdparty/output/lib/libjemalloc.so.2 ${pack} /bin
121
121
copy_file ./thirdparty/output/lib/libprofiler.so.0 ${pack} /bin
122
122
else
123
- copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so ${pack} /bin
123
+ copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so.4 ${pack} /bin
124
124
fi
125
125
126
126
copy_file ./thirdparty/output/lib/libboost* .so.1.69.0 ${pack} /bin
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ if [ "$use_jemalloc" == "on" ]; then
129
129
copy_file ./thirdparty/output/lib/libjemalloc.so.2 ${pack} /lib/
130
130
copy_file ./thirdparty/output/lib/libprofiler.so.0 ${pack} /lib/
131
131
else
132
- copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so ${pack} /lib/
132
+ copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so.4 ${pack} /lib/
133
133
fi
134
134
135
135
copy_file ./thirdparty/output/lib/libboost* .so.1.69.0 ${pack} /lib/
Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ ExternalProject_Get_property(googletest SOURCE_DIR)
97
97
set (googletest_SRC ${SOURCE_DIR} )
98
98
99
99
ExternalProject_Add (gperftools
100
- URL ${OSS_URL_PREFIX} /gperftools-2.13 .tar.gz
101
- https://github.com/gperftools/gperftools/releases/download/gperftools-2.13 /gperftools-2.13 .tar.gz
102
- URL_MD5 4e218a40a354748c50d054c285caaae8
100
+ URL ${OSS_URL_PREFIX} /gperftools-2.7 .tar.gz
101
+ https://github.com/gperftools/gperftools/releases/download/gperftools-2.7 /gperftools-2.7 .tar.gz
102
+ URL_MD5 c6a852a817e9160c79bdb2d3101b4601
103
103
CONFIGURE_COMMAND ./configure --prefix=${TP_OUTPUT} --enable-static=no --enable-frame-pointers=yes
104
104
BUILD_IN_SOURCE 1
105
105
)
You can’t perform that action at this time.
0 commit comments