Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Dec 23, 2024
1 parent 01c61ac commit 9703e55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/revbayes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ fi
-j "${CPU_COUNT}" \
"${CONFIG_ARGS}"

install -v -m 0755 ../rb-mpi ../rb-mpi-help2yml "${PREFIX}/bin"
install -v -m 0755 build/rb-mpi rb-mpi-help2yml "${PREFIX}/bin"


# Non-mpi version
rm -rf build-mpi
Expand All @@ -39,6 +40,6 @@ rm -rf build-mpi
-j "${CPU_COUNT}" \
"${CONFIG_ARGS}"

install -v -m 0755 ../rb ../rb-help2yml "${PREFIX}/bin"
install -v -m 0755 build/rb rb-help2yml "${PREFIX}/bin"

rm -rf build

0 comments on commit 9703e55

Please sign in to comment.