Skip to content

Commit

Permalink
add gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
satawatnack committed Sep 20, 2023
1 parent 71ca20d commit a8a8650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN yum -y update \
# "Support for cross-building user space programs is not currently provided as that would massively multiply
# the number of packages."
&& yum -y install gcc-aarch64-linux-gnu gcc-c++-aarch64-linux-gnu \
&& yum install -y gmp-6.3.0-2.1.src.rpm\
# See https://stackoverflow.com/a/64920961
&& wget http://springdale.princeton.edu/data/springdale/7/x86_64/os/Computational/glibc-aarch64-linux-gnu-2.24-2.sdl7.2.noarch.rpm \
&& sha256sum glibc-aarch64-linux-gnu-2.24-2.sdl7.2.noarch.rpm | grep 8caf8654ba0c15e1792bf0aaa1ac0cd4ad94ac905e97d6ea0f0e56e9ca1f5e78 \
Expand Down

0 comments on commit a8a8650

Please sign in to comment.