Skip to content

Commit

Permalink
Housekeeping: Update OpenBLAS in naev-windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Jan 10, 2024
1 parent d68d0d4 commit ef19465
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- `naev-steamruntime` (Used for testing linux steam builds in the steamruntime (sniper) environment with extra dependencies installed.)
- `naev-windows` (Used to cross compile for Windows.)

### v1.9.1
- Update OpenBLAS to v0.3.26 in `naev-windows`.

### v1.9.0
- `naev-macos`: Update SDK, merge aarch64 and x86_64 images.
- Pass $BUILD_ARCH when starting this image to configure the correct macports packages.
Expand Down
6 changes: 3 additions & 3 deletions naev-windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install gcc gettext git me
mingw64-SDL2 mingw64-SDL2_image mingw64-libpng mingw32-nsis mingw64-pcre2 mingw64-physfs && \
microdnf clean all && \
# Install openblas for mingw (building this from source is an option but probably painful)
curl -L -O https://github.com/xianyi/OpenBLAS/releases/download/v0.3.20/OpenBLAS-0.3.20-x64.zip && \
unzip OpenBLAS-0.3.20-x64.zip -d /usr/x86_64-w64-mingw32/sys-root/mingw && \
rm -rf OpenBLAS-0.3.20-x64.zip && \
curl -L -O https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26-x64.zip && \
unzip OpenBLAS-0.3.26-x64.zip -d /usr/x86_64-w64-mingw32/sys-root/mingw && \
rm -rf OpenBLAS-0.3.26-x64.zip && \
# Install cross-build of enet
curl -L -O http://enet.bespin.org/download/enet-1.3.17.tar.gz && \
tar zxf enet-1.3.17.tar.gz && \
Expand Down

0 comments on commit ef19465

Please sign in to comment.