Open apeforest opened 4 years ago
@stu1130 Are you aware of this error? Thanks
you need the
sudo apt-get install -y git \
cmake \
libcurl4-openssl-dev \
unzip \
gcc-4.8 \
g++-4.8 \
gfortran \
gfortran-4.8 \
binutils \
nasm \
libtool \
curl \
wget \
sudo \
gnupg \
gnupg2 \
gnupg-agent \
pandoc \
python3-pip \
automake \
pkg-config
To be more specific, nasm
This is not related to our CMake build. We're not yet using cmake for the staticbuild.
Description
If I want to build a wheel locally, the script tools/staticbuild/build.sh no longer works.
Error Message
To Reproduce
Steps to reproduce
cd mxnet tools/staticbuild/build.sh
Environment