Skip to content

Commit

Permalink
TEST - rename full env
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Jul 26, 2022
1 parent c198034 commit 27a6b41
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda/environments/envs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# env files to create
envs:
full:
fulls:
matrix:
cuda_version: ["11.5", "11.6"]
arch: [x86_64]
Expand Down
24 changes: 24 additions & 0 deletions conda/environments/fulls_cuda-11.5_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
channels:
- rapidsai
- conda-forge
dependencies:
- black=22.3.0
- cffi>=1.10.0
- clang-tools=11.1.0
- clang=11.1.0
- cmake>=3.20.1,!=3.23.0
- cmakelang=0.6.13
- cuda-python>=11.5,<11.7.1
- cudatoolkit=11.5
- cython>=0.29,<0.30
- flake8=3.8.3
- gcovr>=5.0
- isort=5.10.1
- numba>=0.49
- numpy>=1.19
- pytest
- pytest-cov
- python>=3.8,<3.10
- scikit-build>=0.13.1
- spdlog>=1.8.5,<1.9
name: fulls_cuda-11.5_arch-x86_64
24 changes: 24 additions & 0 deletions conda/environments/fulls_cuda-11.6_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
channels:
- rapidsai
- conda-forge
dependencies:
- black=22.3.0
- cffi>=1.10.0
- clang-tools=11.1.0
- clang=11.1.0
- cmake>=3.20.1,!=3.23.0
- cmakelang=0.6.13
- cuda-python>=11.6,<11.7.1
- cudatoolkit=11.6
- cython>=0.29,<0.30
- flake8=3.8.3
- gcovr>=5.0
- isort=5.10.1
- numba>=0.49
- numpy>=1.19
- pytest
- pytest-cov
- python>=3.8,<3.10
- scikit-build>=0.13.1
- spdlog>=1.8.5,<1.9
name: fulls_cuda-11.6_arch-x86_64

0 comments on commit 27a6b41

Please sign in to comment.