Skip to content

Commit

Permalink
make -j4 to make
Browse files Browse the repository at this point in the history
  • Loading branch information
eneskuluk committed Nov 14, 2023
1 parent 481ae84 commit 0732a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_genomicsdbformac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pushd $GENOMICSDB_DIR
echo "Starting GenomicsDB build"
mkdir build && cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$GENOMICSDB_HOME -DCMAKE_PREFIX_PATH=$OPENSSL_ROOT_DIR -DPROTOBUF_ROOT_DIR=./protobuf-install -DAWSSDK_ROOT_DIR=./aws-install -DGCSSDK_ROOT_DIR=./gcs-install -DBUILD_EXAMPLES=False -DDISABLE_MPI=True -DDISABLE_OPENMP=True -DUSE_HDFS=False .. &&
make -j4 && make install
make && make install
popd
if [[ -f $GENOMICSDB_HOME/lib/libtiledbgenomicsdb.dylib ]]; then
echo "Building GenomicsDB in $$GENOMICSDB_DIR DONE"
Expand Down

0 comments on commit 0732a99

Please sign in to comment.