Skip to content

Commit

Permalink
Merge pull request #19 from regro-cf-autotick-bot/0.20.1_h4e80e9
Browse files Browse the repository at this point in the history
qsimcirq v0.20.1
  • Loading branch information
basnijholt authored Feb 13, 2024
2 parents 67d65ca + a893bcd commit f46f7ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "qsimcirq" %}
{% set version = "0.20.0" %}
{% set version = "0.20.1" %}
{% set build = 0 %}

# Prioritize over CPU builds
Expand All @@ -16,7 +16,7 @@ package:

source:
url: https://github.com/quantumlib/qsim/archive/refs/tags/v{{ version }}.tar.gz
sha256: c69e4801d2ac3012e158fd8d70b8434caa71e894a23194c7e2d92bd1059ea1f9
sha256: 8b7d5c8341fcf53b89fe7f433a119c03af6c49d4ce6f4cc02bc5fcf8c344680b
patches:
- patches/0007-Always-skip-test_cirq_qsim_gpu_amplitudes-because-no.patch # [cuda_compiler != "None"]
- patches/0010-Do-not-set-includes-on-Apple-arm64-in-basis.patch
Expand All @@ -28,7 +28,7 @@ build:
skip: true # [(cuda_compiler != "None" and py==312) or cuda_compiler_version not in ("None", "11.8", "12.0")]
number: {{ build }}
string: cuda{{ cuda_compiler_version | replace('.', '') }}_py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
string: cpu_py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
string: cpu_py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
ignore_run_exports_from:
- {{ compiler('cuda') }} # [cuda_compiler != "None"]
script_env:
Expand Down

0 comments on commit f46f7ab

Please sign in to comment.