-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make abstract tree interface an extension
- Loading branch information
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,20 +4,30 @@ authors = ["Erik Schnetter <[email protected]>"] | |
version = "3.1.1" | ||
|
||
[deps] | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" | ||
Hwloc_jll = "e33a78d0-f292-5ffc-b300-72abe9b543c8" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
|
||
[weakdeps] | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
|
||
[compat] | ||
CEnum = "0.4" | ||
Hwloc_jll = "2.8" | ||
julia = "1.6" | ||
AbstractTrees = "0.4.4" | ||
|
||
[extras] | ||
CpuId = "adafc99b-e345-5852-983c-f28acb93d879" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
|
||
[extensions] | ||
# * name of extension to the left | ||
# * extension dependencies required to load the extension to the right | ||
# * use a list for multiple extension dependencies | ||
HwlocTrees = "AbstractTrees" | ||
|
||
[targets] | ||
test = ["Test", "CpuId"] | ||
test = ["Test", "CpuId", "AbstractTrees"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters