Skip to content

Commit

Permalink
[skip.all] Bump up OpenBLAS version
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Jan 13, 2025
1 parent a55df2c commit 6f2cbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Script/arm64/Rocky.Pre.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN dnf install -y gcc g++ gfortran cmake wget git hdf5-devel libglvnd-devel

# part 1: openblas
# change the following configurations to match your needs
RUN git clone --depth 1 --branch v0.3.28 https://github.com/OpenMathLib/OpenBLAS.git openblas-build && cd openblas-build && \
RUN git clone --depth 1 --branch v0.3.29 https://github.com/OpenMathLib/OpenBLAS.git openblas-build && cd openblas-build && \
make TARGET=ARMV8 DYNAMIC_ARCH=1 BINARY=64 USE_THREAD=1 USE_OPENMP=1 NUM_THREADS=20 NO_SHARED=1 NO_CBLAS=1 NO_LAPACKE=1 GEMM_MULTITHREAD_THRESHOLD=64 && \
cd .. && mkdir OpenBLAS && cp openblas-build/*.a OpenBLAS && rm -r openblas-build

Expand Down

0 comments on commit 6f2cbb1

Please sign in to comment.