Skip to content

Commit

Permalink
Adding cpio dependency to BLAST+
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed May 28, 2024
1 parent 7680b81 commit 2ac0f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies = [
('libpng', '1.6.38'),
('libjpeg-turbo', '2.1.4'),
('LMDB', '0.9.29'),
('cpio', '2.15'),
]

configopts = "--with-64 --with-z=$EBROOTZLIB --with-bz2=$EBROOTBZIP2 "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies = [
('libpng', '1.6.39'),
('libjpeg-turbo', '2.1.5.1'),
('LMDB', '0.9.31'),
('cpio', '2.15'),
]

configopts = "--with-64 --with-z=$EBROOTZLIB --with-bz2=$EBROOTBZIP2 "
Expand Down

0 comments on commit 2ac0f4d

Please sign in to comment.