We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccceeb commit 72e37e2Copy full SHA for 72e37e2
stackinator/recipe.py
@@ -439,15 +439,15 @@ def generate_compiler_specs(self, raw):
439
gcc = {}
440
gcc["packages"] = {
441
"external": [
442
- "perl",
443
- "m4",
444
- "autoconf",
445
- "automake",
446
- "libtool",
447
- "gawk",
448
- "python",
449
- "texinfo",
450
+ # "perl",
+ # "m4",
+ # "autoconf",
+ # "automake",
+ # "libtool",
+ # "gawk",
+ # "python",
+ # "texinfo",
451
],
452
"variants": {
453
"gcc": "[build_type=Release +profiled +strip]",
0 commit comments