Skip to content

Commit 12b03c7

Browse files
committed
Trying to fix the WIndows build
1 parent 79ae236 commit 12b03c7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

+10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ install:
1818
$Env:PATH += ';C:\msys64\mingw32\bin'
1919
}
2020
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
21+
- "sh -lc \"pacman -S --noconfirm --needed
22+
mingw-w64-x86_64-openblas
23+
mingw-w64-x86_64-arpack
24+
mingw-w64-x86_64-gcc
25+
mingw-w64-x86_64-gcc-fortran
26+
mingw-w64-x86_64-ncurses
27+
mingw-w64-x86_64-readline
28+
mingw-w64-x86_64-python2-numpy
29+
diffutils
30+
\""
2131
- rustup-init.exe -y --default-host %TARGET% --default-toolchain %RUST_VERSION%
2232
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
2333
- rustc -Vv

0 commit comments

Comments
 (0)