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
fengzch-das
multibuild
Commits
13173a11
"platforms/cpu/src/CpuNonbondedForceAvx2.cpp" did not exist on "79011828c23dbaf7c76d2e9fca2463a967804a15"
Commit
13173a11
authored
Mar 17, 2022
by
Andrew Murray
Browse files
Fixed installing wget on Alpine
parent
666d48ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
configure_build.sh
configure_build.sh
+6
-2
No files found.
configure_build.sh
View file @
13173a11
...
...
@@ -58,9 +58,13 @@ else
# centos based distro
yum
install
-y
libtool wget
elif
[
"
${
MB_PYTHON_VERSION
:0:4
}
"
==
"pypy"
]
;
then
if
[
-n
"
$IS_ALPINE
"
]
;
then
apk add wget
else
# centos based distro
yum
install
-y
wget
fi
fi
fi
export
CPPFLAGS_BACKUP
=
"
$CPPFLAGS
"
...
...
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