Skip to content

Commit

Permalink
Merge pull request #131 from regro-cf-autotick-bot/2.9.1_h67b414
Browse files Browse the repository at this point in the history
aesara v2.9.1
  • Loading branch information
maresb committed Jun 29, 2023
2 parents 06ab0a7 + ef56e01 commit 4542564
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_python3.8.____73_pypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_python3.9.____73_pypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand Down
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2.9.0" %}
{% set version = "2.9.1" %}

package:
name: aesara-suite # https://github.com/conda/conda-build/issues/3933
version: {{ version }}

source:
url: https://pypi.io/packages/source/a/aesara/aesara-{{ version }}.tar.gz
sha256: c20c03a178f9e4469ee653125c04c414fed0aef2e4062fa44c5393a0236a8ba1
sha256: 8afefce30eb733975085e5903ef47dbbca5642e6cf0ae78fa31fb6f41eebd3a4
patches:

build:
Expand Down Expand Up @@ -65,7 +65,8 @@ outputs:
- python
- {{ pin_subpackage('aesara-base', exact=True) }}
- {{ compiler('c') }} # [not win]
- cxx-compiler # [not win]
- {{ compiler('cxx') }} # [not win and not linux]
- gxx # [linux]
- {{ compiler('m2w64_c') }} # [win]
- {{ compiler('m2w64_cxx') }} # [win]

Expand Down

0 comments on commit 4542564

Please sign in to comment.