-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixi.lock
5198 lines (5198 loc) · 139 KB
/
pixi.lock
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
metadata:
content_hash:
osx-64: '"e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d"'
linux-64: '"e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d"'
osx-arm64: '"e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d"'
win-64: '"e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d"'
linux-aarch64: '"e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d"'
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
- linux-aarch64
- osx-64
- osx-arm64
- win-64
sources: []
time_metadata: null
git_metadata: null
inputs_metadata: null
custom_metadata: null
package:
- name: cmake
version: 3.26.4
manager: conda
platform: linux-aarch64
dependencies:
libuv: '*'
libcurl: '>=8.1.0,<9.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
libgcc-ng: '>=12'
expat: '*'
libexpat: '>=2.5.0,<3.0a0'
rhash: '*'
bzip2: '>=1.0.8,<2.0a0'
libstdcxx-ng: '>=12'
ncurses: '>=6.3,<7.0a0'
xz: '>=5.2.6,<6.0a0'
zlib: '*'
zstd: '>=1.5.2,<1.6.0a0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/cmake-3.26.4-hef020d8_0.conda
hash:
md5: 8198d47d180d775639809145e31870a4
sha256: bd53a3d5255ff106f6aea125217731ae062f3e1017b743069ccde351ed6a0929
optional: false
category: main
build: hef020d8_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 16028057
timestamp: 1684460708828
- name: compilers
version: 1.5.2
manager: conda
platform: linux-aarch64
dependencies:
cxx-compiler: ==1.5.2 h4c384f3_0
c-compiler: ==1.5.2 hb4cce97_0
fortran-compiler: ==1.5.2 h878be85_0
url: https://conda.anaconda.org/conda-forge/linux-aarch64/compilers-1.5.2-h8af1aa0_0.conda
hash:
md5: 3505d3b81bd518ea3fd084f33f6d486f
sha256: 84c71456b39a9693d471c9b279073afa67c47611f5fdaa99b72f069f46454e96
optional: false
category: main
build: h8af1aa0_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 6668
timestamp: 1670951462547
- name: ninja
version: 1.11.1
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.11.1-hdd96247_0.conda
hash:
md5: 58f4c67113cda9171e3c03d3e62731e1
sha256: 2ba2e59f619c58d748f4b1b858502587691a7ed0fa9ac2c26ac04091908d95ae
optional: false
category: main
build: hdd96247_0
subdir: linux-aarch64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 2398482
timestamp: 1676839419214
- name: cli11
version: 2.3.2
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/cli11-2.3.2-hd600fc2_0.conda
hash:
md5: 889ca2f3f30f316b8d02b1ded288f340
sha256: d05282931aebf9ead9dfaffac28bf2f3d0e1c60230da3e8e0b1fa35754e0b437
optional: false
category: main
build: hd600fc2_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 75415
timestamp: 1672846134205
- name: onnxruntime-cpp
version: 1.15.1
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/onnxruntime-cpp-1.15.1-h63a505c_1.conda
hash:
md5: 617654cb4129408c25f4c59d2302c178
sha256: 3390b9b0adf8816b77d1802ba55469ce6d5589241116e51a67e3d30444264ce8
optional: false
category: main
build: h63a505c_1
subdir: linux-aarch64
build_number: 1
license: MIT AND BSL-1.0
size: 7564713
timestamp: 1687342702090
- name: pkg-config
version: 0.29.2
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=7.5.0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/pkg-config-0.29.2-hb9de7d4_1008.tar.bz2
hash:
md5: 1d0a81d5da1378d9b989383556c20eac
sha256: 0d6af1ebd78e231281f570ad7ddd1e2789e485c94fba6b5cef4e8ad23ff7f3bf
optional: false
category: main
build: hb9de7d4_1008
subdir: linux-aarch64
build_number: 1008
license: GPL-2.0-or-later
license_family: GPL
size: 298687
timestamp: 1604185362484
- name: expat
version: 2.5.0
manager: conda
platform: linux-aarch64
dependencies:
libexpat: ==2.5.0 hd600fc2_1
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.5.0-hd600fc2_1.conda
hash:
md5: 6dfca4be3e0080934b1105d009747e98
sha256: a00bae815836f8fc73e47701c25998be81284dcefab28e002efde68e0bb7eee0
optional: false
category: main
build: hd600fc2_1
subdir: linux-aarch64
build_number: 1
license: MIT
license_family: MIT
size: 126442
timestamp: 1680190687808
- name: libuv
version: 1.44.2
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.44.2-h4e544f5_0.tar.bz2
hash:
md5: 58b9dbd5d4bd100e278c3d7e1976f566
sha256: 47c11ad11fb1f07052d18190e7e53482bbe171c37047a68fa47a1250945c7195
optional: false
category: main
build: h4e544f5_0
subdir: linux-aarch64
build_number: 0
license: MIT
license_family: MIT
size: 933895
timestamp: 1657719388169
- name: rhash
version: 1.4.3
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/rhash-1.4.3-h4e544f5_0.tar.bz2
hash:
md5: 4d445132080ab5a0c158349a7f6362e5
sha256: cc901efa2168e4196d1bd7ca3d72381c71a54d8a618b0e658d8abd5667b0ddd5
optional: false
category: main
build: h4e544f5_0
subdir: linux-aarch64
build_number: 0
license: MIT
license_family: MIT
size: 219265
timestamp: 1655256282009
- name: zlib
version: 1.2.13
manager: conda
platform: linux-aarch64
dependencies:
libzlib: ==1.2.13 h31becfc_5
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h31becfc_5.conda
hash:
md5: 96866c7301479abaf8308c50958c71a4
sha256: aa3e9d46b13d1959faf634f03d929d7dec950dc1b84a8ff109f7f0e3f364b562
optional: false
category: main
build: h31becfc_5
subdir: linux-aarch64
build_number: 5
license: Zlib
license_family: Other
size: 95842
timestamp: 1686575155348
- name: libcurl
version: 8.1.2
manager: conda
platform: linux-aarch64
dependencies:
libssh2: '>=1.10.0,<2.0a0'
zstd: '>=1.5.2,<1.6.0a0'
libnghttp2: '>=1.52.0,<2.0a0'
openssl: '>=3.1.0,<4.0a0'
krb5: '>=1.20.1,<1.21.0a0'
libgcc-ng: '>=12'
libzlib: '>=1.2.13,<1.3.0a0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.1.2-hc34909b_0.conda
hash:
md5: 1967e1a5fc2fc9f5b2e0863bd64a7819
sha256: 488aca4dc8244f6105fe4d929eb2bd68c16e76472af43b819366919b7397cdfd
optional: false
category: main
build: hc34909b_0
subdir: linux-aarch64
build_number: 0
license: curl
license_family: MIT
size: 381535
timestamp: 1685447760494
- name: libnghttp2
version: 1.52.0
manager: conda
platform: linux-aarch64
dependencies:
libstdcxx-ng: '>=12'
c-ares: '>=1.18.1,<2.0a0'
libev: '>=4.33,<4.34.0a0'
libzlib: '>=1.2.13,<1.3.0a0'
libgcc-ng: '>=12'
openssl: '>=3.0.8,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.52.0-h250e5c5_0.conda
hash:
md5: bfacd7a58ed56ff30d9454d32513d8d3
sha256: aebb40d3ea3540deca76195bdd8023509eec21f456e609a5e71dee91385243e6
optional: false
category: main
build: h250e5c5_0
subdir: linux-aarch64
build_number: 0
license: MIT
license_family: MIT
size: 672510
timestamp: 1677678259898
- name: zstd
version: 1.5.2
manager: conda
platform: linux-aarch64
dependencies:
libzlib: '>=1.2.13,<1.3.0a0'
libgcc-ng: '>=12'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.2-h44f6412_6.conda
hash:
md5: 6d0d1cd6d184129eabb96bb220afb5b2
sha256: d06afa18c6789d29f1d74990d0b2b68ada43665a419deb617d6440368bd951fc
optional: false
category: main
build: h44f6412_6
subdir: linux-aarch64
build_number: 6
license: BSD-3-Clause
license_family: BSD
size: 399337
timestamp: 1674244705663
- name: c-ares
version: 1.19.1
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.19.1-h31becfc_0.conda
hash:
md5: 92eb241dd6b9d9b782a299fdb95bc699
sha256: 530f73a1facfb202dd3596176293f9e12f41c1194adc1c0fab84b71df4f66772
optional: false
category: main
build: h31becfc_0
subdir: linux-aarch64
build_number: 0
license: MIT
license_family: MIT
size: 117368
timestamp: 1684782807051
- name: libev
version: '4.33'
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=7.5.0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h516909a_1.tar.bz2
hash:
md5: 9eac5901791494108c9b9ab85ca8aa93
sha256: b9e8bcd26f0b0ded4c43232d55048bab910a4268197757f2368458759d9f3ef9
optional: false
category: main
build: h516909a_1
subdir: linux-aarch64
build_number: 1
license: BSD-2-Clause
license_family: BSD
size: 105581
timestamp: 1598868068767
- name: libssh2
version: 1.11.0
manager: conda
platform: linux-aarch64
dependencies:
libzlib: '>=1.2.13,<1.3.0a0'
libgcc-ng: '>=12'
openssl: '>=3.1.1,<4.0a0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda
hash:
md5: 45532845e121677ad328c9af9953f161
sha256: 409163dd4a888b9266369f1bce57b5ca56c216e34249637c3e10eb404e356171
optional: false
category: main
build: h492db2e_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 284335
timestamp: 1685837600415
- name: c-compiler
version: 1.5.2
manager: conda
platform: linux-aarch64
dependencies:
gcc: '*'
gcc_linux-aarch64: 11.*
binutils: '*'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-compiler-1.5.2-hb4cce97_0.conda
hash:
md5: ea29c067379169a815018c1c94a05b9e
sha256: 3c63e0126e5a21e62bff541253a6c235b7130e984f39b2fa6acc3773d744ff23
optional: false
category: main
build: hb4cce97_0
subdir: linux-aarch64
build_number: 0
license: BSD
size: 5858
timestamp: 1670951457291
- name: cxx-compiler
version: 1.5.2
manager: conda
platform: linux-aarch64
dependencies:
c-compiler: ==1.5.2 hb4cce97_0
gxx: '*'
gxx_linux-aarch64: 11.*
url: https://conda.anaconda.org/conda-forge/linux-aarch64/cxx-compiler-1.5.2-h4c384f3_0.conda
hash:
md5: 8ce6c4bc31f879baedd1f726f430fa6a
sha256: a2560d134c72f29f193ec195f25e774a6855c8bc1588427abfdfbb52c6769620
optional: false
category: main
build: h4c384f3_0
subdir: linux-aarch64
build_number: 0
license: BSD
size: 5837
timestamp: 1670951459120
- name: fortran-compiler
version: 1.5.2
manager: conda
platform: linux-aarch64
dependencies:
gfortran: '*'
gfortran_linux-aarch64: 11.*
c-compiler: ==1.5.2 hb4cce97_0
binutils: '*'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/fortran-compiler-1.5.2-h878be85_0.conda
hash:
md5: 0fc27753a4f9b39286bd58ce8870605e
sha256: e9d8407d1a4030b3faef9a7278cea55de3343f2507680ef673d32dff14d9060b
optional: false
category: main
build: h878be85_0
subdir: linux-aarch64
build_number: 0
license: BSD
size: 5880
timestamp: 1670951460974
- name: libgcc-ng
version: 13.1.0
manager: conda
platform: linux-aarch64
dependencies:
_openmp_mutex: '>=4.5'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.1.0-h2b4548d_0.conda
hash:
md5: 02619409d02932e28d694144b509597d
sha256: fe4026b311e88949bc1ebc7bfd2e0731817caadf39cb7d1b7508b2bdb75ba8e4
optional: false
category: main
build: h2b4548d_0
subdir: linux-aarch64
build_number: 0
constrains:
- libgomp 13.1.0 h2b4548d_0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 457129
timestamp: 1685829492034
- name: libstdcxx-ng
version: 13.1.0
manager: conda
platform: linux-aarch64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-13.1.0-h452befe_0.conda
hash:
md5: 572f5798bb3d4cc79650f0ca3149aeaa
sha256: e85467c1df0a64953358c5daf33ca3298e893defb5a8b8edbcd0085ece77f8e4
optional: false
category: main
build: h452befe_0
subdir: linux-aarch64
build_number: 0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 3755124
timestamp: 1685829533373
- name: libzlib
version: 1.2.13
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h31becfc_5.conda
hash:
md5: b213aa87eea9491ef7b129179322e955
sha256: aeeefbb61e5e8227e53566d5e42dbb49e120eb99109996bf0dbfde8f180747a7
optional: false
category: main
build: h31becfc_5
subdir: linux-aarch64
build_number: 5
constrains:
- zlib 1.2.13 *_5
license: Zlib
license_family: Other
size: 67036
timestamp: 1686575148440
- name: openssl
version: 3.1.1
manager: conda
platform: linux-aarch64
dependencies:
ca-certificates: '*'
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.1.1-h31becfc_1.conda
hash:
md5: a8e811c3390d93e5db0cef68e52f349f
sha256: b4d819b0a662c955499c2f579e19ca5d45187dd11ec0f7717de9b65092c0b831
optional: false
category: main
build: h31becfc_1
subdir: linux-aarch64
build_number: 1
constrains:
- pyopenssl >=22.1
license: Apache-2.0
license_family: Apache
size: 2614502
timestamp: 1685517398326
- name: krb5
version: 1.20.1
manager: conda
platform: linux-aarch64
dependencies:
libstdcxx-ng: '>=12'
openssl: '>=3.0.7,<4.0a0'
libedit: '>=3.1.20191231,<4.0a0'
libgcc-ng: '>=12'
keyutils: '>=1.6.1,<2.0a0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.20.1-h113d92e_0.conda
hash:
md5: c0ac34c76019d6ebfef2d47a5687459c
sha256: 622d6cdcf8152aab7535ee36498ea08b99aa6b20b0e767d2b9f95b0518f7d3ae
optional: false
category: main
build: h113d92e_0
subdir: linux-aarch64
build_number: 0
license: MIT
license_family: MIT
size: 1452410
timestamp: 1671091689500
- name: keyutils
version: 1.6.1
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=10.3.0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2
hash:
md5: 1f24853e59c68892452ef94ddd8afd4b
sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b
optional: false
category: main
build: h4e544f5_0
subdir: linux-aarch64
build_number: 0
license: LGPL-2.1-or-later
size: 112327
timestamp: 1646166857935
- name: libedit
version: 3.1.20191231
manager: conda
platform: linux-aarch64
dependencies:
ncurses: '>=6.2,<7.0.0a0'
libgcc-ng: '>=7.5.0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2
hash:
md5: 29371161d77933a54fccf1bb66b96529
sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d
optional: false
category: main
build: he28a2e2_2
subdir: linux-aarch64
build_number: 2
license: BSD-2-Clause
license_family: BSD
size: 134104
timestamp: 1597617110769
- name: libexpat
version: 2.5.0
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.5.0-hd600fc2_1.conda
hash:
md5: 6cd3d0a28437b3845c260f9d71d434d7
sha256: b4651d196d5adb0637c678d874160a318078d963caec264bda7ac07ff6a1cbc7
optional: false
category: main
build: hd600fc2_1
subdir: linux-aarch64
build_number: 1
constrains:
- expat 2.5.0.*
license: MIT
license_family: MIT
size: 77194
timestamp: 1680190675750
- name: bzip2
version: 1.0.8
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=9.3.0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-hf897c2e_4.tar.bz2
hash:
md5: 2d787570a729e273a4e75775ddf3348a
sha256: 3aeb6ab92aa0351722497b2d2a735dc20921cf6c60d9196c04b7a2b9ece198d2
optional: false
category: main
build: hf897c2e_4
subdir: linux-aarch64
build_number: 4
license: bzip2-1.0.6
license_family: BSD
size: 405318
timestamp: 1606606989365
- name: ncurses
version: '6.4'
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.4-h2e1726e_0.conda
hash:
md5: 40beaf447150c2760affc591c7509595
sha256: 650fddca6831a4950b526e4bb6cc6508a04372f21ef1cfee19ebe24605d47c2f
optional: false
category: main
build: h2e1726e_0
subdir: linux-aarch64
build_number: 0
license: X11 AND BSD-3-Clause
size: 921238
timestamp: 1686076828384
- name: xz
version: 5.2.6
manager: conda
platform: linux-aarch64
dependencies:
libgcc-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2
hash:
md5: 83baad393a31d59c20b63ba4da6592df
sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220
optional: false
category: main
build: h9cdd2b7_0
subdir: linux-aarch64
build_number: 0
license: LGPL-2.1 and GPL-2.0
size: 440555
timestamp: 1660348056328
- name: ca-certificates
version: 2023.5.7
manager: conda
platform: linux-aarch64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2023.5.7-hcefe29a_0.conda
hash:
md5: 331e624442b88d96bc05a7f2d38c61a4
sha256: c03bcf46e3f0264723678fc446f9f5fe30e9d9bf6f58166e5dedd19905e3ef08
optional: false
category: main
build: hcefe29a_0
subdir: linux-aarch64
build_number: 0
license: ISC
size: 148466
timestamp: 1683452391747
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: linux-aarch64
dependencies:
libgomp: '>=7.5.0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 6168d71addc746e8f2b8d57dfd2edcea
sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0
optional: false
category: main
build: 2_gnu
subdir: linux-aarch64
build_number: 16
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23712
timestamp: 1650670790230
- name: binutils
version: '2.40'
manager: conda
platform: linux-aarch64
dependencies:
binutils_impl_linux-aarch64: '>=2.40,<2.41.0a0'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils-2.40-h64c2a2e_0.conda
hash:
md5: 50083e4c6e024fcb0b0dd195204276a3
sha256: 624f6e9dd9cf651d9fd6ed3a7c1af38ea60aaa3213b35f14c088d8de37ffda5e
optional: false
category: main
build: h64c2a2e_0
subdir: linux-aarch64
build_number: 0
license: GPL-3.0-only
license_family: GPL
size: 30742
timestamp: 1674833883570
- name: gfortran_linux-aarch64
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies:
sysroot_linux-aarch64: '*'
gfortran_impl_linux-aarch64: 11.4.0.*
gcc_linux-aarch64: ==11.4.0 h2fab22c_0
binutils_linux-aarch64: ==2.40 h94bbfa1_0
url: https://conda.anaconda.org/conda-forge/linux-aarch64/gfortran_linux-aarch64-11.4.0-h0d0feef_0.conda
hash:
md5: 414236b3385d134e13b41858e5ecbe24
sha256: 43c9f15b76c08ffbd48ee126250d79ac8142dc1530fd244ebb478381b3199897
optional: false
category: main
build: h0d0feef_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 28414
timestamp: 1686453378361
- name: gfortran
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies:
gcc: 11.4.0.*
gcc_impl_linux-aarch64: 11.4.0.*
gfortran_impl_linux-aarch64: 11.4.0.*
url: https://conda.anaconda.org/conda-forge/linux-aarch64/gfortran-11.4.0-hacd8e1d_0.conda
hash:
md5: 7261fea52122550d94654d9c1777d9a5
sha256: d30cd5ebf7f05e227112d46f5204f124f25909dd5d2e70e60892026a3a9b7352
optional: false
category: main
build: hacd8e1d_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 26256
timestamp: 1686453356602
- name: gxx_linux-aarch64
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies:
gxx_impl_linux-aarch64: 11.4.0.*
sysroot_linux-aarch64: '*'
gcc_linux-aarch64: ==11.4.0 h2fab22c_0
binutils_linux-aarch64: ==2.40 h94bbfa1_0
url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_linux-aarch64-11.4.0-hd6b6b29_0.conda
hash:
md5: 21fec6e351de6aa220151d89188c1199
sha256: cf527a5573468cee2668070f8cf4ca407f2a8c5182a0e7c549f117f664d94b33
optional: false
category: main
build: hd6b6b29_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 28293
timestamp: 1686453388038
- name: gxx
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies:
gcc: 11.4.0.*
gxx_impl_linux-aarch64: 11.4.0.*
url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx-11.4.0-h13ac8a1_0.conda
hash:
md5: 9af986f4fd0a2a4483d14e4fb2947dae
sha256: 4e770218d5769e1d31c5d1050c5a6d434a63fd88a5acc5ee70f2bfe895e3e139
optional: false
category: main
build: h13ac8a1_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 26278
timestamp: 1686453368253
- name: gcc_linux-aarch64
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies:
gcc_impl_linux-aarch64: 11.4.0.*
sysroot_linux-aarch64: '*'
binutils_linux-aarch64: ==2.40 h94bbfa1_0
url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_linux-aarch64-11.4.0-h2fab22c_0.conda
hash:
md5: cf7cad7c6c707a0de7ffe845fe9a4e80
sha256: 86544fb759dbe8ae8284d38c0f652235e209de393ce1bc5381a31d7e9c3172f4
optional: false
category: main
build: h2fab22c_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 29978
timestamp: 1686453346801
- name: gcc
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies:
gcc_impl_linux-aarch64: 11.4.0.*
url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc-11.4.0-h13ac8a1_0.conda
hash:
md5: 23c984e4db18b2bf0cef6fb8cb98dfb8
sha256: 25b936d27473b7c5acec2c567ef4a14d1bf22719035ea2ff4aab89da48e65979
optional: false
category: main
build: h13ac8a1_0
subdir: linux-aarch64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 26778
timestamp: 1686453065111
- name: libgomp
version: 13.1.0
manager: conda
platform: linux-aarch64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.1.0-h2b4548d_0.conda
hash:
md5: eb95b60cbf85783b0fdd3fab2d8c320f
sha256: 4a460e51b7bc4fa310c68c26d2f6ecf9b9a32524eb8a2c69566a318b04da8a88
optional: false
category: main
build: h2b4548d_0
subdir: linux-aarch64
build_number: 0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 422696
timestamp: 1685829411811
- name: gxx_impl_linux-aarch64
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies:
gcc_impl_linux-aarch64: ==11.4.0 h0207d0b_0
libstdcxx-devel_linux-aarch64: ==11.4.0 h7ce4923_0
sysroot_linux-aarch64: '*'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_impl_linux-aarch64-11.4.0-h0207d0b_0.conda
hash:
md5: 9bb6b24ae3660244ac2399718454cca3
sha256: 88e3c404506eddac83d01df0d94b4ded897fe36ca5d19ab8c753dbbf62b49ab9
optional: false
category: main
build: h0207d0b_0
subdir: linux-aarch64
build_number: 0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 11128650
timestamp: 1685829325966
- name: gcc_impl_linux-aarch64
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies:
binutils_impl_linux-aarch64: '>=2.39'
libsanitizer: ==11.4.0 h6bfd624_0
libgcc-devel_linux-aarch64: ==11.4.0 h7ce4923_0
libgomp: '>=11.4.0'
libstdcxx-ng: '>=11.4.0'
libgcc-ng: '>=11.4.0'
sysroot_linux-aarch64: '*'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_impl_linux-aarch64-11.4.0-h0207d0b_0.conda
hash:
md5: 19ee4991197e3dc4bda15499a35e5e14
sha256: 8f74c7b33ee89d8b0df2ee7f7e2ef2e614798e55a0dfe7d97660d6ad9b6494f1
optional: false
category: main
build: h0207d0b_0
subdir: linux-aarch64
build_number: 0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 43401649
timestamp: 1685829129293
- name: gfortran_impl_linux-aarch64
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies:
gcc_impl_linux-aarch64: '>=11.4.0'
libgfortran5: '>=11.4.0'
libstdcxx-ng: '>=4.9'
sysroot_linux-aarch64: '*'
libgcc-ng: '>=4.9'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/gfortran_impl_linux-aarch64-11.4.0-h0daa7fb_0.conda
hash:
md5: 4ddc9cdd9c0bc73164da0f8af4925b25
sha256: 7eac7987cc35a6eb2dab395eb41b2144a1bf5b271e5fdfb953f0962daa44d608
optional: false
category: main
build: h0daa7fb_0
subdir: linux-aarch64
build_number: 0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 11734888
timestamp: 1685829268717
- name: libstdcxx-devel_linux-aarch64
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-devel_linux-aarch64-11.4.0-h7ce4923_0.conda
hash:
md5: 61652e23745cd7b3793992539576b40f
sha256: 4b31df3c34b95bfee77114f17dc8f39374f902a6124e97182e78ec95f48468b1
optional: false
category: main
build: h7ce4923_0
subdir: linux-aarch64
build_number: 0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 6849557
timestamp: 1685828976761
- name: sysroot_linux-aarch64
version: '2.17'
manager: conda
platform: linux-aarch64
dependencies:
kernel-headers_linux-aarch64: ==4.18.0 h5b4a56d_13
_sysroot_linux-aarch64_curr_repodata_hack: 4.*
url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-aarch64-2.17-h5b4a56d_13.conda
hash:
md5: 5493598eda29002426b4d04dcee88361
sha256: 16c9c99b04952456c344fd786d5933b5b851778b96b655d339b2f81ff8d53043
optional: false
category: main
build: h5b4a56d_13
subdir: noarch
build_number: 13
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0
license_family: GPL
noarch: generic
size: 16291428
timestamp: 1682995534198
- name: libgfortran5
version: 13.1.0
manager: conda
platform: linux-aarch64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.1.0-h24e4805_0.conda
hash:
md5: 069e75bfdbed7744ee64a2b840fccc4e
sha256: d375b016ed60486a84fe72fae6e52af90783c23d5fe9f1561b3954f56dbb6054
optional: false
category: main
build: h24e4805_0
subdir: linux-aarch64
build_number: 0
constrains:
- libgfortran-ng 13.1.0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 1082836
timestamp: 1685829387544
- name: binutils_impl_linux-aarch64
version: '2.40'
manager: conda
platform: linux-aarch64
dependencies:
ld_impl_linux-aarch64: ==2.40 h2d8c526_0
sysroot_linux-aarch64: '*'
url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_impl_linux-aarch64-2.40-h870a726_0.conda
hash:
md5: 1945203dbddc28b0080c5129a3a704b1
sha256: 43a69e65a7d66fe9f6f17f71814eef807c94f2bc60c7892e6658498cb3759e13
optional: false
category: main
build: h870a726_0
subdir: linux-aarch64
build_number: 0
license: GPL-3.0-only
license_family: GPL
size: 5535072
timestamp: 1674833858298
- name: libgcc-devel_linux-aarch64
version: 11.4.0
manager: conda
platform: linux-aarch64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-devel_linux-aarch64-11.4.0-h7ce4923_0.conda
hash:
md5: 3c0dae9739b34420f0f571739f5a9c7c
sha256: 4046af052d0c5a8688253dcd38649ebfa12d0de4d51528ba925e0da91bebea95
optional: false
category: main
build: h7ce4923_0
subdir: linux-aarch64