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
b1a5324c
Unverified
Commit
b1a5324c
authored
Nov 03, 2025
by
Peter Eastman
Committed by
GitHub
Nov 03, 2025
Browse files
Use native ARM Linux runner (#5123)
parent
47684368
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
5 deletions
+38
-5
.github/workflows/CI.yml
.github/workflows/CI.yml
+15
-5
devtools/ci/gh-actions/conda-envs/build-ubuntu-arm.yml
devtools/ci/gh-actions/conda-envs/build-ubuntu-arm.yml
+23
-0
No files found.
.github/workflows/CI.yml
View file @
b1a5324c
...
...
@@ -148,6 +148,16 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
Linux ARM Python
3.14
python-version
:
"
3.14"
os
:
ubuntu-24.04-arm
env
:
ubuntu-arm
OPENCL
:
false
cuda-version
:
"
"
CMAKE_FLAGS
:
|
-DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \
-
name
:
MacOS Intel Python
3.13
python-version
:
"
3.13"
os
:
macos-15-intel
...
...
@@ -441,7 +451,7 @@ jobs:
fail-fast
:
false
matrix
:
include
:
-
name
:
PowerPC CPU/CUDA 1
0.2
Python 3.13 with condaforge compilers
-
name
:
PowerPC CPU/CUDA 1
1.8
Python 3.13 with condaforge compilers
docker-image
:
quay.io/condaforge/linux-anvil-ppc64le-cuda:11.8
python-version
:
"
3.13"
compilers
:
compilers
...
...
@@ -451,10 +461,10 @@ jobs:
# python-version: "3.13"
# compilers: devtoolset-7
-
name
:
ARM CPU Python 3.13 with condaforge compilers
docker-image
:
quay.io/condaforge/linux-anvil-aarch64
python-version
:
"
3.13"
compilers
:
compilers
#
- name: ARM CPU Python 3.13 with condaforge compilers
#
docker-image: quay.io/condaforge/linux-anvil-aarch64
#
python-version: "3.13"
#
compilers: compilers
steps
:
...
...
devtools/ci/gh-actions/conda-envs/build-ubuntu-arm.yml
0 → 100644
View file @
b1a5324c
name
:
build
channels
:
-
conda-forge
-
bioconda
dependencies
:
# build
-
cmake<4.0
-
make
-
ccache
-
sysroot_linux-aarch64
2.17
# host
-
python
-
cython
-
swig
-
numpy
-
ocl-icd-system
-
doxygen
-
setuptools
# test
-
pytest
-
pytest-xdist
-
pytest-timeout
-
gromacs
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