-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixi.lock
1921 lines (1921 loc) · 50.2 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:
linux-64: b88fcddefe0dd3ed659f7765cc3725a90e33e4c5559c3e84f490d2693d355c33
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
- url: https://conda.anaconda.org/bioconda/
used_env_vars: []
- url: https://conda.anaconda.org/nvidia/
used_env_vars: []
- url: https://conda.anaconda.org/pytorch/
used_env_vars: []
platforms:
- linux-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: attr
version: 2.5.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2
hash:
md5: d9c69a24ad678ffce24c6543a0176b00
sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324
build: h166bdaf_1
arch: x86_64
subdir: linux-64
build_number: 1
license: GPL-2.0-or-later
license_family: GPL
size: 71042
timestamp: 1660065501192
- 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: 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: linux-64
name: c-ares
version: 1.22.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.22.1-hd590300_0.conda
hash:
md5: 8430bd266c7b2cfbda403f7585d5ee86
sha256: d41cf87938ba66de538b91afed3ece9b4cf5ed082a7d1c1add46b70f482f34b9
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 149663
timestamp: 1700421768288
- platform: linux-64
name: ca-certificates
version: 2023.11.17
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.11.17-hbcca054_0.conda
hash:
md5: 01ffc8d36f9eba0ce0b3c1955fa780ee
sha256: fb4b9f4b7d885002db0b93e22f44b5b03791ef3d4efdc9d0662185a0faafd6b6
build: hbcca054_0
arch: x86_64
subdir: linux-64
build_number: 0
license: ISC
size: 154117
timestamp: 1700280881924
- platform: linux-64
name: clang
version: 17.0.4
category: main
manager: conda
dependencies:
- binutils_impl_linux-64
- clang-17 17.0.4 default_h1cdf331_1
- libgcc-devel_linux-64
- sysroot_linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/clang-17.0.4-ha0738ec_1.conda
hash:
md5: 71ff5839764d3d173fceba7c25257d20
sha256: ef7cb9d52443968998a46304177dbfa547c7df6857099740a3856e7fb5e0f219
build: ha0738ec_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- clang-tools 17.0.4.*
- llvm 17.0.4.*
- llvm-tools 17.0.4.*
- llvmdev 17.0.4.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21455
timestamp: 1699854753866
- platform: linux-64
name: clang-17
version: 17.0.4
category: main
manager: conda
dependencies:
- libclang-cpp17 17.0.4 default_h1cdf331_1
- libgcc-ng >=12
- libllvm17 >=17.0.4,<17.1.0a0
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/clang-17-17.0.4-default_h1cdf331_1.conda
hash:
md5: 196d58855915bb210e0d7e69f4c808ef
sha256: 9ed79c260934d98c6b22a416d0499014a49d324e70f7b1b64ad4ce1f93d762b9
build: default_h1cdf331_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- llvm-tools 17.0.4
- clangxx 17.0.4
- clang-tools 17.0.4
- clangdev 17.0.4
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 725341
timestamp: 1699854699983
- platform: linux-64
name: clang-format
version: 17.0.4
category: main
manager: conda
dependencies:
- clang-format-17 17.0.4 default_h1cdf331_1
- libclang-cpp17 >=17.0.4,<17.1.0a0
- libgcc-ng >=12
- libllvm17 >=17.0.4,<17.1.0a0
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-17.0.4-default_h1cdf331_1.conda
hash:
md5: c45b505514721d0d707b3544dcbcc47c
sha256: 145223a4ec385ef3f2c69bf3fa2c34e41990b279f03edbf501fe2e27d4a8f63a
build: default_h1cdf331_1
arch: x86_64
subdir: linux-64
build_number: 1
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21428
timestamp: 1699854967331
- platform: linux-64
name: clang-format-17
version: 17.0.4
category: main
manager: conda
dependencies:
- libclang-cpp17 >=17.0.4,<17.1.0a0
- libgcc-ng >=12
- libllvm17 >=17.0.4,<17.1.0a0
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/clang-format-17-17.0.4-default_h1cdf331_1.conda
hash:
md5: 4a9a6a499a50b441b9c1c93363b68ab5
sha256: 1effa7ebea965244292493089874e98c4cc4ec555ef58184580e56369cffc3e4
build: default_h1cdf331_1
arch: x86_64
subdir: linux-64
build_number: 1
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 60134
timestamp: 1699854908910
- platform: linux-64
name: clang-tools
version: 17.0.4
category: main
manager: conda
dependencies:
- clang-format 17.0.4 default_h1cdf331_1
- libclang-cpp17 >=17.0.4,<17.1.0a0
- libclang13 >=17.0.4
- libgcc-ng >=12
- libllvm17 >=17.0.4,<17.1.0a0
- libstdcxx-ng >=12
- libxml2 >=2.11.5,<2.12.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/clang-tools-17.0.4-default_h1cdf331_1.conda
hash:
md5: fcab43074eff2c08bf354f566bb66d2f
sha256: e0b1766166f38b6dca04607488fb4a2e3e0c27f2654ab782d1cb468743e611fc
build: default_h1cdf331_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- clangdev 17.0.4
- clang 17.0.4.*
- llvm 17.0.4.*
- llvm-tools 17.0.4.*
- llvmdev 17.0.4.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 27432704
timestamp: 1699855016098
- platform: linux-64
name: clangxx
version: 17.0.4
category: main
manager: conda
dependencies:
- clang 17.0.4 ha0738ec_1
- libstdcxx-devel_linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/clangxx-17.0.4-default_h1cdf331_1.conda
hash:
md5: ae06758a3df7ecf0d8bb539b7b34276d
sha256: 7647efd7cfe74dd8306159f238c68a57ce096687a5810ea1939933385dfc7037
build: default_h1cdf331_1
arch: x86_64
subdir: linux-64
build_number: 1
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21554
timestamp: 1699854768342
- 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: linux-64
name: cpplint
version: 1.6.0
category: main
manager: conda
dependencies:
- python ==2.7.*|>=3.6
url: https://conda.anaconda.org/conda-forge/noarch/cpplint-1.6.0-pyhd8ed1ab_0.tar.bz2
hash:
md5: 0f8b9eea32364cb4269be8664280cc03
sha256: 6ead49bc261be766b6858bac0695b4e53ee555a31938963dd136b941b928b94c
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 68660
timestamp: 1645443056252
- platform: linux-64
name: doxygen
version: 1.9.8
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libiconv >=1.17,<2.0a0
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/doxygen-1.9.8-h661eb56_0.conda
hash:
md5: c750eb61744de0e40655fecbe1ceb70d
sha256: 720f662b14d4e851b39ba5c1e5c3553fcedb3c996c558dfecd737b1a6048aa85
build: h661eb56_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-2.0-only
license_family: GPL
size: 6548859
timestamp: 1694426200860
- platform: linux-64
name: eigen
version: 3.4.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda
hash:
md5: b1b879d6d093f55dd40d58b5eb2f0699
sha256: 53b15a98aadbe0704479bacaf7a5618fcb32d1577be320630674574241639b34
build: h00ab1b0_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MPL-2.0
license_family: MOZILLA
size: 1088433
timestamp: 1690272126173
- platform: linux-64
name: elfutils
version: '0.189'
category: main
manager: conda
dependencies:
- bzip2 >=1.0.8,<2.0a0
- libarchive >=3.7.2,<3.8.0a0
- libcurl >=8.3.0,<9.0a0
- libgcc-ng >=12
- libmicrohttpd >=0.9.77,<0.10.0a0
- libsqlite >=3.43.0,<4.0a0
- libstdcxx-ng >=12
- libzlib >=1.2.13,<1.3.0a0
- xz >=5.2.6,<6.0a0
- zstd >=1.5.5,<1.6.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/elfutils-0.189-h6f2b95c_1.conda
hash:
md5: 8ed5337fe3c03ba519743d7fccc1518a
sha256: 00fa6acbd1c029e548bb2715c7f4c0ab75c9d1f06f3c588303a563eb090edc9e
build: h6f2b95c_1
arch: x86_64
subdir: linux-64
build_number: 1
license: LGPL-3.0-only
license_family: LGPL
size: 1142695
timestamp: 1694680616868
- platform: linux-64
name: gcc
version: 13.2.0
category: main
manager: conda
dependencies:
- gcc_impl_linux-64 13.2.0.*
url: https://conda.anaconda.org/conda-forge/linux-64/gcc-13.2.0-h574f8da_2.conda
hash:
md5: 383b0f9eb07cff7e00470fb7cb82b102
sha256: 7e73102a89208bea391231f58c8bb22c8fb2134858064ed88c783b11a1760c89
build: h574f8da_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 27044
timestamp: 1694604079467
- platform: linux-64
name: gcc_impl_linux-64
version: 13.2.0
category: main
manager: conda
dependencies:
- binutils_impl_linux-64 >=2.39
- libgcc-devel_linux-64 13.2.0 ha9c7c90_103
- libgcc-ng >=13.2.0
- libgomp >=13.2.0
- libsanitizer 13.2.0 h7e041cc_3
- libstdcxx-ng >=13.2.0
- sysroot_linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.2.0-h338b0a0_3.conda
hash:
md5: 79ae2d39f23e568b18be949973e9a025
sha256: b74a1367a1f24768b60dd3aef1f836740ec5141b182eded42cefd772244c2a61
build: h338b0a0_3
arch: x86_64
subdir: linux-64
build_number: 3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 52688954
timestamp: 1699753748621
- platform: linux-64
name: gcovr
version: '5.2'
category: main
manager: conda
dependencies:
- jinja2
- lxml
- pygments
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/gcovr-5.2-pyhd8ed1ab_0.conda
hash:
md5: 8f6489ee7884e76ac26467c4a5205780
sha256: 157a54d7f97785bb7fc34a44f48709df5bee1d89cebf51a4c134049651179017
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 66856
timestamp: 1677339508894
- platform: linux-64
name: gettext
version: 0.21.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2
hash:
md5: 14947d8770185e5153fdd04d4673ed37
sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a
build: h27087fc_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-or-later AND GPL-3.0-or-later
size: 4320628
timestamp: 1665673494324
- platform: linux-64
name: gflags
version: 2.2.2
category: main
manager: conda
dependencies:
- libgcc-ng >=7.5.0
- libstdcxx-ng >=7.5.0
url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2
hash:
md5: cddaf2c63ea4a5901cf09524c490ecdc
sha256: a853c0cacf53cfc59e1bca8d6e5cdfe9f38fce836f08c2a69e35429c2a492e77
build: he1b5a44_1004
arch: x86_64
subdir: linux-64
build_number: 1004
license: BSD-3-Clause
license_family: BSD
size: 116549
timestamp: 1594303828933
- platform: linux-64
name: glog
version: 0.6.0
category: main
manager: conda
dependencies:
- gflags >=2.2.2,<2.3.0a0
- libgcc-ng >=10.3.0
- libstdcxx-ng >=10.3.0
url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2
hash:
md5: b31f3565cb84435407594e548a2fb7b2
sha256: 888cbcfb67f6e3d88a4c4ab9d26c9a406f620c4101a35dc6d2dbadb95f2221d4
build: h6f12383_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 114321
timestamp: 1649143789233
- platform: linux-64
name: gnutls
version: 3.7.8
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libidn2 >=2,<3.0a0
- libstdcxx-ng >=12
- libtasn1 >=4.19.0,<5.0a0
- nettle >=3.8.1,<3.9.0a0
- p11-kit >=0.24.1,<0.25.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/gnutls-3.7.8-hf3e180e_0.tar.bz2
hash:
md5: cbe8e27140d67c3f30e01cfb642a6e7c
sha256: 4a47e4558395b98fff4c1c44ad358dade62b350a03b5a784d4bc589d6eb7ac9e
build: hf3e180e_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-or-later
license_family: LGPL
size: 2271927
timestamp: 1664445361111
- platform: linux-64
name: gprof2dot
version: 2019.11.30
category: main
manager: conda
dependencies:
- python
url: https://conda.anaconda.org/conda-forge/noarch/gprof2dot-2019.11.30-py_0.tar.bz2
hash:
md5: 9000d491cc90b7020b6422660d23cbe0
sha256: 0a94344b0e6239f379b33f27e3cb9370b2ea876291e05d3c7bb12b456e2e34c6
build: py_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1
license_family: LGPL
noarch: python
size: 29540
timestamp: 1591809769448
- platform: linux-64
name: gtest
version: 1.14.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/gtest-1.14.0-h00ab1b0_1.conda
hash:
md5: d362a81b815334cc921b9362782881f3
sha256: 1d9cdafcbf43ece349311835e48a17d7835d7d0a7fe9d5d5e7b3d8d17e38ffb1
build: h00ab1b0_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- gmock 1.14.0
license: BSD-3-Clause
license_family: BSD
size: 404694
timestamp: 1691710003375
- platform: linux-64
name: gxx
version: 13.2.0
category: main
manager: conda
dependencies:
- gcc 13.2.0.*
- gxx_impl_linux-64 13.2.0.*
url: https://conda.anaconda.org/conda-forge/linux-64/gxx-13.2.0-h574f8da_2.conda
hash:
md5: 825744f8a518e301e43c1b14accc97b3
sha256: b6f594f512bb671c4b509435126f23c0e0544ba3996a1a7daf3679015168defb
build: h574f8da_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-3-Clause
license_family: BSD
size: 26506
timestamp: 1694604347272
- platform: linux-64
name: gxx_impl_linux-64
version: 13.2.0
category: main
manager: conda
dependencies:
- gcc_impl_linux-64 13.2.0 h338b0a0_3
- libstdcxx-devel_linux-64 13.2.0 ha9c7c90_103
- sysroot_linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.2.0-h338b0a0_3.conda
hash:
md5: a5e463121f06f300e5462f98b82d0709
sha256: 77fb3cb244466a2d7fdfddba6f7853d914a8ee569855803cebe62df9b00d4c04
build: h338b0a0_3
arch: x86_64
subdir: linux-64
build_number: 3
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 13191609
timestamp: 1699754007152
- platform: linux-64
name: icu
version: '73.2'
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda
hash:
md5: cc47e1facc155f91abd89b11e48e72ff
sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8
build: h59595ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 12089150
timestamp: 1692900650789
- platform: linux-64
name: jinja2
version: 3.1.2
category: main
manager: conda
dependencies:
- markupsafe >=2.0
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2
hash:
md5: c8490ed5c70966d232fdd389d0dbed37
sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5
build: pyhd8ed1ab_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-3-Clause
license_family: BSD
noarch: python
size: 101443
timestamp: 1654302514195
- platform: linux-64
name: kernel-headers_linux-64
version: 2.6.32
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_16.conda
hash:
md5: 7ca122655873935e02c91279c5b03c8c
sha256: aaa8aa6dc776d734a6702032588ff3c496721da905366d91162e3654c082aef0
build: he073ed8_16
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- sysroot_linux-64 ==2.12
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: 709007
timestamp: 1689214970644
- platform: linux-64
name: keyutils
version: 1.6.1
category: main
manager: conda
dependencies:
- libgcc-ng >=10.3.0
url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2
hash:
md5: 30186d27e2c9fa62b45fb1476b7200e3
sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb
build: h166bdaf_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-or-later
size: 117831
timestamp: 1646151697040
- platform: linux-64
name: krb5
version: 1.21.2
category: main
manager: conda
dependencies:
- keyutils >=1.6.1,<2.0a0
- libedit >=3.1.20191231,<3.2.0a0
- libedit >=3.1.20191231,<4.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- openssl >=3.1.2,<4.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda
hash:
md5: cd95826dbd331ed1be26bdf401432844
sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4
build: h659d440_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT
license_family: MIT
size: 1371181
timestamp: 1692097755782
- platform: linux-64
name: ld_impl_linux-64
version: '2.40'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda
hash:
md5: 7aca3059a1729aa76c597603f10b0dd3
sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd
build: h41732ed_0
arch: x86_64
subdir: linux-64
build_number: 0
constrains:
- binutils_impl_linux-64 2.40
license: GPL-3.0-only
license_family: GPL
size: 704696
timestamp: 1674833944779
- platform: linux-64
name: libarchive
version: 3.7.2
category: main
manager: conda
dependencies:
- bzip2 >=1.0.8,<2.0a0
- libgcc-ng >=12
- libxml2 >=2.11.5,<2.12.0a0
- libzlib >=1.2.13,<1.3.0a0
- lz4-c >=1.9.3,<1.10.0a0
- lzo >=2.10,<3.0a0
- openssl >=3.1.2,<4.0a0
- xz >=5.2.6,<6.0a0
- zstd >=1.5.5,<1.6.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.2-h039dbb9_0.conda
hash:
md5: 611d6c83d1130ea60c916531adfb11db
sha256: b82b9f4a1515877ea65416bf7fd9cc77cae77d7b5977eada2b999ee525a0d5c9
build: h039dbb9_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 865908
timestamp: 1694542531202
- platform: linux-64
name: libcap
version: '2.69'
category: main
manager: conda
dependencies:
- attr >=2.5.1,<2.6.0a0
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.69-h0f662aa_0.conda
hash:
md5: 25cb5999faa414e5ccb2c1388f62d3d5
sha256: 942f9564b4228609f017b6617425d29a74c43b8a030e12239fa4458e5cb6323c
build: h0f662aa_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-3-Clause
license_family: BSD
size: 100582
timestamp: 1684162447012
- platform: linux-64
name: libclang-cpp17
version: 17.0.4
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libllvm17 >=17.0.4,<17.1.0a0
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp17-17.0.4-default_h1cdf331_1.conda
hash:
md5: b34c1c20517b469e80c6892f9c6c4e20
sha256: 14d9b6f29d9a0d690ef57b4394f81aaab95a6a1f822acaef6f2690703df90d27
build: default_h1cdf331_1
arch: x86_64
subdir: linux-64
build_number: 1
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 18533638
timestamp: 1699854589686
- platform: linux-64
name: libclang13
version: 17.0.5
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libllvm17 >=17.0.5,<17.1.0a0
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-17.0.5-default_h4d60ac6_0.conda
hash:
md5: 6ba4c0273e7e1dae744d0aa7d62f4d35
sha256: 2dc99cc2060bd3e112523efaca76e29a5f4e7808c55663fe5475e1347663bf99
build: default_h4d60ac6_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 10531072
timestamp: 1700030055297
- platform: linux-64
name: libcurl
version: 8.4.0
category: main
manager: conda
dependencies:
- krb5 >=1.21.2,<1.22.0a0
- libgcc-ng >=12
- libnghttp2 >=1.52.0,<2.0a0
- libssh2 >=1.11.0,<2.0a0
- libzlib >=1.2.13,<1.3.0a0
- openssl >=3.1.3,<4.0a0
- zstd >=1.5.5,<1.6.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.4.0-hca28451_0.conda
hash:
md5: 1158ac1d2613b28685644931f11ee807
sha256: 25f4b6a8827d7b17a66e0bd9b5d194bf9a9e4a46fb14e2ef472fdad4b39426a6
build: hca28451_0
arch: x86_64
subdir: linux-64
build_number: 0
license: curl
license_family: MIT
size: 386160
timestamp: 1697009208544
- platform: linux-64
name: libedit
version: 3.1.20191231
category: main
manager: conda
dependencies:
- libgcc-ng >=7.5.0
- ncurses >=6.2,<7.0.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2
hash:
md5: 4d331e44109e3f0e19b4cb8f9b82f3e1
sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf
build: he28a2e2_2
arch: x86_64
subdir: linux-64
build_number: 2
license: BSD-2-Clause
license_family: BSD
size: 123878
timestamp: 1597616541093
- platform: linux-64
name: libev
version: '4.33'
category: main
manager: conda
dependencies:
- libgcc-ng >=7.5.0
url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2
hash:
md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3
sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9
build: h516909a_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD-2-Clause
license_family: BSD
size: 106190
timestamp: 1598867915
- platform: linux-64
name: libexpat
version: 2.5.0
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda
hash:
md5: 6305a3dd2752c76335295da4e581f2fd
sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3
build: hcb278e6_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- expat 2.5.0.*
license: MIT
license_family: MIT
size: 77980
timestamp: 1680190528313
- platform: linux-64
name: libffi
version: 3.4.2
category: main
manager: conda
dependencies:
- libgcc-ng >=9.4.0
url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
hash:
md5: d645c6d2ac96843a2bfaccd2d62b3ac3
sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e
build: h7f98852_5
arch: x86_64
subdir: linux-64
build_number: 5
license: MIT
license_family: MIT
size: 58292
timestamp: 1636488182923
- platform: linux-64
name: libgcc-devel_linux-64
version: 13.2.0
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.2.0-ha9c7c90_103.conda
hash:
md5: db8cd1a871a07404d94f7dcc78c21a61
sha256: 656ec5ed716e5c7b6cca9a9406098dcd9a89b0193310930da391189c8eb44548
build: ha9c7c90_103
arch: x86_64
subdir: linux-64
build_number: 103
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
noarch: generic
size: 2578287
timestamp: 1699753507279
- platform: linux-64
name: libgcc-ng
version: 13.2.0
category: main
manager: conda
dependencies:
- _libgcc_mutex 0.1 conda_forge
- _openmp_mutex >=4.5
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_3.conda
hash: