Skip to content

Commit

Permalink
Dsiable 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 b02d3b3 commit bbfa5c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ IF NOT DEFINED MPIROOT (set MPIROOT=%PREFIX%\Library)
rem reset preferred compilers to avoid usage of icx/icpx by default in all cases
set CC=cl.exe
set CXX=cl.exe
set "CMAKE_ARGS="
set "BUILD_ARGS="

rem source compiler if DPCPPROOT is set outside of conda-build
IF DEFINED DPCPPROOT (
Expand Down
5 changes: 1 addition & 4 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ requirements:
build:
- make # [linux]
- dpcpp_linux-64 # [linux64]
- dpcpp_win-64 # [win]
- {{ compiler('cxx') }} # [linux64 or win]
- {{ compiler('c') }} # [linux64 or win]
# conda-forge feedstock specific
Expand All @@ -58,14 +57,13 @@ requirements:
- pybind11
- numpy {{ numpy }}
- mpich # [not 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 +78,6 @@ test:
- pytest
- pyyaml
- mpich # [not win]
- impi_rt # [win]
source_files:
- .ci
- examples
Expand Down

0 comments on commit bbfa5c2

Please sign in to comment.