Skip to content

Commit

Permalink
Fix make parallelism to 4 - per suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
dslarm committed Nov 5, 2024
1 parent 414335b commit a44c11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/rpsbproc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ cd "$NCBI_CXX_TOOLKIT"
# Run GNU Make
cd "$RESULT_PATH/build"
echo "RUNNING MAKE" >&2
make -j -f Makefile.flat rpsbproc.exe >&2
make -j 4 -f Makefile.flat rpsbproc.exe >&2

# Copy compiled binaries to the Conda $PREFIX
mkdir -p "$PREFIX/bin"
Expand Down

0 comments on commit a44c11d

Please sign in to comment.