Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 9cfa79a

Browse files
Update OpenBLAS to 0.3.20
1 parent c4ab273 commit 9cfa79a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

naev-windows/Dockerfile.amd64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install gcc gettext git me
1515
mingw64-SDL2 mingw64-SDL2_image mingw64-libpng mingw32-nsis mingw64-pcre2 && \
1616
microdnf clean all && \
1717
# Install openblas for mingw (building this from source is an option but probably painful)
18-
curl -L -O https://github.com/xianyi/OpenBLAS/releases/download/v0.3.19/OpenBLAS-0.3.19-x64.zip && \
19-
unzip /tmp/OpenBLAS-0.3.19-x64.zip -d /usr/x86_64-w64-mingw32/sys-root/mingw && \
20-
rm -rf /tmp/OpenBLAS-0.3.19-x64.zip
18+
curl -L -O https://github.com/xianyi/OpenBLAS/releases/download/v0.3.20/OpenBLAS-0.3.20-x64.zip && \
19+
unzip OpenBLAS-0.3.20-x64.zip -d /usr/x86_64-w64-mingw32/sys-root/mingw && \
20+
rm -rf OpenBLAS-0.3.20-x64.zip
2121

2222
# Force appimages to run in extract mode since FUSE is not available
2323
ENV APPIMAGE_EXTRACT_AND_RUN 1

0 commit comments

Comments
 (0)