File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 5252 shell : bash -l {0}
5353 run : |
5454 echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE${{ runner.os == 'Linux' && '/' || '\\' }}" >> $GITHUB_ENV
55+ - name : Install dpcpp compiler
56+ run : |
57+ # use 2025.1 compiler for build
58+ conda install -c ${{ env.INTEL_CHANNEL }} "dpcpp_linux-64>=2025.1"
5559 - name : Build conda package
5660 run : |
5761 # use bootstrap channel to pull NumPy linked with OpenBLAS
@@ -119,6 +123,12 @@ jobs:
119123 echo "CONDA_BLD=$CONDA/conda-bld/win-64/" | tr "\\\\" '/' >> $GITHUB_ENV
120124 echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE${{ runner.os == 'Linux' && '/' || '\\' }}" >> $GITHUB_ENV
121125
126+ - name : Install dpcpp compiler
127+ run : |
128+ # use 2025.1 compiler for build
129+ conda activate
130+ conda install -c ${{ env.INTEL_CHANNEL }} "dpcpp_windows-64>=2025.1"
131+
122132 - name : Build conda package
123133 env :
124134 OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
You can’t perform that action at this time.
0 commit comments