-
Notifications
You must be signed in to change notification settings - Fork 55
/
pixi.lock
5784 lines (5784 loc) · 151 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
version: 3
metadata:
content_hash:
linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
win-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
- osx-64
- osx-arm64
- win-64
sources: []
time_metadata: null
git_metadata: null
inputs_metadata: null
custom_metadata: null
package:
- platform: linux-64
name: _libgcc_mutex
version: '0.1'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: d7c89558ba9fa0495403155b64376d81
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
build: conda_forge
arch: x86_64
subdir: linux-64
build_number: 0
license: None
size: 2562
timestamp: 1578324546067
- platform: linux-64
name: _openmp_mutex
version: '4.5'
category: main
manager: conda
dependencies:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 73aaf86a425cc6e73fcf236a5a46396d
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
build: 2_gnu
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- platform: linux-64
name: alsa-lib
version: 1.2.10
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.10-hd590300_0.conda
hash:
md5: 75dae9a4201732aa78a530b826ee5fe0
sha256: 51147922bad9d3176e780eb26f748f380cd3184896a9f9125d8ac64fe330158b
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-or-later
license_family: GPL
size: 554938
timestamp: 1693607226431
- platform: linux-64
name: binutils
version: '2.40'
category: main
manager: conda
dependencies:
- binutils_impl_linux-64 >=2.40,<2.41.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda
hash:
md5: ccc940fddbc3fcd3d79cd4c654c4b5c4
sha256: 35f3b042f295fd7387de11cf426ca8ee5257e5c98b88560c6c5ad4ef3c85d38c
build: hdd6e379_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-only
license_family: GPL
size: 30469
timestamp: 1674833987166
- platform: linux-64
name: binutils_impl_linux-64
version: '2.40'
category: main
manager: conda
dependencies:
- ld_impl_linux-64 2.40 h41732ed_0
- sysroot_linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda
hash:
md5: 33084421a8c0af6aef1b439707f7662a
sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d
build: hf600244_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-only
license_family: GPL
size: 5414922
timestamp: 1674833958334
- platform: linux-64
name: binutils_linux-64
version: '2.40'
category: main
manager: conda
dependencies:
- binutils_impl_linux-64 2.40.*
- sysroot_linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hbdbef99_2.conda
hash:
md5: adfebae9fdc63a598495dfe3b006973a
sha256: 333f3339d94c93bcc02a723e3e460cb6ff6075e05f5247e15bef5dcdcec541a3
build: hbdbef99_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 28178
timestamp: 1694604071236
- platform: linux-64
name: boost
version: 1.84.0
category: main
manager: conda
dependencies:
- libboost-python-devel 1.84.0 py312h8da182e_1
- numpy >=1.26.4,<2.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/linux-64/boost-1.84.0-h8da182e_1.conda
hash:
md5: 2ad80bfb985d7dd3e1ebad404a303d0e
sha256: 5680005da1c2b48ff9ea810364dd8c62da5a24800eb01463397e7a66a8b77513
build: h8da182e_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSL-1.0
size: 13217
timestamp: 1707841229542
- platform: osx-64
name: boost
version: 1.84.0
category: main
manager: conda
dependencies:
- libboost-python-devel 1.84.0 py312hdce95a9_1
- numpy >=1.26.4,<2.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/osx-64/boost-1.84.0-hdce95a9_1.conda
hash:
md5: 6db4aa03398519e491984a039c4895d4
sha256: 8f0821fd8129dc3da0c7eaf734cb2b57d4d7fa10db7de7a0e205229d1b4c548e
build: hdce95a9_1
arch: x86_64
subdir: osx-64
build_number: 1
license: BSL-1.0
size: 13479
timestamp: 1707843630512
- platform: osx-arm64
name: boost
version: 1.84.0
category: main
manager: conda
dependencies:
- libboost-python-devel 1.84.0 py312h37858a2_1
- numpy >=1.26.4,<2.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/osx-arm64/boost-1.84.0-h37858a2_1.conda
hash:
md5: 7f05333430ac03f741e984e7870ed562
sha256: 1104d83b6867bae7cbffacf375b45d4694219e00527acd16cf1691e5e12c6a0a
build: h37858a2_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: BSL-1.0
size: 13497
timestamp: 1707843229459
- platform: win-64
name: boost
version: 1.84.0
category: main
manager: conda
dependencies:
- libboost-python-devel 1.84.0 py312hd42ba9a_1
- numpy >=1.26.4,<2.0a0
- python_abi 3.12.* *_cp312
url: https://conda.anaconda.org/conda-forge/win-64/boost-1.84.0-hd42ba9a_1.conda
hash:
md5: 0cdad7b10ba3b49f8a91a23fea5b15a6
sha256: 4f86c1e23aa3cf2c64a9dcf1c6b2dc03dbe1cd358ef95dfe10cc5def4350992a
build: hd42ba9a_1
arch: x86_64
subdir: win-64
build_number: 1
license: BSL-1.0
size: 13775
timestamp: 1707843776866
- platform: linux-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda
hash:
md5: 69b8b6202a07720f448be700e300ccf4
sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8
build: hd590300_5
arch: x86_64
subdir: linux-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 254228
timestamp: 1699279927352
- platform: osx-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda
hash:
md5: 6097a6ca9ada32699b5fc4312dd6ef18
sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242
build: h10d778d_5
arch: x86_64
subdir: osx-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 127885
timestamp: 1699280178474
- platform: osx-arm64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda
hash:
md5: 1bbc659ca658bfd49a481b5ef7a0f40f
sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f
build: h93a5062_5
arch: aarch64
subdir: osx-arm64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 122325
timestamp: 1699280294368
- platform: win-64
name: bzip2
version: 1.0.8
category: main
manager: conda
dependencies:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda
hash:
md5: 26eb8ca6ea332b675e11704cce84a3be
sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2
build: hcfcfb64_5
arch: x86_64
subdir: win-64
build_number: 5
license: bzip2-1.0.6
license_family: BSD
size: 124580
timestamp: 1699280668742
- platform: linux-64
name: c-ares
version: 1.26.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.26.0-hd590300_0.conda
hash:
md5: a86d90025198fd411845fc245ebc06c8
sha256: 3771589a91303710a59d1d40bbcdca43743969fe993ea576538ba375ac8ab0fa
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 162725
timestamp: 1706299899438
- platform: osx-64
name: c-ares
version: 1.26.0
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.26.0-h10d778d_0.conda
hash:
md5: 04a8ab3d4f9a9446b286c4a90f665148
sha256: 4b01708ed02f3e2cf9e8919a6fc1d3116cdf84c1a771294031e880f54235f47c
build: h10d778d_0
arch: x86_64
subdir: osx-64
build_number: 0
license: MIT
license_family: MIT
size: 147816
timestamp: 1706300301840
- platform: osx-arm64
name: c-ares
version: 1.26.0
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.26.0-h93a5062_0.conda
hash:
md5: 58b9187431de0a2ffebc907f4590e2e5
sha256: 1dfdbac985a74a905f2bcf62f13ce758a8356e50d4b28ddbc2027df8580717d8
build: h93a5062_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: MIT
license_family: MIT
size: 145325
timestamp: 1706300196534
- platform: linux-64
name: c-compiler
version: 1.6.0
category: main
manager: conda
dependencies:
- binutils
- gcc
- gcc_linux-64 12.*
url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda
hash:
md5: ea6c792f792bdd7ae6e7e2dee32f0a48
sha256: d741ff93d5f71a83a9be0f592682f31ca2d468c37177f18a8d1a2469bb821c05
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD
size: 6184
timestamp: 1689097480051
- platform: osx-64
name: c-compiler
version: 1.6.0
category: main
manager: conda
dependencies:
- cctools >=949.0.1
- clang_osx-64 16.*
- ld64 >=530
- llvm-openmp
url: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.6.0-h282daa2_0.conda
hash:
md5: 2b801fd417843897458f4f8e132e05bb
sha256: c52dcdd9b5fc9fd9a7eb028b7d4bb9f11f4ba3a7361e904d2b28bc12053bac23
build: h282daa2_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD
size: 6375
timestamp: 1701504699534
- platform: osx-arm64
name: c-compiler
version: 1.6.0
category: main
manager: conda
dependencies:
- cctools >=949.0.1
- clang_osx-arm64 16.*
- ld64 >=530
- llvm-openmp
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.6.0-h6aa9301_0.conda
hash:
md5: 0b204833d66694f214a5b3d7d2b87700
sha256: c7d7c09724e7c324ecd3ad2dee4f016149b93f9bd8ee67661cafb20993f5b8a9
build: h6aa9301_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD
size: 6380
timestamp: 1701504712958
- platform: linux-64
name: ca-certificates
version: 2024.2.2
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda
hash:
md5: 2f4327a1cbe7f022401b236e915a5fef
sha256: 91d81bfecdbb142c15066df70cc952590ae8991670198f92c66b62019b251aeb
build: hbcca054_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
size: 155432
timestamp: 1706843687645
- platform: osx-64
name: ca-certificates
version: 2024.2.2
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda
hash:
md5: f2eacee8c33c43692f1ccfd33d0f50b1
sha256: 54a794aedbb4796afeabdf54287b06b1d27f7b13b3814520925f4c2c80f58ca9
build: h8857fd0_0
arch: x86_64
subdir: osx-64
build_number: 0
license: ISC
size: 155665
timestamp: 1706843838227
- platform: osx-arm64
name: ca-certificates
version: 2024.2.2
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda
hash:
md5: fb416a1795f18dcc5a038bc2dc54edf9
sha256: 49bc3439816ac72d0c0e0f144b8cc870fdcc4adec2e861407ec818d8116b2204
build: hf0a4a13_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: ISC
size: 155725
timestamp: 1706844034242
- platform: win-64
name: ca-certificates
version: 2024.2.2
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda
hash:
md5: 63da060240ab8087b60d1357051ea7d6
sha256: 4d587088ecccd393fec3420b64f1af4ee1a0e6897a45cfd5ef38055322cea5d0
build: h56e8100_0
arch: x86_64
subdir: win-64
build_number: 0
license: ISC
size: 155886
timestamp: 1706843918052
- platform: osx-64
name: cctools
version: 973.0.1
category: main
manager: conda
dependencies:
- cctools_osx-64 973.0.1 ha1c5b94_16
- ld64 609 ha02d983_16
- libllvm16 >=16.0.6,<16.1.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/cctools-973.0.1-h40f6528_16.conda
hash:
md5: b7234c329d4503600b032f168f4b65e7
sha256: ef3afa0ca2e159360575d5de6cba102494d2dd03c0fda77e858ae9fba73b9e61
build: h40f6528_16
arch: x86_64
subdir: osx-64
build_number: 16
license: APSL-2.0
license_family: Other
size: 22144
timestamp: 1706798167450
- platform: osx-arm64
name: cctools
version: 973.0.1
category: main
manager: conda
dependencies:
- cctools_osx-arm64 973.0.1 h62378fb_16
- ld64 609 h634c8be_16
- libllvm16 >=16.0.6,<16.1.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-973.0.1-h4faf515_16.conda
hash:
md5: 5fd71c6d5cef61d41af51b460265ef6f
sha256: eb62575b0a4f306ed4fb8b874f109af7c622013eace2d9e533d6b3c88fea6c42
build: h4faf515_16
arch: aarch64
subdir: osx-arm64
build_number: 16
license: APSL-2.0
license_family: Other
size: 22117
timestamp: 1706798232449
- platform: osx-64
name: cctools_osx-64
version: 973.0.1
category: main
manager: conda
dependencies:
- ld64_osx-64 >=609,<610.0a0
- libcxx
- libllvm16 >=16.0.6,<16.1.0a0
- libzlib >=1.2.13,<1.3.0a0
- sigtool
url: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-973.0.1-ha1c5b94_16.conda
hash:
md5: 00eb71204323fa6449b38dd34ab9c65d
sha256: aa69f18388246169ac603148501bdd507bf935e97f384cf8f78ef94e3b296158
build: ha1c5b94_16
arch: x86_64
subdir: osx-64
build_number: 16
constrains:
- cctools 973.0.1.*
- clang 16.0.*
- ld64 609.*
license: APSL-2.0
license_family: Other
size: 1116102
timestamp: 1706798100072
- platform: osx-arm64
name: cctools_osx-arm64
version: 973.0.1
category: main
manager: conda
dependencies:
- ld64_osx-arm64 >=609,<610.0a0
- libcxx
- libllvm16 >=16.0.6,<16.1.0a0
- libzlib >=1.2.13,<1.3.0a0
- sigtool
url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-973.0.1-h62378fb_16.conda
hash:
md5: be98824be7fa378bd06cb2670ad0b4cc
sha256: cdd2ce1a4d17084096626e9d074f19ab5abef1e330901358533455e12895572d
build: h62378fb_16
arch: aarch64
subdir: osx-arm64
build_number: 16
constrains:
- cctools 973.0.1.*
- clang 16.0.*
- ld64 609.*
license: APSL-2.0
license_family: Other
size: 1124537
timestamp: 1706798177156
- platform: osx-64
name: clang
version: 16.0.6
category: main
manager: conda
dependencies:
- clang-16 16.0.6 default_h7151d67_5
url: https://conda.anaconda.org/conda-forge/osx-64/clang-16.0.6-hdae98eb_5.conda
hash:
md5: 5f020dce5a00342141d87f952c9c0282
sha256: df7180f4ee7bed92849cb36e46a9641e71eb6c99b990dedc48f7469c080d5f5f
build: hdae98eb_5
arch: x86_64
subdir: osx-64
build_number: 5
constrains:
- clang-tools 16.0.6.*
- llvm 16.0.6.*
- llvm-tools 16.0.6.*
- llvmdev 16.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21576
timestamp: 1706894282581
- platform: osx-arm64
name: clang
version: 16.0.6
category: main
manager: conda
dependencies:
- clang-16 16.0.6 default_he012953_5
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16.0.6-h30cc82d_5.conda
hash:
md5: f3bbbf40f13424248d9ff9650d9379af
sha256: 09d5c870768512e3439bf2a33346a0092fc728bbf2ef3efba1c187220636507d
build: h30cc82d_5
arch: aarch64
subdir: osx-arm64
build_number: 5
constrains:
- clang-tools 16.0.6.*
- llvm 16.0.6.*
- llvm-tools 16.0.6.*
- llvmdev 16.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21610
timestamp: 1706894245139
- platform: osx-64
name: clang-16
version: 16.0.6
category: main
manager: conda
dependencies:
- libclang-cpp16 16.0.6 default_h7151d67_5
- libcxx >=16.0.6
- libllvm16 >=16.0.6,<16.1.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/clang-16-16.0.6-default_h7151d67_5.conda
hash:
md5: e132cf98d775fd7ec3b43859373bc070
sha256: 1ddcdef73115b5584f171a0182c1fdbbf168c667d8dcde19178d18f5c837fb43
build: default_h7151d67_5
arch: x86_64
subdir: osx-64
build_number: 5
constrains:
- clangxx 16.0.6
- clangdev 16.0.6
- llvm-tools 16.0.6
- clang-tools 16.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 692571
timestamp: 1706894157239
- platform: osx-arm64
name: clang-16
version: 16.0.6
category: main
manager: conda
dependencies:
- libclang-cpp16 16.0.6 default_he012953_5
- libcxx >=16.0.6
- libllvm16 >=16.0.6,<16.1.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-16-16.0.6-default_he012953_5.conda
hash:
md5: 5986bf8dc369fc4f55f0393bf94b4494
sha256: 38ce232aab29ac5ab6ec6dcbeae855d331c192f756da19c1c95db45e9ad28cbb
build: default_he012953_5
arch: aarch64
subdir: osx-arm64
build_number: 5
constrains:
- clangdev 16.0.6
- llvm-tools 16.0.6
- clang-tools 16.0.6
- clangxx 16.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 692537
timestamp: 1706894104516
- platform: osx-64
name: clang_impl_osx-64
version: 16.0.6
category: main
manager: conda
dependencies:
- cctools_osx-64
- clang 16.0.6.*
- compiler-rt 16.0.6.*
- ld64_osx-64
- llvm-tools 16.0.6.*
url: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-16.0.6-h8787910_9.conda
hash:
md5: 36dc72f20205cf43f63765334a5f0be7
sha256: 3aeee43c777d67a334a7917a9a6cc43c67fabbf8acbceca31e2bef0702f0c81e
build: h8787910_9
arch: x86_64
subdir: osx-64
build_number: 9
license: BSD-3-Clause
license_family: BSD
size: 17576
timestamp: 1706817889548
- platform: osx-arm64
name: clang_impl_osx-arm64
version: 16.0.6
category: main
manager: conda
dependencies:
- cctools_osx-arm64
- clang 16.0.6.*
- compiler-rt 16.0.6.*
- ld64_osx-arm64
- llvm-tools 16.0.6.*
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-16.0.6-hc421ffc_9.conda
hash:
md5: 6ba30ea4b866e03cb834447d934d8d5f
sha256: db8d0f1418bd5a6284da7137f278b5ec373b8382791aa550b4af711f7e079f8b
build: hc421ffc_9
arch: aarch64
subdir: osx-arm64
build_number: 9
license: BSD-3-Clause
license_family: BSD
size: 17585
timestamp: 1706831903732
- platform: osx-64
name: clang_osx-64
version: 16.0.6
category: main
manager: conda
dependencies:
- clang_impl_osx-64 16.0.6 h8787910_9
url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-16.0.6-hb91bd55_9.conda
hash:
md5: 3ebda8406efd8c09ebeeba80396ac6bd
sha256: 970a919b17f6c5c04624b6a0269211bd3d7b41b3177e50f5dd7b5d036f4c25c9
build: hb91bd55_9
arch: x86_64
subdir: osx-64
build_number: 9
license: BSD-3-Clause
license_family: BSD
size: 20647
timestamp: 1706817901570
- platform: osx-arm64
name: clang_osx-arm64
version: 16.0.6
category: main
manager: conda
dependencies:
- clang_impl_osx-arm64 16.0.6 hc421ffc_9
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-16.0.6-h54d7cd3_9.conda
hash:
md5: 5df587e67413858308caac4c86b9c92a
sha256: d712ced3aaf31275d3ca1f0b3dbe21ca82ba169e35a5e3e8115a67b381be2197
build: h54d7cd3_9
arch: aarch64
subdir: osx-arm64
build_number: 9
license: BSD-3-Clause
license_family: BSD
size: 20568
timestamp: 1706831915550
- platform: osx-64
name: clangxx
version: 16.0.6
category: main
manager: conda
dependencies:
- clang 16.0.6 hdae98eb_5
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-16.0.6-default_h7151d67_5.conda
hash:
md5: 8c3fb5d2005174683f3958383643e335
sha256: 9aafb8802adfe804ae38b66b01b00e133f1c14713ed1abed2710ed95ddbaa3e7
build: default_h7151d67_5
arch: x86_64
subdir: osx-64
build_number: 5
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21699
timestamp: 1706894307583
- platform: osx-arm64
name: clangxx
version: 16.0.6
category: main
manager: conda
dependencies:
- clang 16.0.6 h30cc82d_5
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-16.0.6-default_h4cf2255_5.conda
hash:
md5: 83d1eb2693ad27dec744ac21f1ad9812
sha256: d5cdb838c3b67c4fdf1683e7659d011db228d5f762f85e2833e1c67c7c5cccdc
build: default_h4cf2255_5
arch: aarch64
subdir: osx-arm64
build_number: 5
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21761
timestamp: 1706894272948
- platform: osx-64
name: clangxx_impl_osx-64
version: 16.0.6
category: main
manager: conda
dependencies:
- clang_osx-64 16.0.6 hb91bd55_9
- clangxx 16.0.6.*
- libcxx >=16
- libllvm16 >=16.0.6,<16.1.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-16.0.6-h6d92fbe_9.conda
hash:
md5: bfea277f004e2815ebd59294e9c08746
sha256: d0d712b2ea90fd4e0c7215cb319830496ced15c56ee208f6ebba5e0d0b21f765
build: h6d92fbe_9
arch: x86_64
subdir: osx-64
build_number: 9
license: BSD-3-Clause
license_family: BSD
size: 17667
timestamp: 1706817919437
- platform: osx-arm64
name: clangxx_impl_osx-arm64
version: 16.0.6
category: main
manager: conda
dependencies:
- clang_osx-arm64 16.0.6 h54d7cd3_9
- clangxx 16.0.6.*
- libcxx >=16
- libllvm16 >=16.0.6,<16.1.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-16.0.6-hcd7bac0_9.conda
hash:
md5: 949089893ce76c6d743b77d6eec251bf
sha256: db061d8e7d6c1410cb188bbc5485d630cb076ae6981dca42def058822497536f
build: hcd7bac0_9
arch: aarch64
subdir: osx-arm64
build_number: 9
license: BSD-3-Clause
license_family: BSD
size: 17692
timestamp: 1706832802039
- platform: osx-64
name: clangxx_osx-64
version: 16.0.6
category: main
manager: conda
dependencies:
- clang_osx-64 16.0.6 hb91bd55_9
- clangxx_impl_osx-64 16.0.6 h6d92fbe_9
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-16.0.6-hb91bd55_9.conda
hash:
md5: e7297accf408701c298308eeae807c5e
sha256: 9225222bf1cd611e63f2b68c0838325f2fd5be930f81a7f3563ff5e2818955a5
build: hb91bd55_9
arch: x86_64
subdir: osx-64
build_number: 9
license: BSD-3-Clause
license_family: BSD
size: 19414
timestamp: 1706817934575
- platform: osx-arm64
name: clangxx_osx-arm64
version: 16.0.6
category: main
manager: conda
dependencies:
- clang_osx-arm64 16.0.6 h54d7cd3_9
- clangxx_impl_osx-arm64 16.0.6 hcd7bac0_9
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_9.conda
hash:
md5: e47d40e35f855ad41af35ba60937e41c
sha256: ee39efac1691f9f2d646bc64f04548179577e3c65c1ca5947cd4f944e4ccbdee
build: h54d7cd3_9
arch: aarch64
subdir: osx-arm64
build_number: 9
license: BSD-3-Clause
license_family: BSD
size: 19330
timestamp: 1706832814124
- platform: linux-64
name: cmake
version: 3.27.6
category: main
manager: conda
dependencies:
- bzip2 >=1.0.8,<2.0a0
- libcurl >=8.3.0,<9.0a0
- libexpat >=2.5.0,<3.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- libuv >=1.46.0,<2.0a0
- libzlib >=1.2.13,<1.3.0a0
- ncurses >=6.4,<7.0a0
- rhash >=1.4.4,<2.0a0
- xz >=5.2.6,<6.0a0
- zstd >=1.5.5,<1.6.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.27.6-hcfe8598_0.conda
hash:
md5: 4c0101485c452ea86f846523c4fae698
sha256: 64e08c246195d6956f7a04fa7d96a53de696b26b1dae8b08cfe716950f696e12
build: hcfe8598_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 18494905
timestamp: 1695269729661
- platform: osx-64
name: cmake
version: 3.27.6
category: main
manager: conda
dependencies:
- bzip2 >=1.0.8,<2.0a0
- libcurl >=8.3.0,<9.0a0
- libcxx >=15.0.7
- libexpat >=2.5.0,<3.0a0
- libuv >=1.46.0,<2.0a0
- libzlib >=1.2.13,<1.3.0a0
- ncurses >=6.4,<7.0a0
- rhash >=1.4.4,<2.0a0
- xz >=5.2.6,<6.0a0
- zstd >=1.5.5,<1.6.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.27.6-hf40c264_0.conda
hash:
md5: 771da6a52aaf0f9d84114d0ed0d0299f
sha256: 9216698f88b82e99db950f8c372038931c54ea3e0b0b05e2a3ce03ec4b405df7
build: hf40c264_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 16525734
timestamp: 1695270838345
- platform: osx-arm64
name: cmake
version: 3.27.6
category: main
manager: conda
dependencies:
- bzip2 >=1.0.8,<2.0a0
- libcurl >=8.3.0,<9.0a0
- libcxx >=15.0.7
- libexpat >=2.5.0,<3.0a0
- libuv >=1.46.0,<2.0a0
- libzlib >=1.2.13,<1.3.0a0
- ncurses >=6.4,<7.0a0
- rhash >=1.4.4,<2.0a0
- xz >=5.2.6,<6.0a0
- zstd >=1.5.5,<1.6.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.27.6-h1c59155_0.conda
hash:
md5: 3c0dd04401438fec44cd113247ba2852
sha256: 31be31e358e6f6f8818d8f9c9086da4404f8c6fc89d71d55887bed11ce6d463e
build: h1c59155_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 16007289
timestamp: 1695270816826
- platform: win-64
name: cmake
version: 3.27.6
category: main
manager: conda
dependencies:
- bzip2 >=1.0.8,<2.0a0
- libcurl >=8.3.0,<9.0a0
- libexpat >=2.5.0,<3.0a0
- libuv >=1.44.2,<2.0a0
- libzlib >=1.2.13,<1.3.0a0
- ucrt >=10.0.20348.0
- vc14_runtime >=14.29.30139
- xz >=5.2.6,<6.0a0
- zstd >=1.5.5,<1.6.0a0
url: https://conda.anaconda.org/conda-forge/win-64/cmake-3.27.6-hf0feee3_0.conda
hash:
md5: 4dc81f3bf26f0949fedd4e31cecea1d1
sha256: 12b94bce6d7c76ff408f8ea240c7d78987b0bc3cb4f632f381c4b0efd30ebfe0
build: hf0feee3_0
arch: x86_64
subdir: win-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 13777396
timestamp: 1695270971791
- platform: osx-64
name: compiler-rt
version: 16.0.6
category: main
manager: conda
dependencies:
- clang 16.0.6.*