File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,9 @@ if [ ! -f "absl_succ" ]; then
151151 cmake -DCMAKE_INSTALL_PREFIX=" $DEPS_PREFIX " -DCMAKE_CXX_FLAGS=-fPIC -DABSL_ENABLE_INSTALL=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DABSL_USE_GOOGLETEST_HEAD=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
152152 make " -j$( nproc) "
153153 make install
154+ ls -l ${DEPS_PREFIX} /lib64 | grep flags
154155 cp absl/flags/libabsl_flags_private_handle_accessor.a ${DEPS_PREFIX} /lib64/
156+ ls -l ${DEPS_PREFIX} /lib64 | grep flags
155157 popd
156158 touch absl_succ
157159 echo " install absl done"
@@ -345,11 +347,11 @@ else
345347 echo " install boost done"
346348fi
347349
348-
349-
350+ ls -l ${DEPS_PREFIX} /lib64 | grep flags
350351
351352# Remove dynamic library files for static link
352353find /depends/thirdparty/lib/ -name " lib*so*" | grep -v " libRemarks" | grep -v " libLTO" | xargs rm
353354find /depends/thirdparty/lib64/ -name " lib*so*" | grep -v " libRemarks" | grep -v " libLTO" | xargs rm
355+ ls -l ${DEPS_PREFIX} /lib64 | grep flags
354356
355357popd
You can’t perform that action at this time.
0 commit comments