Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cyrusbehr/cdf3d6c7df1c60a708579a5bda3bb814 to your computer and use it in GitHub Desktop.
Save cyrusbehr/cdf3d6c7df1c60a708579a5bda3bb814 to your computer and use it in GitHub Desktop.
Step 3
RUN git clone --recursive -b v0.3.12 https://github.com/xianyi/OpenBLAS.git && \
cd /usr/local/OpenBLAS && \
make NOFORTRAN=1 CC=aarch64-linux-gnu-gcc && \
make PREFIX=/usr/aarch64-linux-gnu install && \
cd /usr/local && \
rm -rf OpenBLAS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment