-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
meta.yaml
527 lines (509 loc) · 24.7 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
{% set version = "2024.2.1" %}
# work-around for https://github.com/conda/conda-build/issues/5443
{% set intel_build_number = "dummy" %}
{% set intel_build_number = "1079" %} # [linux]
{% set intel_build_number = "1083" %} # [win]
{% set oneccl_version = "2021.13.1" %}
{% set oneccl_build_number = "31" %}
{% set tbb_version = "2021.13.1" %}
{% 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 dst_build_number = '1' %}
{% set build_number = intel_build_number|int + dst_build_number|int %}
package:
name: intel-compiler-repack
version: {{ version }}
source:
# Is there a better way to specify skipping the source if it does not exist? (so it matches 'skip: True' selectors)
- url: {{ intel_ch }}/{{ target_platform }}/intel-cmplr-lic-rt-{{ version }}-intel_{{ intel_build_number }}.tar.bz2
folder: intel-cmplr-lic-rt
sha256: 823fb3fe40fdef28e9a4ed8d7aea212ba82574b36eeb0377fa6cf8fc436c2184 # [linux64]
- url: {{ intel_ch }}/{{ target_platform }}/intel-cmplr-lib-rt-{{ version }}-intel_{{ intel_build_number }}.tar.bz2
folder: intel-cmplr-lib-rt
sha256: b4262c8f228426ead2c6566ef18ad53e9c83b5c6b6408c2af255fcd3d98cf10f # [linux64]
- url: {{ intel_ch }}/{{ target_platform }}/intel-cmplr-lib-ur-{{ version }}-intel_{{ intel_build_number }}.tar.bz2
folder: intel-cmplr-lib-ur
sha256: d0abdbc25b665594dfc585f948f1278eca965f30b89b474329ff0375f3c390b1 # [linux64]
- url: {{ intel_ch }}/{{ target_platform }}/intel-sycl-rt-{{ version }}-intel_{{ intel_build_number }}.tar.bz2
folder: intel-sycl-rt
sha256: 84397fb0fb1aaa3bd3cdb1cd77312013c86d231b01b582feb047991d9d1abf84 # [linux64]
- url: {{ intel_ch }}/{{ target_platform }}/intel-fortran-rt-{{ version }}-intel_{{ intel_build_number }}.tar.bz2
folder: intel-fortran-rt
sha256: 4d74764b111b283e0e9039647212be0c5d166c0a3df37fce074a7dd520f8ec47 # [linux64]
- url: {{ intel_ch }}/{{ target_platform }}/intel-opencl-rt-{{ version }}-intel_{{ intel_build_number }}.tar.bz2 # [linux64 or win64]
folder: intel-opencl-rt # [linux64 or win64]
sha256: 1cfb2421d215144f0843cbd6e279cc0df96f31c0ea56605b701e4ba8f429ee34 # [linux64]
- url: {{ intel_ch }}/{{ target_platform }}/dpcpp-cpp-rt-{{ version }}-intel_{{ intel_build_number }}.tar.bz2 # [not win32]
folder: dpcpp-cpp-rt # [not win32]
sha256: 58b58402b438c25f4270e303b417ccae02b46e2f0bb4e363c014897fb79e0aab # [linux64]
- url: {{ intel_ch }}/{{ target_platform }}/dpcpp_impl_{{ target_platform }}-{{ version }}-intel_{{ intel_build_number }}.tar.bz2 # [linux64 or win64]
folder: dpcpp_impl_{{ target_platform }} # [linux64 or win64]
sha256: eae3ff6d83299a73f1c2f6b390fcfc9c2150881ec90e5358be07ecd2ae3e0a40 # [linux64]
- url: {{ intel_ch }}/{{ target_platform }}/dpcpp_{{ target_platform }}-{{ version }}-intel_{{ intel_build_number }}.tar.bz2 # [linux64 or win64]
folder: dpcpp_{{ target_platform }} # [linux64 or win64]
sha256: 5f68fdb0ee377980cdcda414469e2d782b97bae4abea9d8183007469523b4724 # [linux64]
- url: {{ intel_ch }}/{{ target_platform }}/oneccl-devel-{{ oneccl_version }}-intel_{{ oneccl_build_number }}.tar.bz2 # [linux64]
folder: oneccl-devel # [linux64]
sha256: c61b156b9abfc751efa49a158811b0761a047033f5554ec8060ed106f9e6a4f5 # [linux64]
build:
number: {{ build_number }}
binary_relocation: False
detect_binary_files_with_prefix: False
skip: True # [not (linux64 or win)]
outputs:
- name: intel-cmplr-lic-rt
script: repack.sh # [unix]
script: repack.bat # [win]
build:
run_exports:
# This is just a license file package, so let's pin it strict.
- {{ pin_subpackage("intel-cmplr-lic-rt", exact=True) }}
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/articles/end-user-license-agreement.html
dev_url: https://software.intel.com/content/www/us/en/develop/articles/end-user-license-agreement.html
summary: Intel End User License Agreement for Developer Tools
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
license_file:
- intel-cmplr-lic-rt/info/licenses/license.txt
- intel-cmplr-lic-rt/info/licenses/tpp.txt
description: |
Intel End User License Agreement for Developer Tools.
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
commands:
- ls -A1 ${PREFIX}/licensing/compiler/* # [unix]
- dir %PREFIX%\licensing\compiler\* # [win]
- name: intel-cmplr-lib-rt
script: repack.sh # [unix]
script: repack.bat # [win]
build:
run_exports:
# Pin to year for now, similar to MKL.
- {{ pin_subpackage("intel-cmplr-lib-rt", max_pin="x") }}
requirements:
# Since it is repack, we do not need these packages in the build and host
# sections. However it is limitation of conda-build to check for library
# linking only for the packages that are presented in build and host and
# have run_export section.
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
host:
- zlib
# intel-cmplr-lic-rt is a license file, please do not remove.
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
run:
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-compiler.html
dev_url: https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top.html
summary: Runtime for Intel® C++ Compiler Classic
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
license_file:
- intel-cmplr-lib-rt/info/licenses/license.txt
- intel-cmplr-lib-rt/info/licenses/tpp.txt
description: |
Runtime for Intel® C++ Compiler Classic.
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
commands:
- ls -A1 ${PREFIX}/lib/* # [unix]
- dir %PREFIX%\Library\bin\* # [win]
- name: intel-cmplr-lib-ur
script: repack.sh # [unix]
script: repack.bat # [win]
build:
run_exports:
# Pin to year for now, similar to MKL.
- {{ pin_subpackage("intel-cmplr-lib-ur", max_pin="x") }}
requirements:
# Since it is repack, we do not need these packages in the build and host
# sections. However it is limitation of conda-build to check for library
# linking only for the packages that are presented in build and host and
# have run_export section.
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
# Pinning it on linux for now, because on windows it should be
# distributed with driver and because of the specific of the system
# level zero loader may be searched only in the system directories.
# TODO: check if windows libraries may be loaded from conda environment.
- level-zero-devel # [linux]
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
run:
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
# intel-cmplr-lic-rt is a license file, please do not remove.
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-compiler.html
dev_url: https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top.html
summary: Runtime for Intel® C++ Compiler Classic
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
license_file:
- intel-cmplr-lib-ur/info/licenses/license.txt
- intel-cmplr-lib-ur/info/licenses/tpp.txt
description: |
Runtime for Intel® C++ Compiler Classic.
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
commands:
- ls -A1 ${PREFIX}/lib/* # [unix]
- dir %PREFIX%\Library\bin\* # [win]
- test -f ${PREFIX}/lib/libur_loader.so # [linux]
- name: intel-sycl-rt
script: repack.sh # [unix]
script: repack.bat # [win]
build:
run_exports:
# Pin to year for now, similar to MKL.
- {{ pin_subpackage("intel-sycl-rt", max_pin="x") }}
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [not linux]
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-ur', exact=True) }}
run:
# intel-cmplr-lic-rt is a license file, please do not remove.
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-ur', exact=True) }}
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/articles/end-user-license-agreement.html
dev_url: https://software.intel.com/content/www/us/en/develop/articles/end-user-license-agreement.html
summary: Intel End User License Agreement for Developer Tools
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
license_file:
- intel-sycl-rt/info/licenses/license.txt
- intel-sycl-rt/info/licenses/tpp.txt
description: |
Intel End User License Agreement for Developer Tools.
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
commands:
- ls -A1 ${PREFIX}/licensing/compiler/* # [unix]
- dir %PREFIX%\licensing\compiler\* # [win]
- name: intel-fortran-rt
script: repack.sh # [unix]
script: repack.bat # [win]
build:
run_exports:
# Pin to year for now, similar to MKL.
- {{ pin_subpackage("intel-fortran-rt", max_pin="x") }}
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- patchelf # [linux]
host:
- mpich # [linux]
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
run:
- _openmp_mutex * *_llvm # [linux]
- llvm-openmp # [not linux]
# intel-cmplr-lic-rt is a license file, please do not remove.
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/fortran-compiler.html
dev_url: https://software.intel.com/content/www/us/en/develop/documentation/fortran-compiler-oneapi-dev-guide-and-reference/top.html
summary: Runtime for Intel® Fortran Compiler Classic and Intel® Fortran Compiler (Beta)
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
license_file:
- intel-fortran-rt/info/licenses/license.txt
- intel-fortran-rt/info/licenses/tpp.txt
description: |
Runtime for Intel® Fortran Compiler Classic and Intel® Fortran Compiler (Beta).
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
commands:
- ls -A1 ${PREFIX}/lib/* # [unix]
- dir %PREFIX%\Library\bin\* # [win]
- name: intel-opencl-rt
script: opencl-rt-build.sh # [unix]
script: opencl-rt-bld.bat # [win]
build:
skip: True # [win32]
binary_relocation: False # [win]
run_exports:
# Pin to year for now, similar to MKL.
- {{ pin_subpackage("intel-opencl-rt", max_pin="x") }}
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
- patchelf # [linux]
- python * # [win]
host:
# We don't dynamically link to tbb, ocl loader and zlib, libxml2 the way
# conda can detect, but we need to add them anyway to make it run.
- tbb-devel {{ tbb_version.split('.')[0] }}.*
# OpenCL loader is not in dependency of this package, but without it
# the library is useless. Should user request OpenCL loader explicitly
# in downstream recipes?
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
# TODO: do we need zlib and libxml2 here?
- zlib
- libxml2
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
run:
# intel-cmplr-lic-rt is a license file, please do not remove.
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/tools.html
dev_url: https://software.intel.com/content/www/us/en/develop/tools.html
summary: Intel® CPU Runtime for OpenCL(TM) Applications
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
license_file:
- intel-opencl-rt/info/licenses/license.txt
- intel-opencl-rt/info/licenses/tpp.txt
description: |
Intel® CPU Runtime for OpenCL(TM) Applications
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
requires:
- pyopencl
- curl
commands:
- test -f $PREFIX/lib/intel-ocl-cpu/libintelocl.so # [linux]
- type %PREFIX%\Library\bin\intel-ocl-cpu\cl.cfg # [win]
- export OCL_ICD_DEBUG=7 # [linux]
- curl -O https://raw.githubusercontent.com/inducer/pyopencl/v2021.2.13/examples/demo.py
- export PYOPENCL_CTX=intel # [unix]
- set PYOPENCL_CTX=intel # [win]
- python demo.py
- name: dpcpp-cpp-rt
script: repack.sh # [unix]
script: repack.bat # [win]
build:
skip: True # [win32]
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-ur', exact=True) }}
- {{ pin_subpackage('intel-opencl-rt', exact=True) }}
- {{ pin_subpackage('intel-sycl-rt', exact=True) }}
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [win]
run:
- _openmp_mutex * *_llvm # [linux]
- llvm-openmp # [not linux]
# intel-cmplr-lic-rt is a license file, please do not remove.
- {{ pin_subpackage('intel-cmplr-lic-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-ur', exact=True) }}
- {{ pin_subpackage('intel-opencl-rt', exact=True) }}
- {{ pin_subpackage('intel-sycl-rt', exact=True) }}
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-compiler.html
dev_url: https://software.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top.html
summary: Runtime for Intel® oneAPI DPC++/C++ Compiler
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
license_file:
- dpcpp-cpp-rt/info/licenses/license.txt
- dpcpp-cpp-rt/info/licenses/tpp.txt
description: |
Runtime for Intel® oneAPI DPC++/C++ Compiler.
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
commands:
- ls -A1 $PREFIX/lib/* # [unix]
- dir %PREFIX%\Library\bin\* # [win]
- name: dpcpp_impl_{{ target_platform }}
script: repack.sh # [unix]
script: repack.bat # [win]
build:
skip: True # [not (linux64 or win64)]
binary_relocation: False
overlinking_ignore_patterns:
- "**"
ignore_run_exports_from:
- {{ c_stdlib }}_{{ target_platform }}
run_exports:
# 1. strong so it gets added if this package is in the build requirement section.
# 2. Pin to year for now, similar to MKL.
strong:
- {{ pin_subpackage("dpcpp-cpp-rt", max_pin="x") }}
- {{ pin_compatible("libgcc-ng") }} # [linux64]
- {{ pin_compatible("libstdcxx-ng") }} # [linux64]
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- zlib
- libxml2
- ocl-icd # [linux]
- khronos-opencl-icd-loader # [not linux]
- {{ pin_subpackage('dpcpp-cpp-rt', exact=True) }}
# FIXME due to a conda-build bug, we need to tell conda-build that dpcpp-cpp-rt depends
# on llvm openmp instead of gnu
- _openmp_mutex * *_llvm # [linux]
- llvm-openmp # [not linux]
run:
- {{ pin_subpackage('dpcpp-cpp-rt', exact=True) }}
- binutils_impl_{{ target_platform }} >={{ binutils_version }} # [linux]
- libgcc-devel_{{ target_platform }} >={{ c_compiler_version }} # [linux]
- libstdcxx-devel_{{ target_platform }} >={{ cxx_compiler_version }} # [linux]
# None of the other compilers pin to sysroot, so we don't either. It
# also appears that sysroot version must be aligned with host system,
# e.g.:
# https://github.com/conda-forge/ctng-compiler-activation-feedstock/issues/108
- {{ c_stdlib }}_{{ target_platform }} # [not linux]
# We setting up minimal version for sysroot cause it is a requirement
# of dpcpp compiler
- {{ c_stdlib }}_{{ target_platform }} >={{ c_stdlib_version }} # [linux]
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-compiler.html
dev_url: https://software.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top.html
summary: Implementation for Intel® oneAPI DPC++/C++ Compiler
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
license_file:
- dpcpp_impl_{{ target_platform }}/info/licenses/license.txt # [linux64 or win64]
- dpcpp_impl_{{ target_platform }}/info/licenses/tpp.txt # [linux64 or win64]
description: |
Implementation for Intel® oneAPI DPC++/C++ Compiler.
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
commands:
- ls -A1 ${PREFIX}/bin/* # [unix]
- ls -A1 ${PREFIX}/include/* # [unix]
- ls -A1 ${PREFIX}/lib/* # [unix]
- test -f ${PREFIX}/include/sycl/CL/sycl.hpp # [unix]
- dir %PREFIX%\Library\bin\* # [win]
- dir %PREFIX%\Library\lib\* # [win]
- icx --version
- icpx --version
- name: dpcpp_{{ target_platform }}
script: install_activate.sh # [unix]
script: install_activate.bat # [win]
build:
skip: True # [not (linux64 or win64)]
run_exports:
# 1. strong so it gets added if this package is in the build requirement section.
# 2. Pin to year for now, similar to MKL.
strong:
- {{ pin_subpackage("dpcpp-cpp-rt", max_pin="x") }}
requirements:
run:
- {{ pin_subpackage('dpcpp_impl_' ~ target_platform, exact=True) }}
- binutils_{{ target_platform }} >={{ binutils_version }} # [linux]
- {{ c_stdlib }}_{{ target_platform }}
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-compiler.html
dev_url: https://software.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top.html
summary: Implementation for Intel® oneAPI DPC++/C++ Compiler
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
license_file: # [linux64 or win64]
- dpcpp_impl_{{ target_platform }}/info/licenses/license.txt # [linux64 or win64]
- dpcpp_impl_{{ target_platform }}/info/licenses/tpp.txt # [linux64 or win64]
description: |
Activation for Intel® oneAPI DPC++/C++ Compiler.
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
requires:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
files:
- simple.cpp
commands:
- ls -A1 ${PREFIX}/bin/* # [unix]
- ls -A1 ${PREFIX}/include/* # [unix]
- ls -A1 ${PREFIX}/lib/* # [unix]
- dir %PREFIX%\Library\bin\* # [win]
- dir %PREFIX%\Library\lib\* # [win]
- icpx -fsycl ${CXXFLAGS} simple.cpp ${LDFLAGS} -lpthread -o simple.exe # [unix]
- icpx -fsycl simple.cpp -I%PREFIX%\include -o simple.exe # [win]
- name: oneccl-devel
version: {{ oneccl_version }}
script: repack.sh # [unix]
build:
number: {{ oneccl_build_number|int + dst_build_number|int }}
skip: True # [not linux64]
missing_dso_whitelist:
- '**/libfabric.so.1'
- '**/libze_loader.so.1'
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
- {{ pin_subpackage('dpcpp-cpp-rt', exact=True) }}
- {{ pin_subpackage('intel-sycl-rt', exact=True) }}
# FIXME due to a conda-build bug, we need to tell conda-build that dpcpp-cpp-rt depends
# on llvm openmp instead of gnu
- _openmp_mutex * *_llvm # [linux]
- llvm-openmp # [not linux]
run:
- {{ pin_subpackage('intel-sycl-rt', exact=True) }}
- {{ pin_subpackage('intel-cmplr-lib-rt', exact=True) }}
- {{ pin_subpackage('dpcpp-cpp-rt', exact=True) }}
about:
home: https://software.intel.com/content/www/us/en/develop/tools.html
doc_url: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/oneccl.htm
dev_url: https://software.intel.com/content/www/us/en/develop/documentation/oneccl-developer-guide-and-reference/top.html
summary: Intel® oneAPI Collective Communications Library*
license: LicenseRef-Proprietary-Intel-Simplified-Software-License
license_family: Proprietary
license_file:
- oneccl-devel/info/licenses/license.txt
- oneccl-devel/info/licenses/tpp.txt
description: |
Intel® oneAPI Collective Communications Library*.
This package is a repackaged set of binaries obtained directly from Intel's Anaconda.org channel.
test:
commands:
- ls -A1 $PREFIX/lib/* # [unix]
about:
home: https://github.com/AnacondaRecipes/intel-compilers-repack-feedstock
license: LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools
license_family: Proprietary
summary: 'Repackaged Intel® compilers and runtimes.'
extra:
recipe-maintainers:
- napetrov
- tomashek
- oleksandr-pavlyk
- ZzEeKkAa