Skip to content

Commit

Permalink
Merge pull request #163 from JohanMabille/0247
Browse files Browse the repository at this point in the history
Release 0.24.7
  • Loading branch information
JohanMabille authored Sep 18, 2023
2 parents feaa4fd + 942c0cc commit 762f3d1
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '15'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '15'
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
Expand Down
10 changes: 5 additions & 5 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "xtensor" %}
{% set version = "0.24.6" %}
{% set sha256 = "f87259b51aabafdd1183947747edfff4cff75d55375334f2e81cee6dc68ef655" %}
{% set version = "0.24.7" %}


package:
name: {{ name|lower }}
Expand All @@ -9,7 +9,7 @@ package:
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/xtensor-stack/xtensor/archive/{{ version }}.tar.gz
sha256: {{ sha256 }}
sha256: 0fbbd524dde2199b731b6af99b16063780de6cf1d0d6cb1f3f4d4ceb318f3106

build:
number: 0
Expand All @@ -25,7 +25,7 @@ requirements:
run:
- xtl >=0.7,<0.8
run_constrained:
- xsimd >=8.0.3,<10
- xsimd >=10.0.0,<11

test:
commands:
Expand Down

0 comments on commit 762f3d1

Please sign in to comment.