Skip to content

Commit

Permalink
Merge pull request #1 from bedroge/blast+_cpio_builddep
Browse files Browse the repository at this point in the history
move cpio to BLAST+ build deps
  • Loading branch information
TopRichard authored May 28, 2024
2 parents 2ac0f4d + 5b90fd8 commit 3f466f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/b/BLAST+/BLAST+-2.14.0-gompi-2022b.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 = ['bf477f1b0c3b82f0b7a7094bf003a9a83e37e3b0716c1df799060c4feab17500']

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

dependencies = [
('zlib', '1.2.12'),
('bzip2', '1.0.8'),
Expand All @@ -36,7 +38,6 @@ 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
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/b/BLAST+/BLAST+-2.14.1-gompi-2023a.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 = ['712c2dbdf0fb13cc1c2d4f4ef5dd1ce4b06c3b57e96dfea8f23e6e99f5b1650e']

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

dependencies = [
('zlib', '1.2.13'),
('bzip2', '1.0.8'),
Expand All @@ -36,7 +38,6 @@ 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 3f466f2

Please sign in to comment.