Skip to content

Commit 49c0187

Browse files
committed
Remove mention of tbb_devel and TBB from AGENTS and README
1 parent 4aa9008 commit 49c0187

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ It provides:
2121
**Required:**
2222
- Compiler toolchain: Intel `icx` or `clang` (with Intel-only flags gated when using clang)
2323
- Intel® OneMKL (mkl-devel)
24-
- Intel® TBB (tbb-devel)
2524
- NumPy, Cython, scikit-build, cmake, ninja
2625

2726
**Conda environment:**
2827
```bash
2928
conda install -c https://software.repos.intel.com/python/conda \
30-
mkl-devel tbb-devel dpcpp_linux-64 numpy-base \
29+
mkl-devel dpcpp_linux-64 numpy-base \
3130
cmake ninja cython scikit-build
3231
export MKLROOT=$CONDA_PREFIX
3332
CC=${CC:-icx} pip install --no-build-isolation --no-deps . # clang is also supported in CI

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ If these are installed as part of a `oneAPI` installation, the following package
4747

4848
If build dependencies are to be installed with Conda, the following packages must be installed from the Intel(R) channel
4949
- `mkl-devel`
50-
- `tbb-devel`
5150
- `dpcpp_linux-64` (or `dpcpp_win-64` for Windows)
5251
- `numpy-base`
5352

@@ -57,7 +56,7 @@ then the remaining dependencies
5756
- `cython`
5857
- `scikit-build`
5958

60-
and for `mkl-devel`, `tbb-devel` and `dpcpp_linux-64` in a Conda environment, `MKLROOT` environment variable must be set
59+
and for `mkl-devel` and `dpcpp_linux-64` in a Conda environment, `MKLROOT` environment variable must be set
6160
On Linux
6261
```sh
6362
export MKLROOT=$CONDA_PREFIX

conda-recipe/AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Conda package build recipe for Intel channel distribution.
1313
- **Channels:** `https://software.repos.intel.com/python/conda`, `conda-forge`
1414
- **Python versions:** 3.10, 3.11, 3.12, 3.13, 3.14
1515
- **Compilers:** Intel C compiler (icx/icl)
16-
- **Dependencies:** mkl-devel, tbb-devel, dpcpp_{linux,win}-64, numpy-base
16+
- **Dependencies:** mkl-devel, dpcpp_{linux,win}-64, numpy-base
1717

1818
## Build outputs
1919
- Conda package: `mkl_umath-<version>-<build>.conda`
@@ -27,4 +27,4 @@ Conda package build recipe for Intel channel distribution.
2727
## Maintenance
2828
- Keep `conda_build_config.yaml` in sync with CI matrix
2929
- NumPy pin: must match Intel channel NumPy versions
30-
- MKL/TBB versions: track oneAPI releases
30+
- MKL version: track oneAPI releases

0 commit comments

Comments
 (0)