Skip to content

Commit

Permalink
Merge pull request #10408 from JensTimmerman/patch-3
Browse files Browse the repository at this point in the history
[GCCCore/8.3.0] add Perl as a build dependency for Autoconf/Automake
  • Loading branch information
boegel authored Apr 16, 2020
2 parents 6f03d93 + 83b90bb commit 115d675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'Autoconf'
version = '2.69'

homepage = 'http://www.gnu.org/software/autoconf/'
homepage = 'https://www.gnu.org/software/autoconf/'

description = """
Autoconf is an extensible package of M4 macros that produce shell scripts
Expand All @@ -22,6 +22,7 @@ checksums = ['954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969']

builddependencies = [
('binutils', '2.32'),
('Perl', '5.30.0'),
]

dependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ easyblock = 'ConfigureMake'
name = 'Automake'
version = '1.16.1'

homepage = 'http://www.gnu.org/software/automake/automake.html'
homepage = 'https://www.gnu.org/software/automake/automake.html'

description = "Automake: GNU Standards-compliant Makefile generator"

Expand All @@ -27,6 +27,7 @@ checksums = ['608a97523f97db32f1f5d5615c98ca69326ced2054c9f82e65bade7fc4c9dea8']

builddependencies = [
('binutils', '2.32'),
('Perl', '5.30.0'),
]

dependencies = [
Expand Down

0 comments on commit 115d675

Please sign in to comment.