Skip to content

Commit

Permalink
add cpio as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed May 28, 2024
1 parent 45a0a99 commit 5b90fd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/b/BLAST+/BLAST+-2.13.0-gompi-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ source_urls = ['https://ftp.ncbi.nlm.nih.gov/blast/executables/%(namelower)s/%(v
sources = ['ncbi-blast-%(version)s+-src.tar.gz']
checksums = ['89553714d133daf28c477f83d333794b3c62e4148408c072a1b4620e5ec4feb2']

builddependencies = [('cpio', '2.14')]

dependencies = [
('zlib', '1.2.12'),
('bzip2', '1.0.8'),
Expand Down

0 comments on commit 5b90fd8

Please sign in to comment.