Commit 79be9b11 authored by peastman's avatar peastman
Browse files

Merge branch 'master' of github.com:openmm/openmm

parents f9cebbf0 b6609bcf
...@@ -121,8 +121,8 @@ jobs: ...@@ -121,8 +121,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \ -DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: Linux CPU Python 3.10 - name: Linux CPU Python 3.11
python-version: "3.10" python-version: "3.11"
os: ubuntu-latest os: ubuntu-latest
OPENCL: false OPENCL: false
cuda-version: "" cuda-version: ""
...@@ -139,8 +139,8 @@ jobs: ...@@ -139,8 +139,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \ -DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: MacOS Intel CPU/OpenCL Python 3.10 - name: MacOS Intel CPU/OpenCL Python 3.11
python-version: "3.10" python-version: "3.11"
os: macos-latest os: macos-latest
OPENCL: false OPENCL: false
cuda-version: "" cuda-version: ""
...@@ -148,8 +148,8 @@ jobs: ...@@ -148,8 +148,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=ON \ -DOPENMM_BUILD_OPENCL_LIB=ON \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: MacOS M1 CPU arm64 Python 3.10 - name: MacOS M1 CPU arm64 Python 3.11
python-version: "3.10" python-version: "3.11"
os: M1-arm64 os: M1-arm64
OPENCL: false OPENCL: false
cuda-version: "" cuda-version: ""
...@@ -322,8 +322,8 @@ jobs: ...@@ -322,8 +322,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- name: Windows CUDA 11.2 Python 3.10 - name: Windows CUDA 11.2 Python 3.11
python-version: "3.10" python-version: "3.11"
cuda-version: "11.2" cuda-version: "11.2"
CMAKE_FLAGS: | CMAKE_FLAGS: |
-DCUDA_TOOLKIT_ROOT_DIR="%CUDA_TOOLKIT_ROOT_DIR%" ^ -DCUDA_TOOLKIT_ROOT_DIR="%CUDA_TOOLKIT_ROOT_DIR%" ^
...@@ -458,19 +458,19 @@ jobs: ...@@ -458,19 +458,19 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- name: PowerPC CPU/CUDA 10.2 Python 3.10 with condaforge compilers - name: PowerPC CPU/CUDA 10.2 Python 3.11 with condaforge compilers
docker-image: quay.io/condaforge/linux-anvil-ppc64le-cuda:10.2 docker-image: quay.io/condaforge/linux-anvil-ppc64le-cuda:10.2
python-version: "3.10" python-version: "3.11"
compilers: compilers compilers: compilers
- name: PowerPC CPU Python 3.10 devtoolset-7 compilers - name: PowerPC CPU Python 3.11 devtoolset-7 compilers
docker-image: quay.io/condaforge/linux-anvil-ppc64le docker-image: quay.io/condaforge/linux-anvil-ppc64le
python-version: "3.10" python-version: "3.11"
compilers: devtoolset-7 compilers: devtoolset-7
- name: ARM CPU Python 3.10 with condaforge compilers - name: ARM CPU Python 3.11 with condaforge compilers
docker-image: quay.io/condaforge/linux-anvil-aarch64 docker-image: quay.io/condaforge/linux-anvil-aarch64
python-version: "3.10" python-version: "3.11"
compilers: compilers compilers: compilers
......
...@@ -24,4 +24,4 @@ The core developers will review the pull request and may suggest changes. Simpl ...@@ -24,4 +24,4 @@ The core developers will review the pull request and may suggest changes. Simpl
changes to the branch that is being pulled from, and they will automatically be added to the changes to the branch that is being pulled from, and they will automatically be added to the
pull request. In addition, the full test suite is automatically run on every pull request, pull request. In addition, the full test suite is automatically run on every pull request,
and rerun every time a change is added. Once the tests are passing and everyone is satisfied and rerun every time a change is added. Once the tests are passing and everyone is satisfied
with the code, the pull request will be merged. Congratulations on a succesful contribution! with the code, the pull request will be merged. Congratulations on a successful contribution!
\ No newline at end of file
name: openmm-8-beta name: openmm-8-beta-linux
channels: channels:
- conda-forge/label/openmm_rc - conda-forge/label/openmm_rc
...@@ -7,6 +7,8 @@ channels: ...@@ -7,6 +7,8 @@ channels:
dependencies: dependencies:
- openmm==8.0.0beta - openmm==8.0.0beta
- openmm-ml - openmm-ml==1.0beta
- openmm-torch - openmm-torch==1.0beta
- nnpops - nnpops==0.2
- torchani==2.2.2
- pytest
\ No newline at end of file
name: openmm-8-beta name: openmm-8-beta-mac
channels: channels:
- conda-forge/label/openmm_rc - conda-forge/label/openmm_rc
...@@ -7,5 +7,7 @@ channels: ...@@ -7,5 +7,7 @@ channels:
dependencies: dependencies:
- openmm==8.0.0beta - openmm==8.0.0beta
- openmm-ml - openmm-ml==1.0beta
- openmm-torch - openmm-torch==1.0beta
- torchani==2.2.2
- pytest
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment