-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
meta.yaml
executable file
·975 lines (944 loc) · 43.2 KB
/
meta.yaml
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
{% set tbb_version = "2022.0.0" %}
# this variable defines oneMKL specific version
{% set mkl_version = "2025.0.0" %}
# this variable defines oneMKL specific buildnum
{% set mkl_buildnum = "" %}
{% set mkl_buildnum = "939" %} # [linux]
{% set mkl_buildnum = "928" %} # [win]
# this variable defines oneDAL specific version
{% set dal_version = "2025.0.0" %}
# this variable defines oneDAL specific buildnum
{% set dal_buildnum = "" %}
{% set dal_buildnum = "957" %} # [linux]
{% set dal_buildnum = "947" %} # [win]
# this variable defines openmp specific version
{% set openmp_version = "2025.0.0" %}
# this variable defines openmp specific buildnum
{% set openmp_buildnum = "" %}
{% set openmp_buildnum = "1169" %} # [linux]
{% set openmp_buildnum = "1162" %} # [win]
# this variable defines impi specific version
{% set impi_version = "2021.14.0" %}
# this variable defines impi specific buildnum
{% set impi_buildnum = "" %}
{% set impi_buildnum = "790" %} # [linux]
{% set impi_buildnum = "784" %} # [win]
# this variable defines onedpl specific version
{% set onedpl_version = "2022.6.1" %}
# this variable defines onedpl specific buildnum
{% set onedpl_buildnum = "12" %} # [linux]
{% set onedpl_buildnum = "11" %} # [win]
{% set my_channel_targets = channel_targets if channel_targets is defined else ['conda-forge', 'defaults'] %}
{% set intel_ch = "https://software.repos.intel.com/python/conda" %}
# use this if our build script changes and we need to increment beyond intel's version
{% set dstbuildnum = '2' %}
# We need intel-openmp because it contains VCOMP symbols on windows in order to
# pytorch work. Those are deprecated symbols and should be removed in the
# future.
# https://github.com/conda-forge/intel_repack-feedstock/issues/59#issuecomment-1790007397
# More info about OpenMP mutex could be found on conda-forge wiki:
# https://conda-forge.org/docs/maintainer/knowledge_base/#openmp
{% set openmp_pkg = "llvm-openmp" %}
{% set openmp_mutex = "- _openmp_mutex * *_llvm" %}
{% if win or 'conda-forge' not in my_channel_targets %}
{% set openmp_pkg = "intel-openmp " ~ openmp_version.split('.')[0] ~ ".*" %}
# There is no mutex for intel-openmp, so we don't need it
{% set openmp_mutex = "" %}
{% endif %}
package:
name: intel_repack
# Use oneDAL as overall repack package version
version: {{ dal_version }}
source:
- url: {{ intel_ch }}/{{ target_platform }}/mkl-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: mkl
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/mkl-devel-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: mkl-devel
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/mkl-include-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: mkl-include
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/mkl-static-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: mkl-static
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/onemkl-sycl-blas-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: onemkl-sycl-blas
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/onemkl-sycl-datafitting-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: onemkl-sycl-datafitting
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/onemkl-sycl-dft-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: onemkl-sycl-dft
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/onemkl-sycl-lapack-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: onemkl-sycl-lapack
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/onemkl-sycl-rng-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: onemkl-sycl-rng
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/onemkl-sycl-sparse-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: onemkl-sycl-sparse
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/onemkl-sycl-stats-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: onemkl-sycl-stats
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/onemkl-sycl-vm-{{ mkl_version }}-intel_{{ mkl_buildnum }}.tar.bz2
folder: onemkl-sycl-vm
no_hoist: true
{% if win or 'conda-forge' not in my_channel_targets %}
- url: {{ intel_ch }}/{{ target_platform }}/intel-openmp-{{ openmp_version }}-intel_{{ openmp_buildnum }}.tar.bz2
folder: intel-openmp
no_hoist: true
{% endif %}
- url: {{ intel_ch }}/{{ target_platform }}/dal-{{ dal_version }}-intel_{{ dal_buildnum }}.tar.bz2
folder: dal
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/dal-include-{{ dal_version }}-intel_{{ dal_buildnum }}.tar.bz2
folder: dal-include
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/dal-static-{{ dal_version }}-intel_{{ dal_buildnum }}.tar.bz2
folder: dal-static
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/dal-devel-{{ dal_version }}-intel_{{ dal_buildnum }}.tar.bz2
folder: dal-devel
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/impi_rt-{{ impi_version }}-intel_{{ impi_buildnum }}.tar.bz2
folder: impi_rt
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/impi-devel-{{ impi_version }}-intel_{{ impi_buildnum }}.tar.bz2
folder: impi-devel
no_hoist: true
- url: {{ intel_ch }}/{{ target_platform }}/onedpl-devel-{{ onedpl_version }}-intel_{{ onedpl_buildnum }}.tar.bz2
folder: onedpl-devel
no_hoist: true
build:
number: {{ dal_buildnum|int + dstbuildnum|int }}
binary_relocation: false
detect_binary_files_with_prefix: false
skip: True # [not (linux64 or win)]
outputs:
- name: mkl
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- {{ openmp_pkg }}
{{ openmp_mutex }}
host:
- tbb-devel {{ tbb_version.split('.')[0] }}.*
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- mkl/info/licenses/license.txt
- mkl/info/licenses/tpp.txt
summary: Intel® oneAPI Math Kernel Library runtime libraries
description: |
Intel® oneAPI Math Kernel Library is Intel®-Optimized Math Library for Numerical Computing on CPUs & GPUs
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_core.so.2 # [linux]
- if not exist %LIBRARY_BIN%\\mkl_core.2.dll exit 1 # [win]
- name: mkl-include
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ mkl_buildnum|int + dstbuildnum|int }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- mkl-include/info/licenses/license.txt
- mkl-include/info/licenses/tpp.txt
summary: Headers for building against Intel® oneMKL libraries
description: |
Intel® oneAPI Math Kernel Library headers for developing software that uses oneMKL
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/include/* # [linux]
- test -f $PREFIX/include/mkl.h # [linux]
- if not exist %LIBRARY_INC%\\mkl.h exit 1 # [win]
- name: onemkl-sycl-blas
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
build:
ignore_run_exports_from:
{{ openmp_mutex }}
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
build:
- {{ compiler('c') }}
- {{ c_stdlib }}_{{ target_platform }} {{ c_stdlib_sycl_version }} # [linux]
- {{ stdlib('c') }} # [not linux]
{{ openmp_mutex }}
host:
- intel-sycl-rt {{ mkl_version.split('.')[0] }}.*
# cpu runtime
- intel-opencl-rt {{ mkl_version.split('.')[0] }}.*
{{ openmp_mutex }}
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
run:
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- onemkl-sycl-blas/info/licenses/license.txt
- onemkl-sycl-blas/info/licenses/tpp.txt
summary: Intel® oneAPI Math Kernel Library runtime libraries
description: |
Intel® oneAPI Math Kernel Library is Intel®-Optimized Math Library for Numerical Computing on CPUs & GPUs
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_sycl_blas.so.5 # [linux]
- if not exist %LIBRARY_BIN%\\mkl_sycl_blas.5.dll exit 1 # [win]
- name: onemkl-sycl-datafitting
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
build:
ignore_run_exports_from:
{{ openmp_mutex }}
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
build:
- {{ compiler('c') }}
- {{ c_stdlib }}_{{ target_platform }} {{ c_stdlib_sycl_version }} # [linux]
- {{ stdlib('c') }} # [not linux]
{{ openmp_mutex }}
host:
- intel-sycl-rt {{ mkl_version.split('.')[0] }}.*
# cpu runtime
- intel-opencl-rt {{ mkl_version.split('.')[0] }}.*
{{ openmp_mutex }}
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
run:
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- onemkl-sycl-datafitting/info/licenses/license.txt
- onemkl-sycl-datafitting/info/licenses/tpp.txt
summary: Intel® oneAPI Math Kernel Library runtime libraries
description: |
Intel® oneAPI Math Kernel Library is Intel®-Optimized Math Library for Numerical Computing on CPUs & GPUs
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_sycl_data_fitting.so.5 # [linux]
- if not exist %LIBRARY_BIN%\\mkl_sycl_data_fitting.5.dll exit 1 # [win]
- name: onemkl-sycl-dft
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
build:
ignore_run_exports_from:
{{ openmp_mutex }}
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
build:
- {{ compiler('c') }}
- {{ c_stdlib }}_{{ target_platform }} {{ c_stdlib_sycl_version }} # [linux]
- {{ stdlib('c') }} # [not linux]
{{ openmp_mutex }}
host:
- intel-sycl-rt {{ mkl_version.split('.')[0] }}.*
# cpu runtime
- intel-opencl-rt {{ mkl_version.split('.')[0] }}.*
{{ openmp_mutex }}
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
run:
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- onemkl-sycl-dft/info/licenses/license.txt
- onemkl-sycl-dft/info/licenses/tpp.txt
summary: Intel® oneAPI Math Kernel Library runtime libraries
description: |
Intel® oneAPI Math Kernel Library is Intel®-Optimized Math Library for Numerical Computing on CPUs & GPUs
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_sycl_dft.so.5 # [linux]
- if not exist %LIBRARY_BIN%\\mkl_sycl_dft.5.dll exit 1 # [win]
- name: onemkl-sycl-lapack
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
build:
ignore_run_exports_from:
{{ openmp_mutex }}
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
build:
- {{ compiler('c') }}
- {{ c_stdlib }}_{{ target_platform }} {{ c_stdlib_sycl_version }} # [linux]
- {{ stdlib('c') }} # [not linux]
{{ openmp_mutex }}
host:
- intel-sycl-rt {{ mkl_version.split('.')[0] }}.*
# cpu runtime
- intel-opencl-rt {{ mkl_version.split('.')[0] }}.*
{{ openmp_mutex }}
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
- {{ pin_subpackage('onemkl-sycl-blas', exact=True) }}
run:
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
- {{ pin_subpackage('onemkl-sycl-blas', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- onemkl-sycl-lapack/info/licenses/license.txt
- onemkl-sycl-lapack/info/licenses/tpp.txt
summary: Intel® oneAPI Math Kernel Library runtime libraries
description: |
Intel® oneAPI Math Kernel Library is Intel®-Optimized Math Library for Numerical Computing on CPUs & GPUs
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_sycl_lapack.so.5 # [linux]
- if not exist %LIBRARY_BIN%\\mkl_sycl_lapack.5.dll exit 1 # [win]
- name: onemkl-sycl-rng
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
build:
ignore_run_exports_from:
{{ openmp_mutex }}
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
build:
- {{ compiler('c') }}
- {{ c_stdlib }}_{{ target_platform }} {{ c_stdlib_sycl_version }} # [linux]
- {{ stdlib('c') }} # [not linux]
{{ openmp_mutex }}
host:
- intel-sycl-rt {{ mkl_version.split('.')[0] }}.*
# cpu runtime
- intel-opencl-rt {{ mkl_version.split('.')[0] }}.*
{{ openmp_mutex }}
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
run:
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- onemkl-sycl-rng/info/licenses/license.txt
- onemkl-sycl-rng/info/licenses/tpp.txt
summary: Intel® oneAPI Math Kernel Library runtime libraries
description: |
Intel® oneAPI Math Kernel Library is Intel®-Optimized Math Library for Numerical Computing on CPUs & GPUs
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_sycl_rng.so.5 # [linux]
- if not exist %LIBRARY_BIN%\\mkl_sycl_rng.5.dll exit 1 # [win]
- name: onemkl-sycl-sparse
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
build:
ignore_run_exports_from:
{{ openmp_mutex }}
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
build:
- {{ compiler('c') }}
- {{ c_stdlib }}_{{ target_platform }} {{ c_stdlib_sycl_version }} # [linux]
- {{ stdlib('c') }} # [not linux]
{{ openmp_mutex }}
host:
- intel-sycl-rt {{ mkl_version.split('.')[0] }}.*
# cpu runtime
- intel-opencl-rt {{ mkl_version.split('.')[0] }}.*
{{ openmp_mutex }}
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
- {{ pin_subpackage('onemkl-sycl-blas', exact=True) }}
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
run:
- {{ pin_subpackage('onemkl-sycl-blas', exact=True) }}
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- onemkl-sycl-sparse/info/licenses/license.txt
- onemkl-sycl-sparse/info/licenses/tpp.txt
summary: Intel® oneAPI Math Kernel Library runtime libraries
description: |
Intel® oneAPI Math Kernel Library is Intel®-Optimized Math Library for Numerical Computing on CPUs & GPUs
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_sycl_sparse.so.5 # [linux]
- if not exist %LIBRARY_BIN%\\mkl_sycl_sparse.5.dll exit 1 # [win]
- name: onemkl-sycl-stats
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
build:
ignore_run_exports_from:
{{ openmp_mutex }}
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
build:
- {{ compiler('c') }}
- {{ c_stdlib }}_{{ target_platform }} {{ c_stdlib_sycl_version }} # [linux]
- {{ stdlib('c') }} # [not linux]
{{ openmp_mutex }}
host:
- intel-sycl-rt {{ mkl_version.split('.')[0] }}.*
# cpu runtime
- intel-opencl-rt {{ mkl_version.split('.')[0] }}.*
{{ openmp_mutex }}
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
run:
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- onemkl-sycl-stats/info/licenses/license.txt
- onemkl-sycl-stats/info/licenses/tpp.txt
summary: Intel® oneAPI Math Kernel Library runtime libraries
description: |
Intel® oneAPI Math Kernel Library is Intel®-Optimized Math Library for Numerical Computing on CPUs & GPUs
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_sycl_stats.so.5 # [linux]
- if not exist %LIBRARY_BIN%\\mkl_sycl_stats.5.dll exit 1 # [win]
- name: onemkl-sycl-vm
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
build:
ignore_run_exports_from:
{{ openmp_mutex }}
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
build:
- {{ compiler('c') }}
- {{ c_stdlib }}_{{ target_platform }} {{ c_stdlib_sycl_version }} # [linux]
- {{ stdlib('c') }} # [not linux]
{{ openmp_mutex }}
host:
- intel-sycl-rt {{ mkl_version.split('.')[0] }}.*
# cpu runtime
- intel-opencl-rt {{ mkl_version.split('.')[0] }}.*
{{ openmp_mutex }}
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
run:
# We need mkl because onemkl-sycl-* packages uses symbols from mkl, but
# not linked directly so you can chose different implementations.
# More information could be found at:
# https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-linux/2025-0/layered-model-concept.html
- {{ pin_subpackage('mkl', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- onemkl-sycl-vm/info/licenses/license.txt
- onemkl-sycl-vm/info/licenses/tpp.txt
summary: Intel® oneAPI Math Kernel Library runtime libraries
description: |
Intel® oneAPI Math Kernel Library is Intel®-Optimized Math Library for Numerical Computing on CPUs & GPUs
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_sycl_vm.so.5 # [linux]
- if not exist %LIBRARY_BIN%\\mkl_sycl_vm.5.dll exit 1 # [win]
{% if win or 'conda-forge' not in my_channel_targets %}
- name: intel-openmp
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ openmp_buildnum|int + dstbuildnum|int }}
version: {{ openmp_version }}
build:
host:
- intel-cmplr-lib-ur {{ openmp_version.split('.')[0] }}.*
run_constrained:
# prevent clobbering if user tries to install llvm's implementation
# TODO: use intel mutex or build windows torch in conda-froge
# https://github.com/conda-forge/intel-graphics-compiler-feedstock/pull/59
- llvm-openmp <0a0
about:
home: https://www.intel.com/content/www/us/en/developer/tools/overview.html
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- intel-openmp/info/licenses/license.txt
- intel-openmp/info/licenses/tpp.txt
summary: Intel® oneAPI Compiler OpenMP runtime
description: |
Intel® oneAPI Compiler OpenMP runtime implementation
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/overview.html
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libomp5.so # [linux]
- if not exist %LIBRARY_BIN%\\omptarget.dll exit 1 # [win]
{% endif %}
{% if 'conda-forge' not in my_channel_targets %}
# mutex package to keep only one blas implementation in a given env
- name: blas
version: 1.0
build:
string: mkl
test:
commands:
- echo 'works!'
about:
home: https://github.com/conda-forge/intel_repack-feedstock
license: BSD-3-Clause
license_file: ANACONDA_LICENSE
summary: 'BLAS mutex for MKL'
{% endif %}
- name: mkl-devel
version: {{ mkl_version }}
script: install-devel.sh # [linux]
script: install-devel.bat # [win]
number: {{ mkl_buildnum|int + dstbuildnum|int }}
build:
run_exports:
- {{ pin_subpackage('mkl') }}
{% if 'conda-forge' not in my_channel_targets %}
- {{ pin_subpackage('blas', exact=True) }}
{% endif %}
requirements:
run:
- {{ pin_subpackage('mkl', exact=True) }}
- {{ pin_subpackage('mkl-include', exact=True) }}
{% if 'conda-forge' not in my_channel_targets %}
- blas * mkl
{% endif %}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
summary: Devel package for building against Intel® oneMKL libraries
description: |
Intel® oneAPI Math Kernel Library headers and libraries for developing software that uses oneMKL
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- mkl-devel/info/licenses/license.txt
- mkl-devel/info/licenses/tpp.txt
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- ls -A $PREFIX/include/* # [linux]
- ls -A $PREFIX/lib/pkgconfig/* # [linux]
- test -f $PREFIX/lib/pkgconfig/mkl-sdl.pc # [linux]
- if not exist %LIBRARY_LIB%\\pkgconfig\\mkl-sdl.pc exit 1 # [win]
- name: mkl-static
version: {{ mkl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ mkl_buildnum|int + dstbuildnum|int }}
requirements:
run:
- {{ pin_subpackage('mkl-include', exact=True) }}
- tbb {{ tbb_version.split('.')[0] }}.*
{% if win or 'conda-forge' not in my_channel_targets %}
- intel-openmp {{ openmp_version.split('.')[0] }}.*
{% else %}
- llvm-openmp
{% endif %}
{% if 'conda-forge' not in my_channel_targets %}
- blas * mkl
{% endif %}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
summary: Static libraries for Intel® oneMKL libraries
description: |
Intel® oneAPI Math Kernel Library static libraries for developing software that uses oneMKL
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- mkl-static/info/licenses/license.txt
- mkl-static/info/licenses/tpp.txt
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libmkl_core.a # [linux]
- if not exist %LIBRARY_LIB%\\mkl_core.lib exit 1 # [win]
- name: dal
version: {{ dal_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ dal_buildnum|int + dstbuildnum|int }}
build:
binary_relocation: false
detect_binary_files_with_prefix: false
missing_dso_whitelist:
# normal linux stuff that would go away if we had libgcc-ng in the run deps
- /lib*/ld-linux.so.2
- /lib64/ld-linux-x86-64.so.2
- /lib*/libpthread.so.0
- /lib*/libdl.so.2
- /lib*/libgcc_s.so.1
- /lib*/libc.so.6
- /lib*/libm.so.6
- lib/libgcc_s.so.1
# these two really shouldn't be here. See mkl_repack_and_patchelf.sh
- libiomp5.so
- libcoi_device.so.0
- /usr/lib/libstdc++.so.6 # [linux]
- /usr/lib64/libstdc++.so.6 # [linux]
# hooray, windows
- "C:\\Windows\\System32\\WINTRUST.dll"
requirements:
host:
- tbb {{ tbb_version.split('.')[0] }}.*
run:
- tbb {{ tbb_version.split('.')[0] }}.*
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal.html
summary: Intel® oneDAL runtime libraries
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- dal/info/licenses/license.txt
- dal/info/licenses/tpp.txt
description: |
Intel® oneAPI Data Analytics Library (Intel® oneDAL) is the library of Intel® architecture
optimized building blocks covering all stages of data analytics: data acquisition from a data
source, preprocessing, transformation, data mining, modeling, validation, and decision making.
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: http://oneapi-src.github.io/oneDAL/
test:
commands:
- test -f $PREFIX/lib/libonedal.so.3 # [linux]
- if not exist %LIBRARY_BIN%\\onedal.3.dll exit 1 # [win]
- name: dal-include
version: {{ dal_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ dal_buildnum|int + dstbuildnum|int }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal.html
summary: Headers for building against Intel® oneDAL libraries
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- dal-include/info/licenses/license.txt
- dal-include/info/licenses/tpp.txt
description: |
Intel® oneAPI Data Analytics Library (Intel® oneDAL) is the library of Intel® architecture
optimized building blocks covering all stages of data analytics: data acquisition from a data
source, preprocessing, transformation, data mining, modeling, validation, and decision making.
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: http://oneapi-src.github.io/oneDAL/
test:
commands:
- ls -A $PREFIX/include/* # [linux]
- test -f $PREFIX/include/daal.h # [linux]
- name: dal-static
version: {{ dal_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ dal_buildnum|int + dstbuildnum|int }}
requirements:
host:
- tbb-devel {{ tbb_version.split('.')[0] }}.*
run:
- {{ pin_subpackage('dal-include', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal.html
summary: Static libraries for Intel® oneDAL
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- dal-static/info/licenses/license.txt
- dal-static/info/licenses/tpp.txt
description: |
Intel® oneAPI Data Analytics Library (Intel® oneDAL) is the library of Intel® architecture
optimized building blocks covering all stages of data analytics: data acquisition from a data
source, preprocessing, transformation, data mining, modeling, validation, and decision making.
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: http://oneapi-src.github.io/oneDAL/
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libonedal.a # [linux]
- test -f $PREFIX/lib/libonedal_core.a # [linux]
- if not exist %LIBRARY_LIB%\\onedal.lib exit 1 # [win]
- if not exist %LIBRARY_LIB%\\onedal_core.lib exit 1 # [win]
- name: dal-devel
version: {{ dal_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ dal_buildnum|int + dstbuildnum|int }}
run_exports:
- {{ pin_subpackage('dal') }}
requirements:
run:
- {{ pin_subpackage('dal-include', exact=True) }}
- {{ pin_subpackage('dal', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal.html
summary: Devel package for building against Intel® oneDAL shared libraries
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- dal-devel/info/licenses/license.txt
- dal-devel/info/licenses/tpp.txt
description: |
Intel® oneAPI Data Analytics Library (Intel® oneDAL) is the library of Intel® architecture
optimized building blocks covering all stages of data analytics: data acquisition from a data
source, preprocessing, transformation, data mining, modeling, validation, and decision making.
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: http://oneapi-src.github.io/oneDAL/
test:
commands:
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/lib/libonedal_sycl.a # [linux]
- if not exist %LIBRARY_LIB%\\onedal_sycl.lib exit 1 # [win]
- if not exist %LIBRARY_LIB%\\onedal_dpc_dll.lib exit 1 # [win]
- if not exist %LIBRARY_LIB%\\onedal_dll.lib exit 1 # [win]
- if not exist %LIBRARY_LIB%\\onedal_core_dll.lib exit 1 # [win]
- name: impi_rt
version: {{ impi_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ impi_buildnum|int + dstbuildnum|int }} # [linux or win]
build:
detect_binary_files_with_prefix: false
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- {{ openmp_pkg }}
run:
- mpi 1.0 impi
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/mpi-library.html
summary: Intel® MPI Library
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- impi_rt/info/licenses/license.txt
- impi_rt/info/licenses/tpp.txt
description: |
Intel® MPI Library is a multifabric message-passing library that implements the open
source MPICH specification. Use the library to create, maintain, and test advanced,
complex applications that perform better on HPC clusters based on Intel® and
compatible processors.
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/mpi-library.html
test:
commands:
- ls -A $PREFIX/bin/* # [linux]
- ls -A $PREFIX/lib/* # [linux]
- test -f $PREFIX/bin/mpiexec # [linux]
- test -f $PREFIX/bin/impi_info # [linux]
- test -f $PREFIX/lib/libmpi.so # [linux]
- if not exist %LIBRARY_BIN%\\mpiexec.exe exit 1 # [win]
- if not exist %LIBRARY_BIN%\\impi_info.exe exit 1 # [win]
- if not exist %LIBRARY_BIN%\\impi.dll exit 1 # [win]
- name: impi-devel
version: {{ impi_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ impi_buildnum|int + dstbuildnum|int }} # [linux or win]
build:
detect_binary_files_with_prefix: false
run_exports:
- {{ pin_subpackage('impi_rt', min_pin="x.x.x", max_pin="x.x.x") }}
requirements:
run:
- {{ pin_subpackage('impi_rt', exact=True) }}
about:
home: https://www.intel.com/content/www/us/en/developer/tools/oneapi/mpi-library.html
summary: Devel package for building against Intel® MPI libraries
license: LicenseRef-IntelSimplifiedSoftwareOct2022
license_family: Proprietary
license_file:
- impi-devel/info/licenses/license.txt
- impi-devel/info/licenses/tpp.txt
description: |
Intel® MPI Library is a multifabric message-passing library that implements the open
source MPICH specification. Use the library to create, maintain, and test advanced,
complex applications that perform better on HPC clusters based on Intel® and
compatible processors.
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://www.intel.com/content/www/us/en/developer/tools/oneapi/mpi-library.html
test:
commands:
- ls -A $PREFIX/bin/* # [linux]
- test -f $PREFIX/bin/mpicc # [linux]
- test -f $PREFIX/bin/mpifc # [linux]
- test -f $PREFIX/bin/mpicxx # [linux]
- test -f $PREFIX/include/mpi.h # [linux]
- if not exist %LIBRARY_BIN%\\mpicc.bat exit 1 # [win]
- if not exist %LIBRARY_BIN%\\mpicl.bat exit 1 # [win]
- if not exist %LIBRARY_BIN%\\mpifc.bat exit 1 # [win]
- if not exist %LIBRARY_BIN%\\mpicxx.bat exit 1 # [win]
- if not exist %LIBRARY_INC%\\mpi.h exit 1 # [win]
- if not exist %LIBRARY_LIB%\\impi.lib exit 1 # [win]
- name: onedpl-devel
version: {{ onedpl_version }}
script: repack.sh # [linux]
script: repack.bat # [win]
number: {{ onedpl_buildnum|int + dstbuildnum|int }} # [linux or win]
about:
home: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-library.html
summary: Intel® oneAPI DPC++ Library
license: Apache-2.0
license_file: clang/LICENSE.TXT
license_file:
- onedpl-devel/share/licensing/dpl/license.txt
- onedpl-devel/share/licensing/dpl/third-party-programs.txt
description: |
The Intel® oneAPI DPC++ Library (oneDPL) is a companion to the
Intel® oneAPI DPC++/C++ Compiler and provides an alternative for C++
developers who create heterogeneous applications and solutions. Its APIs
are based on familiar standards—C++ STL, Parallel STL (PSTL),
Boost.Compute, and SYCL*—to maximize productivity and performance across
CPUs, GPUs, and FPGAs.
This package is a repackaged set of binaries obtained directly from Intel\'s anaconda.org channel.
doc_url: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-library.html
test:
commands:
- ls -A $PREFIX/include/oneapi/* # [linux]
- test -f $PREFIX/include/oneapi/dpl/cmath # [linux]
- test -f $PREFIX/lib/cmake/oneDPL/oneDPLConfig.cmake # [linux]
- test -f $PREFIX/lib/pkgconfig/dpl.pc # [linux]
- if not exist %LIBRARY_INC%\\oneapi\\dpl\\cmath exit 1 # [win]
- if not exist %LIBRARY_LIB%\\cmake\\oneDPL\\oneDPLConfig.cmake exit 1 # [win]
- if not exist %LIBRARY_LIB%\\pkgconfig\\dpl.pc exit 1 # [win]
# please the linter
about:
home: https://github.com/conda-forge/intel_repack-feedstock
license: LicenseRef-IntelSimplifiedSoftwareOct2022
summary: 'Repackaged Intel libraries'
extra:
recipe-maintainers:
- isuruf
- beckermr
- napetrov
- oleksandr-pavlyk
- alexsandruss
- ZzEeKkAa