Created
May 19, 2021 20:19
-
-
Save cyrusbehr/cdf3d6c7df1c60a708579a5bda3bb814 to your computer and use it in GitHub Desktop.
Step 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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