Skip to content

Commit

Permalink
republish older version of blast to add libgomp.so
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 18, 2024
1 parent 05d1ce6 commit 3a15b3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@platforma-open/milaboratories.software-blast",
"version": "1.1.4",
"version": "1.1.5",
"description": "Blast software package for Platforma Backend",
"scripts": {
"build": "true",

"pkg:build": "rm -rf dld && ./scripts/build.sh 2.16.0",
"pkg:publish": "./scripts/publish.sh 2.16.0",
"pkg:build": "rm -rf dld && ./scripts/build.sh 2.15.0 && ./scripts/build.sh 2.14.1",
"pkg:publish": "./scripts/publish.sh 2.15.0 && ./scripts/publish.sh 2.14.1",

"prepublishOnly": "npm run pkg:build && npm run pkg:publish"
},
Expand All @@ -29,7 +29,7 @@
},
"2.15.0": {
"registry": "platforma-open",
"version": "2.15.0",
"version": "2.15.0-1",
"type": "binary",
"roots": {
"linux-x64": "./dld/blast-2.15.0-linux-x64",
Expand All @@ -41,7 +41,7 @@
},
"2.14.1": {
"registry": "platforma-open",
"version": "2.14.1",
"version": "2.14.1-1",
"type": "binary",
"roots": {
"linux-x64": "./dld/blast-2.14.1-linux-x64",
Expand Down

0 comments on commit 3a15b3a

Please sign in to comment.