Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Nov 20, 2024
1 parent 81676be commit 70c23be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/bam-readcount/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ wget https://github.com/boostorg/boost/releases/download/boost-1.86.0/boost-1.86

mv boost-1.86.0-cmake.tar.gz vendor/boost-1.55-bamrc.tar.gz

ln -sf $(which libtool) "${PREFIX}/bin/libtool"

# Needed for building utils dependency
export INCLUDES="-I{PREFIX}/include"
export LIBPATH="-L${PREFIX}/lib"
Expand All @@ -30,4 +32,4 @@ cmake -S . -B build -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
cmake --build build -j "${CPU_COUNT}" -v

install -d "$PREFIX/bin"
install -v -m 0755 bin/bam-readcount "$PREFIX/bin"
install -v -m 0755 build/bin/bam-readcount "$PREFIX/bin"

0 comments on commit 70c23be

Please sign in to comment.