Skip to content

Commit

Permalink
#271 btllib progress
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jan 30, 2024
1 parent 6937d25 commit 856cd39
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions 271_phyluce/btllib_cmdcp.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,21 @@ description = """Bioinformatics Technology Lab common code library"""
toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
toolchainopts = {'openmp': True, 'cstd': 'c++17'}

source_urls = ['https://github.com/bcgsc/btllib/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['ad8f26cf6187a000fe6cc7a61fa625567f029bca9bb0271d695347627a014059']
# source_urls = ['https://github.com/bcgsc/btllib/archive/']
# sources = ['v%(version)s.tar.gz']
# checksums = ['ad8f26cf6187a000fe6cc7a61fa625567f029bca9bb0271d695347627a014059']

sources = [{
'filename': '%(name)s-%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/bcgsc',
'repo_name': 'btllib',
'tag': 'v%(version)s',
'recursive': True,
'keep_git_dir': True,
}
}]
checksums = ['62936bf7b136c1628736d5b69ba9b7f738417fa19802e4e5e36c2bf35e7aa9fa']

dependencies = [
('Python', '3.11.3'),
Expand Down

0 comments on commit 856cd39

Please sign in to comment.