File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ name = " GPUArrays"
2
+ uuid = " 0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
3
+
4
+ [deps ]
5
+ FFTW = " 7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
6
+ FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
7
+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
+ Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
9
+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
10
+ Serialization = " 9e88b42a-f829-5b0c-bbe9-9e923198166b"
11
+ StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
12
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change 1
1
julia 0.7-alpha
2
2
StaticArrays
3
3
FFTW
4
- FillArrays
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ makedocs()
5
5
deploydocs (
6
6
repo = " github.com/JuliaGPU/GPUArrays.jl.git" ,
7
7
julia = " 0.7" ,
8
- osname = " linux"
8
+ osname = " linux" ,
9
9
# no need to build anything here, re-use output of `makedocs`
10
10
deps = nothing ,
11
11
make = nothing ,
You can’t perform that action at this time.
0 commit comments