Skip to content

Commit

Permalink
fix the way how libraries are copied into blast bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 18, 2024
1 parent cacd529 commit 05d1ce6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.software-blast",
"version": "1.1.3",
"version": "1.1.4",
"description": "Blast software package for Platforma Backend",
"scripts": {
"build": "true",
Expand All @@ -17,7 +17,7 @@
"artifacts": {
"2.16.0": {
"registry": "platforma-open",
"version": "2.16.0-1",
"version": "2.16.0-2",
"type": "binary",
"roots": {
"linux-x64": "./dld/blast-2.16.0-linux-x64",
Expand Down
2 changes: 1 addition & 1 deletion scripts/2.x/linux-add-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function isELFBinary() {

# Copy libraries into the distribution
echo "Copying libraries to '${dst_data_dir}/bin/' ..."
cp -R "libs/${arch}/" "${dst_data_dir}/bin/"
rsync -a "libs/${arch}/" "${dst_data_dir}/bin/"

# Patch binaries so they find copied libraries
echo "Patching binaries so the find libraries in '${dst_data_dir}/bin/' ..."
Expand Down

0 comments on commit 05d1ce6

Please sign in to comment.