1
- {% set version = "0.6 .0" %} # PEP 386
1
+ {% set version = "0.9 .0" %} # PEP 386
2
2
3
- {% set number = "1 " %}
3
+ {% set number = "0 " %}
4
4
{% set cuda_enabled = cuda_compiler_version is not undefined and cuda_compiler_version == '11.0' %}
5
5
{% set build_ext = "cuda" if cuda_enabled else "cpu" %}
6
6
{% set build_string = "h{}_{}".format(PKG_HASH, number) %}
10
10
{% set install_base = "opt/hdk" %}
11
11
{% set arrow_version = "11.*" %}
12
12
{% set arrow_proc_version = "3.*" %}
13
- {% set llvm_version = "14 " %}
13
+ {% set llvm_version = "15 " %}
14
14
15
15
package :
16
16
name : hdk
17
17
version : {{ version }}
18
18
19
19
source :
20
- # git_url: https://github.com/intel-ai/hdk
21
- # git_branch: release/v{{ version }}
20
+ git_url : https://github.com/intel-ai/hdk
21
+ git_branch : main
22
22
# git_rev: 798103ac37f9badd540b4f4508ca180162eeb654
23
- url : https://github.com/intel-ai/hdk/archive/refs/tags/v{{ version }}.tar.gz
24
- sha256 : 0396d5133666dee23fedb568acfbb49bfd8e36e149ed7e554a5bd9acda310a97
23
+ # url: https://github.com/intel-ai/hdk/archive/refs/tags/v{{ version }}.tar.gz
24
+ # sha256: 0314c7ad990b1f3072f9058e991915b5f1d6d3240aaf04ffe518d68087178675
25
25
26
26
build :
27
27
number : {{ number }}
@@ -63,10 +63,14 @@ outputs:
63
63
- make # [not win]
64
64
- maven
65
65
- vs2022_win-64 # [win]
66
+ - level-zero-devel # [not win]
67
+ - pkg-config # [not win]
68
+ - llvm-spirv {{ llvm_version }} # [not win]
69
+ - libllvmspirv {{ llvm_version }} # [not win]
66
70
host :
67
71
# If no version limit is specified for python then conda goes
68
72
# crazy and is unable to create host env on windows.
69
- - python >=3.8
73
+ - python {{ python }}
70
74
- cython
71
75
- numpy
72
76
- tbb-devel
@@ -89,6 +93,7 @@ outputs:
89
93
- llvm {{ llvm_version }}
90
94
- arrow-cpp ={{ arrow_version }}=*{{ build_ext }}
91
95
- pyarrow ={{ arrow_version }}=*{{ build_ext }}
96
+ - zlib
92
97
run :
93
98
- arrow-cpp-proc {{ arrow_proc_version }} {{ build_ext }}
94
99
- pyarrow ={{ arrow_version }}=*{{ build_ext }}
@@ -98,6 +103,8 @@ outputs:
98
103
- tbb
99
104
- boost-cpp
100
105
- folly 2022.11.07.00 # [not win]
106
+ - llvm-spirv {{ llvm_version }} # [not win]
107
+ - level-zero # [not win]
101
108
102
109
run_constrained :
103
110
- arrow-cpp-proc {{ arrow_proc_version }} {{ build_ext }}
0 commit comments