-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
32 lines (28 loc) · 1.04 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "LIKWID"
uuid = "bf22376a-e803-4184-b2ed-56326e3bff83"
authors = ["Carsten Bauer <[email protected]>", "Valentin Churavy <[email protected]>"]
version = "0.4.5"
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
CEnum = "0.4, 0.5"
Libdl = "1"
OrderedCollections = "1.4"
PrettyTables = "1.3, 2"
Unitful = "1.9"
julia = "1"
[extras]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "LinearAlgebra", "Printf", "CUDA", "Libdl", "Random", "IterTools", "SafeTestsets"]