File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,6 @@ if [[ $1 == "release" ]]; then
216
216
fi
217
217
cmake .. $CMAKE_ARCH_ARG -DBUILD_NANOARROW=1 -DPROTOBUF_ROOT_DIR=./protobuf -DGCSSDK_ROOT_DIR=./gcssdk -DAWSSDK_ROOT_DIR=./awssdk -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX -DCMAKE_PREFIX_PATH=$INSTALL_PREFIX -DBUILD_EXAMPLES=False -DDISABLE_MPI=True -DDISABLE_OPENMP=True -DDISABLE_TOOLS=True -DDISABLE_EXAMPLES=True -DDISABLE_TESTING=True -DOPENSSL_USE_STATIC_LIBS=True &&
218
218
make -j4 || rebuild && $SUDO make install &&
219
- if [[ -f $INSTALL_PREFIX /lib/libtiledbgenomicsdb.so ]]; then nm $INSTALL_PREFIX /lib/libtiledbgenomicsdb.so | grep Processor fi
219
+ if [[ -f $INSTALL_PREFIX /lib/libtiledbgenomicsdb.so ]]; then nm $INSTALL_PREFIX /lib/libtiledbgenomicsdb.so | grep Processor; fi
220
220
popd && popd
221
221
fi
You can’t perform that action at this time.
0 commit comments