Skip to content

Commit

Permalink
REmove dpc part on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss committed Aug 17, 2024
1 parent d60e46d commit 5a920a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rem ============================================================================
IF NOT DEFINED PYTHON (set PYTHON="python")
IF DEFINED PKG_VERSION (set SKLEARNEX_VERSION=%PKG_VERSION%)
IF NOT DEFINED DALROOT (set DALROOT=%PREFIX%)
IF NOT DEFINED MPIROOT (set MPIROOT=%PREFIX%\Library)
IF NOT DEFINED MPIROOT (set NO_DIST=1)

rem reset preferred compilers to avoid usage of icx/icpx by default in all cases
set CC=cl.exe
Expand Down
8 changes: 4 additions & 4 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requirements:
build:
- make # [linux]
- dpcpp_linux-64 # [linux64]
- dpcpp_win-64 # [win]
# - dpcpp_win-64 # [win]
- {{ compiler('cxx') }} # [linux64 or win]
- {{ compiler('c') }} # [linux64 or win]
# conda-forge feedstock specific
Expand All @@ -58,14 +58,14 @@ requirements:
- pybind11
- numpy {{ numpy }}
- mpich # [not win]
- impi-devel # [win]
# - impi-devel # [win]
# dal-devel pinning depends on the recipe location (repo or feedstock)
- dal-devel
# - dal-devel =={{ version }}
run:
- python
- {{ pin_compatible('numpy') }}
- dpcpp-cpp-rt # [not osx]
- dpcpp-cpp-rt # [linux64]
# dal pinning depends on the recipe location (repo or feedstock)
- dal
# - dal =={{ version }}
Expand All @@ -80,7 +80,7 @@ test:
- pytest
- pyyaml
- mpich # [not win]
- impi_rt # [win]
# - impi_rt # [win]
source_files:
- .ci
- examples
Expand Down

0 comments on commit 5a920a3

Please sign in to comment.