Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
9335b8e2
Unverified
Commit
9335b8e2
authored
Oct 15, 2024
by
Peter Eastman
Committed by
GitHub
Oct 15, 2024
Browse files
Updated Python versions for CI (#4694)
* Updated Python versions for CI * Install setuptools
parent
ffb3082f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
30 additions
and
24 deletions
+30
-24
.github/workflows/CI.yml
.github/workflows/CI.yml
+24
-24
devtools/ci/gh-actions/conda-envs/build-macos.yml
devtools/ci/gh-actions/conda-envs/build-macos.yml
+1
-0
devtools/ci/gh-actions/conda-envs/build-ubuntu-latest-hip.yml
...ools/ci/gh-actions/conda-envs/build-ubuntu-latest-hip.yml
+1
-0
devtools/ci/gh-actions/conda-envs/build-ubuntu-latest.yml
devtools/ci/gh-actions/conda-envs/build-ubuntu-latest.yml
+1
-0
devtools/ci/gh-actions/conda-envs/build-ubuntu-pypy.yml
devtools/ci/gh-actions/conda-envs/build-ubuntu-pypy.yml
+1
-0
devtools/ci/gh-actions/conda-envs/build-windows-latest.yml
devtools/ci/gh-actions/conda-envs/build-windows-latest.yml
+1
-0
devtools/ci/gh-actions/conda-envs/docs.yml
devtools/ci/gh-actions/conda-envs/docs.yml
+1
-0
No files found.
.github/workflows/CI.yml
View file @
9335b8e2
...
...
@@ -31,7 +31,7 @@ jobs:
-
name
:
Linux CUDA
12.4
os
:
ubuntu-latest
env
:
ubuntu-latest
python-version
:
"
3.1
1
"
python-version
:
"
3.1
3
"
cuda-version
:
"
12.4"
OPENCL
:
false
CMAKE_FLAGS
:
|
...
...
@@ -52,7 +52,7 @@ jobs:
-
name
:
Linux CUDA
11.8
os
:
ubuntu-latest
env
:
ubuntu-latest
python-version
:
"
3.1
1
"
python-version
:
"
3.1
3
"
OPENCL
:
false
cuda-version
:
"
11.8"
CMAKE_FLAGS
:
|
...
...
@@ -73,7 +73,7 @@ jobs:
-
name
:
Linux AMD OpenCL
os
:
ubuntu-latest
env
:
ubuntu-latest
python-version
:
"
3.1
1
"
python-version
:
"
3.1
3
"
OPENCL
:
true
cuda-version
:
"
"
CMAKE_FLAGS
:
|
...
...
@@ -94,7 +94,7 @@ jobs:
-
name
:
Linux HIP
os
:
ubuntu-latest
env
:
ubuntu-latest-hip
python-version
:
"
3.1
1
"
python-version
:
"
3.1
3
"
OPENCL
:
false
CMAKE_FLAGS
:
|
-DOPENMM_BUILD_HIP_LIB=ON \
...
...
@@ -106,10 +106,10 @@ jobs:
-DOPENMM_BUILD_C_AND_FORTRAN_WRAPPERS=OFF \
-DOPENMM_BUILD_EXAMPLES=OFF
-
name
:
Linux CPU Python 3.1
1
with static lib
-
name
:
Linux CPU Python 3.1
3
with static lib
os
:
ubuntu-latest
env
:
ubuntu-latest
python-version
:
"
3.1
1
"
python-version
:
"
3.1
3
"
OPENCL
:
false
cuda-version
:
"
"
CC
:
$CCACHE/clang
...
...
@@ -119,8 +119,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
Linux CPU Python 3.1
1
with condaforge compilers
python-version
:
"
3.1
1
"
-
name
:
Linux CPU Python 3.1
3
with condaforge compilers
python-version
:
"
3.1
3
"
os
:
ubuntu-latest
env
:
ubuntu-latest
OPENCL
:
false
...
...
@@ -130,8 +130,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
Linux CPU Python
3.
9
python-version
:
"
3.
9
"
-
name
:
Linux CPU Python
3.
10
python-version
:
"
3.
10
"
os
:
ubuntu-latest
env
:
ubuntu-latest
OPENCL
:
false
...
...
@@ -140,8 +140,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
Linux CPU Python
3.1
1
python-version
:
"
3.1
1
"
-
name
:
Linux CPU Python
3.1
3
python-version
:
"
3.1
3
"
os
:
ubuntu-latest
env
:
ubuntu-latest
OPENCL
:
false
...
...
@@ -160,8 +160,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
MacOS Intel Python
3.1
1
python-version
:
"
3.1
1
"
-
name
:
MacOS Intel Python
3.1
3
python-version
:
"
3.1
3
"
os
:
macos-13
env
:
macos
OPENCL
:
false
...
...
@@ -170,8 +170,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=ON \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
MacOS ARM Python
3.1
1
python-version
:
"
3.1
1
"
-
name
:
MacOS ARM Python
3.1
3
python-version
:
"
3.1
3
"
os
:
macos-latest
env
:
macos
OPENCL
:
false
...
...
@@ -326,8 +326,8 @@ jobs:
fail-fast
:
false
matrix
:
include
:
-
name
:
Windows CUDA 11.2 Python
3.1
1
python-version
:
"
3.1
1
"
-
name
:
Windows CUDA 11.2 Python
3.1
3
python-version
:
"
3.1
3
"
cuda-version
:
"
11.2"
CMAKE_FLAGS
:
|
-DCUDA_TOOLKIT_ROOT_DIR="%CUDA_TOOLKIT_ROOT_DIR%" ^
...
...
@@ -461,19 +461,19 @@ jobs:
fail-fast
:
false
matrix
:
include
:
-
name
:
PowerPC CPU/CUDA 10.2 Python 3.1
1
with condaforge compilers
-
name
:
PowerPC CPU/CUDA 10.2 Python 3.1
3
with condaforge compilers
docker-image
:
quay.io/condaforge/linux-anvil-ppc64le-cuda:10.2
python-version
:
"
3.1
1
"
python-version
:
"
3.1
3
"
compilers
:
compilers
#- name: PowerPC CPU Python 3.1
1
devtoolset-7 compilers
#- name: PowerPC CPU Python 3.1
3
devtoolset-7 compilers
# docker-image: quay.io/condaforge/linux-anvil-ppc64le
# python-version: "3.1
1
"
# python-version: "3.1
3
"
# compilers: devtoolset-7
-
name
:
ARM CPU Python 3.1
1
with condaforge compilers
-
name
:
ARM CPU Python 3.1
3
with condaforge compilers
docker-image
:
quay.io/condaforge/linux-anvil-aarch64
python-version
:
"
3.1
1
"
python-version
:
"
3.1
3
"
compilers
:
compilers
...
...
devtools/ci/gh-actions/conda-envs/build-macos.yml
View file @
9335b8e2
...
...
@@ -12,6 +12,7 @@ dependencies:
-
swig
-
numpy
-
doxygen
-
setuptools
# test
-
pytest
-
pytest-xdist
...
...
devtools/ci/gh-actions/conda-envs/build-ubuntu-latest-hip.yml
View file @
9335b8e2
...
...
@@ -10,6 +10,7 @@ dependencies:
# host
-
python
-
doxygen
-
setuptools
-
hip-devel
-
hipcc
-
rocm-cmake
...
...
devtools/ci/gh-actions/conda-envs/build-ubuntu-latest.yml
View file @
9335b8e2
...
...
@@ -15,6 +15,7 @@ dependencies:
-
numpy
-
ocl-icd-system
-
doxygen
-
setuptools
# test
-
pytest
-
pytest-xdist
...
...
devtools/ci/gh-actions/conda-envs/build-ubuntu-pypy.yml
View file @
9335b8e2
...
...
@@ -15,6 +15,7 @@ dependencies:
-
numpy
-
ocl-icd-system
-
doxygen
-
setuptools
# test
-
pytest
-
pytest-xdist
...
...
devtools/ci/gh-actions/conda-envs/build-windows-latest.yml
View file @
9335b8e2
...
...
@@ -14,6 +14,7 @@ dependencies:
-
swig
-
numpy
-
doxygen
-
setuptools
-
khronos-opencl-icd-loader
# test
-
pytest
...
...
devtools/ci/gh-actions/conda-envs/docs.yml
View file @
9335b8e2
...
...
@@ -12,6 +12,7 @@ dependencies:
-
cython
-
swig
-
doxygen
-
setuptools
-
sphinx==4.0.2
-
sphinxcontrib-bibtex
-
breathe>=4.30,<5.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment