Skip to content

Commit e12ec4e

Browse files
author
Nalini Ganapati
committed
Debug
1 parent 74d866b commit e12ec4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/install_prereqs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,6 @@ if [[ $1 == "release" ]]; then
216216
fi
217217
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 &&
218218
make -j4 || rebuild && $SUDO make install &&
219+
if [[ -f $INSTALL_PREFIX/lib/libtiledbgenomicsdb.so ]]; then nm $INSTALL_PREFIX/lib/libtiledbgenomicsdb.so | grep Processor fi
219220
popd && popd
220221
fi

0 commit comments

Comments
 (0)