Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.34.0, and co…
Browse files Browse the repository at this point in the history
…nda-forge-pinning 2024.03.29.12.36.21
  • Loading branch information
isuruf committed Apr 1, 2024
1 parent 79002b6 commit 23da0f4
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 337 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,36 +111,6 @@ jobs:
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
- CONFIG: linux_aarch64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11numpy1.22python3.10.____cpythonpython_implcpython
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
- CONFIG: linux_aarch64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11numpy1.22python3.8.____cpythonpython_implcpython
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
- CONFIG: linux_aarch64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11numpy1.22python3.9.____73_pypypython_implpypy
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
- CONFIG: linux_aarch64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11numpy1.22python3.9.____cpythonpython_implcpython
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
- CONFIG: linux_aarch64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11numpy1.23python3.11.____cpythonpython_implcpython
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
- CONFIG: linux_aarch64_c_compiler_version11cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11numpy1.26python3.12.____cpythonpython_implcpython
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
- CONFIG: linux_aarch64_c_compiler_version12cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12numpy1.22python3.10.____cpythonpython_implcpython
UPLOAD_PACKAGES: True
os: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:
string: "py{{ PY_VER.replace('.', '') }}h{{ PKG_HASH }}_{{ build }}_{{ opencl_impl }}" # [osx]
track_features: # make Apple OpenCL low priority
- openmm_opencl_apple # [osx and (opencl_impl == 'apple')]
skip: true # [cuda_compiler_version == '11.2' and aarch64]
skip: true # [cuda_compiler_version in ('11.2', '11.8') and aarch64]
skip: true # [(cuda_compiler_version in (undefined, 'None') and (linux or win)) or ppc64le or (win and python_impl == 'pypy')]
script_env:
- CONFIG
Expand Down

0 comments on commit 23da0f4

Please sign in to comment.