@@ -19,7 +19,10 @@ ArrayInterfaceBandedMatricesExt = "BandedMatrices"
1919ArrayInterfaceBlockBandedMatricesExt = " BlockBandedMatrices"
2020ArrayInterfaceCUDAExt = " CUDA"
2121ArrayInterfaceGPUArraysCoreExt = " GPUArraysCore"
22+ ArrayInterfaceOffsetArraysExt = " OffsetArrays"
2223ArrayInterfaceStaticArraysCoreExt = " StaticArraysCore"
24+ ArrayInterfaceStaticArraysExt = " StaticArrays"
25+ ArrayInterfaceStaticExt = " Static"
2326ArrayInterfaceTrackerExt = " Tracker"
2427
2528[extras ]
@@ -30,21 +33,26 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3033GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
3134Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
3235Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
36+ OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881"
3337SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3438SuiteSparse = " 4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
3539SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
40+ Static = " aedffcd0-7271-4cad-89d0-dc628f76c6d3"
3641StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
3742StaticArraysCore = " 1e83bf80-4336-4d27-bf5d-d5a4f845583c"
3843Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
3944Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
4045
4146[targets ]
42- test = [" SafeTestsets" , " Pkg" , " Test" , " Aqua" , " Random" , " SparseArrays" , " SuiteSparse" , " BandedMatrices" , " BlockBandedMatrices" , " GPUArraysCore" , " StaticArrays" , " StaticArraysCore" , " Tracker" ]
47+ test = [" SafeTestsets" , " Pkg" , " Test" , " Aqua" , " Random" , " SparseArrays" , " SuiteSparse" , " BandedMatrices" , " BlockBandedMatrices" , " GPUArraysCore" , " OffsetArrays " , " StaticArrays" , " StaticArraysCore" , " Static " , " Tracker" ]
4348
4449[weakdeps ]
4550BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
4651BlockBandedMatrices = " ffab5731-97b5-5995-9138-79e8c1846df0"
4752GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
53+ OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881"
54+ Static = " aedffcd0-7271-4cad-89d0-dc628f76c6d3"
55+ StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
4856StaticArraysCore = " 1e83bf80-4336-4d27-bf5d-d5a4f845583c"
4957CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
5058Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
0 commit comments