Skip to content

Commit

Permalink
add groff build dependency to enchant-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Dec 18, 2024
1 parent 486b723 commit 9cff555
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions easybuild/easyconfigs/e/enchant-2/enchant-2-2.3.3-GCCcore-11.2.0.eb
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ builddependencies = [
('binutils', '2.37'),
('M4', '1.4.19'),
('pkg-config', '0.29.2'),
('groff', '1.22.4'),
]

preconfigopts = "autoreconf -vfi && "

dependencies = [
('hunspell', '1.7.1'),
('GLib', '2.69.1'),
]

preconfigopts = "autoreconf -vfi && "

buildopts = "LIBTOOL='libtool --tag=CC'"

sanity_check_commands = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ builddependencies = [
('binutils', '2.38'),
('M4', '1.4.19'),
('pkg-config', '0.29.2'),
('groff', '1.22.4'),
]

preconfigopts = "autoreconf -vfi && "

dependencies = [
('hunspell', '1.7.1'),
('GLib', '2.72.1'),
]

preconfigopts = "autoreconf -vfi && "

buildopts = "LIBTOOL='libtool --tag=CC'"

sanity_check_commands = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ builddependencies = [
('binutils', '2.40'),
('M4', '1.4.19'),
('pkgconf', '1.9.5'),
('groff', '1.22.4'),
]

preconfigopts = "autoreconf -vfi && "

dependencies = [
('hunspell', '1.7.2'),
('GLib', '2.77.1'),
]

preconfigopts = "autoreconf -vfi && "

buildopts = "LIBTOOL='libtool --tag=CC'"

sanity_check_commands = [
Expand Down

0 comments on commit 9cff555

Please sign in to comment.