Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
6c8af044
Commit
6c8af044
authored
Aug 03, 2021
by
André Anjos
💬
Browse files
[build] Remove libgfortran4 from list of packages to be installed (current linux install issues)
parent
7696f6fe
Pipeline
#52879
passed with stage
in 19 minutes and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/devtools/build.py
View file @
6c8af044
...
...
@@ -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"
,
[]))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment