Skip to content

Commit 888cdc0

Browse files
committed
trying build with cxx complier rather than scikit-build
1 parent 1ef55ca commit 888cdc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ requirements:
1717
- conda-forge::pybind11
1818
- conda-forge::cmake
1919
- conda-forge::ninja
20-
# - conda-forge::scikit-build
21-
- {{ compiler('cxx') }}
20+
- conda-forge::scikit-build
21+
# - {{ compiler('cxx') }}
2222

2323
# NVIDIA components to build CUDA code (no full runtime)
2424
- nvidia::cuda-nvcc
@@ -34,7 +34,7 @@ requirements:
3434
- conda-forge::cmake
3535
- conda-forge::ninja
3636
# - conda-forge::scikit-build
37-
- {{ compiler('cxx') }}
37+
# - {{ compiler('cxx') }}
3838

3939
# NVIDIA components to build CUDA code (no full runtime)
4040
- nvidia::cuda-nvcc

0 commit comments

Comments
 (0)