Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .conda_configs/gen_confs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import ruamel_yaml # This gets installed with conda-build


PYTHONS = ["3.6.* *_cpython", "3.7.* *_cpython", "3.8.* *_cpython", "3.9.* *_cpython"]
CUDAS = [8.0, 9.0, 9.1, 9.2, 10.0, 10.1, 10.2, 11.0]
PYTHONS = ["3.7.* *_cpython", "3.8.* *_cpython", "3.9.* *_cpython"]
CUDAS = [10.2, 11.0, 11.1, 11.2]

dumper_keys = {"indent": 4, "block_seq_indent": 2}
dumper = ruamel_yaml.round_trip_dump
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python:
- 3.7.* *_cpython

CUDA_SHORT_VERSION:
- 100
- 111

CUDA_VERSION:
- 10.0
- 11.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python:
- 3.7.* *_cpython

CUDA_SHORT_VERSION:
- 101
- 112

CUDA_VERSION:
- 10.1
- 11.2
8 changes: 0 additions & 8 deletions .conda_configs/python3.7_cuda8.0.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .conda_configs/python3.7_cuda9.0.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .conda_configs/python3.7_cuda9.1.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .conda_configs/python3.7_cuda9.2.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python:
- 3.8.* *_cpython

CUDA_SHORT_VERSION:
- 100
- 111

CUDA_VERSION:
- 10.0
- 11.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python:
- 3.8.* *_cpython

CUDA_SHORT_VERSION:
- 101
- 112

CUDA_VERSION:
- 10.1
- 11.2
8 changes: 0 additions & 8 deletions .conda_configs/python3.8_cuda8.0.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .conda_configs/python3.8_cuda9.0.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .conda_configs/python3.8_cuda9.1.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .conda_configs/python3.8_cuda9.2.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python:
- 3.9.* *_cpython

CUDA_SHORT_VERSION:
- 100
- 111

CUDA_VERSION:
- 10.0
- 11.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python:
- 3.9.* *_cpython

CUDA_SHORT_VERSION:
- 101
- 112

CUDA_VERSION:
- 10.1
- 11.2
8 changes: 0 additions & 8 deletions .conda_configs/python3.9_cuda8.0.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .conda_configs/python3.9_cuda9.0.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .conda_configs/python3.9_cuda9.1.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .conda_configs/python3.9_cuda9.2.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion recipes/openmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source:
extra:
#upload: betacuda{{ CUDA_SHORT_VERSION }}{{ ",beta" if CUDA_SHORT_VERSION == "92" else ""}}
#upload: devcuda{{ CUDA_SHORT_VERSION }}{{ ",dev" if CUDA_SHORT_VERSION == "92" else ""}}
upload: {{ CUDA_STR[1:] }}{{",main" if CUDA_STR[-3:] == "102" else "" }}
upload: {{ CUDA_STR[1:] }}{{",main" if CUDA_STR[-3:] == "112" else "" }}
force_upload: True
scheduled: True

Expand Down