File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - name : Install Intel OneAPI
4141 run : |
4242 sudo apt-get install intel-oneapi-compiler-dpcpp-cpp
43- sudo apt-get install intel-oneapi-tbb
4443 sudo apt-get install intel-oneapi-mkl-devel
4544
4645 - name : Setup Python
5655
5756 - name : Install mkl_fft dependencies
5857 run : |
59- pip install cython setuptools">=77"
58+ pip install meson-python ninja cython cmake
6059 pip install ${{ matrix.numpy_version }}
6160
6261 - name : List oneAPI folder content
Original file line number Diff line number Diff line change 4848
4949 - name : Build conda package
5050 run : |
51- pip install --no-cache-dir cython setuptools
51+ pip install --no-cache-dir meson-python ninja cmake cython
5252 pip install --no-cache-dir numpy ${{ matrix.use_pre }}
5353 echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
5454 export MKLROOT=${CONDA_PREFIX}
You can’t perform that action at this time.
0 commit comments