Skip to content
Snippets Groups Projects

Remove libgfortran4 from list of packages to be installed (current linux install issues)

Merged André Anjos requested to merge remove-libgfortran4 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -297,6 +297,8 @@ def parse_dependencies(recipe_dir, config):
# causes conflicts on macOS
if "llvm-tools" in build_requirements:
build_requirements.remove("llvm-tools")
if "libgfortran4" in build_requirements:
build_requirements.remove("libgfortran4")
return (
build_requirements
+ remove_pins(recipe["requirements"].get("host", []))
Loading