@@ -19,10 +19,10 @@ init:
19
19
- " set PATH=%MINICONDA%;%MINICONDA%\\ Scripts;%MINICONDA%\\ Library\\ bin;%PATH%"
20
20
# Download most recent Julia Windows binary
21
21
- ps : if($env:Platform -eq "x64"){(new-object net.webclient).DownloadFile(
22
- $("https://julialang-s3.julialang.org/bin/winnt/x64/1.2 /julia-1.2.0 -win64.exe"),
22
+ $("https://julialang-s3.julialang.org/bin/winnt/x64/1.6 /julia-1.6.3 -win64.exe"),
23
23
" C:\p rojects\j ulia-binary.exe" )}
24
24
- ps : if($env:Platform -eq "x86"){(new-object net.webclient).DownloadFile(
25
- $("https://julialang-s3.julialang.org/bin/winnt/x86/1.2 /julia-1.2.0 -win32.exe"),
25
+ $("https://julialang-s3.julialang.org/bin/winnt/x86/1.6 /julia-1.6.3 -win32.exe"),
26
26
" C:\p rojects\j ulia-binary.exe" )}
27
27
# Run installer silently, output to C:\projects\julia-build
28
28
- C:\projects\julia-binary.exe /S /D=C:\projects\julia-build
@@ -33,9 +33,9 @@ install:
33
33
- conda update -q conda
34
34
- conda info -a
35
35
- conda install gtest cmake -c conda-forge
36
- - conda install xtensor==0.21.2 -c conda-forge
36
+ - conda install xtensor==0.24.0 -c conda-forge
37
37
# Install CxxWrap
38
- - C:\projects\julia-build\bin\julia -E "using Pkg; Pkg.add(PackageSpec(name=\"CxxWrap\", version=\"0.8 .2\"))"
38
+ - C:\projects\julia-build\bin\julia -E "using Pkg; Pkg.add(PackageSpec(name=\"CxxWrap\", version=\"0.11 .2\"))"
39
39
# Retrieve JlCxx_DIR from CxxWrap
40
40
- C:\projects\julia-build\bin\julia -E "using CxxWrap; joinpath(dirname(pathof(CxxWrap)), \"..\", \"deps\", \"usr\", \"lib\", \"cmake\", \"JlCxx\")" > temp.txt
41
41
- set /p JlCxx_DIR=<temp.txt
0 commit comments