File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 - name : Install mkl_umath dependencies
5757 run : |
58- pip install meson-python ninja cython mkl-service
58+ pip install meson-python ninja cython cmake mkl-service
5959 pip install ${{ matrix.numpy_version }}
6060
6161 - name : List oneAPI folder content
Original file line number Diff line number Diff line change 4747
4848 - name : Install mkl_umath dependencies
4949 run : |
50- pip install meson-python ninja cython mkl-devel
50+ pip install meson-python ninja cmake cython mkl-devel
5151 pip install ${{ matrix.numpy_version }}
5252
5353 - name : Build mkl_umath
Original file line number Diff line number Diff line change 4848
4949 - name : Build conda package
5050 run : |
51- pip install --no-cache-dir meson-python ninja cython
51+ pip install --no-cache-dir meson-python ninja cmake cython
5252 pip install --no-cache-dir numpy ${{ matrix.use_pre }}
5353 CC=icx pip install . --no-build-isolation --no-deps --verbose
5454 pip install --no-cache-dir pytest
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ requirements:
2424 host :
2525 - meson-python >=0.13.0
2626 - meson
27- - pkg-config
27+ - cmake
2828 - ninja
2929 - git
3030 - cython
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ requirements:
2424 host :
2525 - meson-python >=0.13.0
2626 - meson
27- - pkg-config
27+ - cmake
2828 - ninja
2929 - git
3030 - cython
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ requires = [
2929 " meson-python>=0.13.0" ,
3030 " ninja" ,
3131 " Cython" ,
32- " numpy"
32+ " numpy" ,
33+ " cmake"
3334]
3435
3536[project ]
You can’t perform that action at this time.
0 commit comments