File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55 - osx
66julia :
77 - 0.5
8+ - 0.6
89 - nightly
910
1011before_install :
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ environment:
22 matrix :
33 - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
44 - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
5+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
6+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
57 - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
68 - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
79
Original file line number Diff line number Diff line change 44# TODO detect size and use bitstype because if the DLL changes and gets
55# compiled with NOSHORTS we are screwed with the following code...
66@static if is_windows ()
7- typealias csdpshort Cushort
7+ const csdpshort = Cushort
88 else
9- typealias csdpshort Cint
9+ const csdpshort = Cint
1010end
1111
1212# begin enum blockcat
13- typealias blockcat Cuint
13+ const blockcat = Cuint
1414const DIAG = (blockcat)(0 )
1515const MATRIX = (blockcat)(1 )
1616const PACKEDMATRIX = (blockcat)(2 )
You can’t perform that action at this time.
0 commit comments