Skip to content

Commit

Permalink
use automake rather than autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Nov 22, 2023
1 parent 65f378b commit f2db9e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/e/EPA-ng/EPA-ng-0.3.8-gompi-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ name = 'EPA-ng'
version = '0.3.8'

homepage = 'https://github.com/pierrebarbera/epa-ng'
description = """
EPA-ng - Fast, parallel, highly accurate Maximum Likelihood Phylogenetic
description = """EPA-ng - Fast, parallel, highly accurate Maximum Likelihood Phylogenetic
Placement, by the team behind RAxML(-ng)"""

toolchain = {'name': 'gompi', 'version': '2022a'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ checksums = ['63e7b8c45aeb72cb9503b0b0f5ae72d51715a42bf8ef970ae0ab1ec5dbd26e79']
builddependencies = [
('pkgconf', '1.8.0'),
('CMake', '3.24.3'),
('Autoconf', '2.71'),
('Automake', '1.16.5'),
]

dependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sources = [{
checksums = ['e65818f4ad36ab31613059b7fee38d7295e9300af208750961360ad3b8b58670']

builddependencies = [
('Autoconf', '2.71'),
('Automake', '1.16.5'),
('flex', '2.6.4'),
('Bison', '3.8.2'),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sources = [{
checksums = ['4a7099c7b2e5e9599f4f277dce3e33a0e0ca1b638bb9ea073aa2892cdc566efa']

builddependencies = [
('Autoconf', '2.71'),
('Automake', '1.16.5'),
('flex', '2.6.4'),
('Bison', '3.8.2'),
]
Expand Down

0 comments on commit f2db9e5

Please sign in to comment.