File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
prerequisites/install-functions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ find_or_install()
156
156
# Trigger 'find_or_install gcc' and subsequent build of $package
157
157
stack_push dependency_pkg " none" $package " gcc"
158
158
stack_push dependency_exe " none" $executable " gfortran"
159
- stack_push dependency_path " none" ` ./build.sh -P $package ` ` ./build.sh gcc`
159
+ stack_push dependency_path " none" ` ./build.sh -P $package ` ` ./build.sh -P gcc`
160
160
fi
161
161
fi
162
162
@@ -169,7 +169,7 @@ find_or_install()
169
169
170
170
elif [[ $package == " gcc" ]]; then
171
171
172
- # We arrive when the 'elif [[ $package == "mpich " ]]' block pushes "gcc" onto the
172
+ # We arrive when the 'elif [[ $package == "gcc " ]]' block pushes "gcc" onto the
173
173
# the dependency_pkg stack, resulting in the recursive call 'find_or_install gcc'
174
174
175
175
# Every branch that discovers an acceptable pre-existing installation must set the
You can’t perform that action at this time.
0 commit comments