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 1bb1292 commit 01c61ac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions recipes/revbayes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ fi
-j "${CPU_COUNT}" \
"${CONFIG_ARGS}"

chmod 0755 rb-mpi rb-mpi-help2yml
mv rb-mpi rb-mpi-help2yml $PREFIX/bin/

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

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

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

rm -rf build

0 comments on commit 01c61ac

Please sign in to comment.