comparison DiffOps/Manifest.toml @ 221:235f0a771c8f package_refactor

Make all packages load properly
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 26 Jun 2019 13:23:42 +0200
parents 30112f73555c
children a5fdc00d5070
comparison
equal deleted inserted replaced
220:5bba704a89d8 221:235f0a771c8f
4 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" 4 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5 5
6 [[Distributed]] 6 [[Distributed]]
7 deps = ["Random", "Serialization", "Sockets"] 7 deps = ["Random", "Serialization", "Sockets"]
8 uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" 8 uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
9
10 [[Grids]]
11 deps = ["RegionIndices"]
12 path = "../Grids"
13 uuid = "960fdf28-97ed-11e9-2a74-bd90bf2fab5a"
14 version = "0.1.0"
9 15
10 [[InteractiveUtils]] 16 [[InteractiveUtils]]
11 deps = ["Markdown"] 17 deps = ["Markdown"]
12 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" 18 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
13 19
30 [[RegionIndices]] 36 [[RegionIndices]]
31 path = "../RegionIndices" 37 path = "../RegionIndices"
32 uuid = "5d527584-97f1-11e9-084c-4540c7ecf219" 38 uuid = "5d527584-97f1-11e9-084c-4540c7ecf219"
33 version = "0.1.0" 39 version = "0.1.0"
34 40
41 [[SbpOperators]]
42 deps = ["RegionIndices"]
43 path = "../SbpOperators"
44 uuid = "204357d8-97fd-11e9-05e7-010897a14cd0"
45 version = "0.1.0"
46
35 [[Serialization]] 47 [[Serialization]]
36 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" 48 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
37 49
38 [[Sockets]] 50 [[Sockets]]
39 uuid = "6462fe0b-24de-5631-8697-dd941f90decc" 51 uuid = "6462fe0b-24de-5631-8697-dd941f90decc"