Skip to content

Commit

Permalink
rename DETONATE patch files rather than copying them
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jan 12, 2024
1 parent 288a49d commit ef0cc1c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 198 deletions.
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/d/DETONATE/DETONATE-1.11-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ source_urls = ['http://deweylab.biostat.wisc.edu/detonate/']
sources = ['detonate-1.11.tar.gz']
patches = [
'DETONATE-%(version)s_fix-deps.patch',
'DETONATE-%(version)s_Intel-fixes.patch',
'DETONATE-%(version)s_fix-cast-bool.patch',
'DETONATE-%(version)s_include-fix.patch'
]
checksums = [
{'detonate-1.11.tar.gz': 'e1d04af1b1d2504942a6941b346d430157da6117fac043b7ee83274717d99714'},
{'DETONATE-1.11_fix-deps.patch': '0ab353f66d5459e1fa18fa214026589fe214365f3532a3b9ea182757c7547691'},
{'DETONATE-1.11_Intel-fixes.patch': 'c72a18250857883e7075ac512bbbd532e61a1aab38868d0dc932ca4bdc412817'},
{'DETONATE-1.11_fix-cast-bool.patch': 'c72a18250857883e7075ac512bbbd532e61a1aab38868d0dc932ca4bdc412817'},
{'DETONATE-1.11_include-fix.patch': '9071fc8dbc6bfc26a9c4bb60befca890a26acf9668df2815a7f0038d8bcdd9f6'},
]

Expand Down
8 changes: 4 additions & 4 deletions easybuild/easyconfigs/d/DETONATE/DETONATE-1.11-intel-2017b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ toolchainopts = {'cstd': 'c++11'}
source_urls = ['http://deweylab.biostat.wisc.edu/detonate/']
sources = [SOURCELOWER_TAR_GZ]
patches = [
'detonate-%(version)s_fix-deps.patch',
'detonate-%(version)s_Intel-fixes.patch',
'DETONATE-%(version)s_fix-deps.patch',
'DETONATE-%(version)s_fix-cast-bool.patch',
]
checksums = [
'e1d04af1b1d2504942a6941b346d430157da6117fac043b7ee83274717d99714', # detonate-1.11.tar.gz
'0ab353f66d5459e1fa18fa214026589fe214365f3532a3b9ea182757c7547691', # detonate-1.11_fix-deps.patch
'c72a18250857883e7075ac512bbbd532e61a1aab38868d0dc932ca4bdc412817', # detonate-1.11_Intel-fixes.patch
'0ab353f66d5459e1fa18fa214026589fe214365f3532a3b9ea182757c7547691', # DETONATE-1.11_fix-deps.patch
'c72a18250857883e7075ac512bbbd532e61a1aab38868d0dc932ca4bdc412817', # DETONATE-1.11_fix-cast-bool.patch
]

builddependencies = [('CMake', '3.10.1')]
Expand Down
48 changes: 0 additions & 48 deletions easybuild/easyconfigs/d/DETONATE/detonate-1.11_Intel-fixes.patch

This file was deleted.

144 changes: 0 additions & 144 deletions easybuild/easyconfigs/d/DETONATE/detonate-1.11_fix-deps.patch

This file was deleted.

0 comments on commit ef0cc1c

Please sign in to comment.