Skip to content

Commit 72e37e2

Browse files
don't use externals
1 parent 4ccceeb commit 72e37e2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

stackinator/recipe.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -439,15 +439,15 @@ def generate_compiler_specs(self, raw):
439439
gcc = {}
440440
gcc["packages"] = {
441441
"external": [
442-
"perl",
443-
"m4",
444-
"autoconf",
445-
"automake",
446-
"libtool",
447-
"gawk",
448-
"python",
449-
"texinfo",
450-
"gawk",
442+
# "perl",
443+
# "m4",
444+
# "autoconf",
445+
# "automake",
446+
# "libtool",
447+
# "gawk",
448+
# "python",
449+
# "texinfo",
450+
# "gawk",
451451
],
452452
"variants": {
453453
"gcc": "[build_type=Release +profiled +strip]",

0 commit comments

Comments
 (0)