Skip to content

Commit

Permalink
add JsonCpp dependency to recent BamTools easyconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Oct 10, 2024
1 parent 463935a commit b71b8e6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/b/BamTools/BamTools-2.5.2-GCC-10.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ checksums = ['4d8b84bd07b673d0ed41031348f10ca98dd6fa6a4460f9b9668d6f1d4084dfc8']

builddependencies = [('CMake', '3.20.1')]

dependencies = [('JsonCpp', '1.9.4')]

moduleclass = 'bio'
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/b/BamTools/BamTools-2.5.2-GCC-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ checksums = ['4d8b84bd07b673d0ed41031348f10ca98dd6fa6a4460f9b9668d6f1d4084dfc8']

builddependencies = [('CMake', '3.21.1')]

dependencies = [('JsonCpp', '1.9.4')]

moduleclass = 'bio'
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/b/BamTools/BamTools-2.5.2-GCC-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ checksums = ['4d8b84bd07b673d0ed41031348f10ca98dd6fa6a4460f9b9668d6f1d4084dfc8']

builddependencies = [('CMake', '3.23.1')]

dependencies = [('JsonCpp', '1.9.5')]

moduleclass = 'bio'
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/b/BamTools/BamTools-2.5.2-GCC-12.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ checksums = ['4d8b84bd07b673d0ed41031348f10ca98dd6fa6a4460f9b9668d6f1d4084dfc8']

builddependencies = [('CMake', '3.24.3')]

dependencies = [('JsonCpp', '1.9.5')]

moduleclass = 'bio'
5 changes: 3 additions & 2 deletions easybuild/easyconfigs/b/BamTools/BamTools-2.5.2-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description = "BamTools provides both a programmer's API and an end-user's toolk
toolchain = {'name': 'GCC', 'version': '12.3.0'}
toolchainopts = {'pic': True}

# https://github.com/pezmaster31/bamtools
github_account = 'pezmaster31'
source_urls = [GITHUB_LOWER_SOURCE]
sources = ['v%(version)s.tar.gz']
checksums = ['4d8b84bd07b673d0ed41031348f10ca98dd6fa6a4460f9b9668d6f1d4084dfc8']
Expand All @@ -16,7 +18,6 @@ builddependencies = [
('CMake', '3.26.3'),
]

# https://github.com/pezmaster31/bamtools
github_account = 'pezmaster31'
dependencies = [('JsonCpp', '1.9.5')]

moduleclass = 'bio'
5 changes: 3 additions & 2 deletions easybuild/easyconfigs/b/BamTools/BamTools-2.5.2-GCC-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description = "BamTools provides both a programmer's API and an end-user's toolk
toolchain = {'name': 'GCC', 'version': '13.2.0'}
toolchainopts = {'pic': True}

# https://github.com/pezmaster31/bamtools
github_account = 'pezmaster31'
source_urls = [GITHUB_LOWER_SOURCE]
sources = ['v%(version)s.tar.gz']
checksums = ['4d8b84bd07b673d0ed41031348f10ca98dd6fa6a4460f9b9668d6f1d4084dfc8']
Expand All @@ -16,7 +18,6 @@ builddependencies = [
('CMake', '3.27.6'),
]

# https://github.com/pezmaster31/bamtools
github_account = 'pezmaster31'
dependencies = [('JsonCpp', '1.9.5')]

moduleclass = 'bio'

0 comments on commit b71b8e6

Please sign in to comment.