Skip to content

Commit

Permalink
Update eb file
Browse files Browse the repository at this point in the history
  • Loading branch information
alberta committed Apr 17, 2024
1 parent 3d2f3bc commit c23711e
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions easybuild/easyconfigs/h/HapCUT2/HapCUT2-v1.3.3-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,22 @@ including but not limited to:

toolchain = {'name': 'GCC', 'version': '12.3.0'}

# source_urls = ['https://github.com/vibansal/HapCUT2/archive/refs/tags/']
# sources = ['%(version)s.tar.gz']

download_instructions = """
The last version tag v1.3.3 does not include last modification that make it work.
So we download source from master branch at the commit where I tested.
"""
sources = [{
'filename': '%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/vibansal/',
'repo_name': 'HapCUT2',
'commit': '0eb7075',
},
}]
source_urls = ['https://github.com/vibansal/HapCUT2/archive/refs/tags/']
sources = ['%(version)s.tar.gz']
patches = [
'HAPcut-v1.3.3-Fix-Makefile.patch',
'https://github.com/vibansal/HapCUT2/commit/0a1706ee3a4ca170e51d426595002b7994e96751.patch',
'https://github.com/vibansal/HapCUT2/commit/65771565f29aa61f1fa7e8319a39c8a65cc19824.patch',
]
checksums = [
{'v1.3.3.tar.gz': None},
{'v1.3.3.tar.gz': '4ff42519d7f9ed8159d41adc94bff7c600145424f5b501b1ece7930cfdd74e9f'},
{'HAPcut-v1.3.3-Fix-Makefile.patch': '4bb81d3e317c14493cf065d09be3f24593c610c3a1bbfafbbb9833078c8d832c'},
{'0a1706ee3a4ca170e51d426595002b7994e96751.patch':
'bf40027ae5749f9ed4568373b9c4d39c8cb6dae4d51f39b1bb53433882d0b025'},
{'65771565f29aa61f1fa7e8319a39c8a65cc19824.patch':
'8c6eeaa87e8df94da92d57d00cd1ba07f8a046a903e4186edea829f6a2416100'},
]

skipsteps = ['configure']

dependencies = [
('HTSlib', '1.18'),
]
Expand Down

0 comments on commit c23711e

Please sign in to comment.