Skip to content

Commit 5e2b055

Browse files
committed
update clang and pip builds
1 parent 3f1845e commit 5e2b055

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
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
@@ -56,7 +55,7 @@ jobs:
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

.github/workflows/build_pip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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}

0 commit comments

Comments
 (0)