Skip to content

Commit

Permalink
Merge pull request #34 from regro-cf-autotick-bot/0.10.1_h1a25b6
Browse files Browse the repository at this point in the history
symengine v0.10.1
  • Loading branch information
isuruf committed Mar 24, 2023
2 parents 756b7ba + 8a6be7f commit f98e2f4
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 76 deletions.
8 changes: 6 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

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

11 changes: 2 additions & 9 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '11'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gmp:
Expand All @@ -20,13 +20,6 @@ libflint:
- '2.9'
mpfr:
- '4'
pin_run_as_build:
gmp:
max_pin: x
mpfr:
max_pin: x
zlib:
max_pin: x.x
target_platform:
- linux-64
zip_keys:
Expand Down
11 changes: 2 additions & 9 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '10'
- '11'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gmp:
Expand All @@ -24,13 +24,6 @@ libflint:
- '2.9'
mpfr:
- '4'
pin_run_as_build:
gmp:
max_pin: x
mpfr:
max_pin: x
zlib:
max_pin: x.x
target_platform:
- linux-aarch64
zip_keys:
Expand Down
11 changes: 2 additions & 9 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '11'
cdt_name:
- cos7
channel_sources:
Expand All @@ -11,7 +11,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gmp:
Expand All @@ -20,13 +20,6 @@ libflint:
- '2.9'
mpfr:
- '4'
pin_run_as_build:
gmp:
max_pin: x
mpfr:
max_pin: x
zlib:
max_pin: x.x
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
7 changes: 0 additions & 7 deletions .ci_support/migrations/libflint29.yaml

This file was deleted.

11 changes: 2 additions & 9 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '13'
- '14'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '13'
- '14'
gmp:
- '6'
libflint:
Expand All @@ -20,13 +20,6 @@ macos_machine:
- x86_64-apple-darwin13.4.0
mpfr:
- '4'
pin_run_as_build:
gmp:
max_pin: x
mpfr:
max_pin: x
zlib:
max_pin: x.x
target_platform:
- osx-64
zip_keys:
Expand Down
11 changes: 2 additions & 9 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '13'
- '14'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '13'
- '14'
gmp:
- '6'
libflint:
Expand All @@ -20,13 +20,6 @@ macos_machine:
- arm64-apple-darwin20.0.0
mpfr:
- '4'
pin_run_as_build:
gmp:
max_pin: x
mpfr:
max_pin: x
zlib:
max_pin: x.x
target_platform:
- osx-arm64
zip_keys:
Expand Down
9 changes: 2 additions & 7 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
c_compiler:
- vs2017
- vs2019
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2017
- vs2019
libflint:
- '2.9'
mpfr:
- '4'
pin_run_as_build:
mpfr:
max_pin: x
zlib:
max_pin: x.x
target_platform:
- win-64
vc:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml

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

1 change: 0 additions & 1 deletion .scripts/run_osx_build.sh

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

20 changes: 10 additions & 10 deletions README.md

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.9.0" %}
{% set version = "0.10.1" %}
{% set maj_min = ".".join(version.split(".")[:2]) %}

package:
Expand All @@ -7,10 +7,10 @@ package:

source:
url: https://github.com/symengine/symengine/releases/download/v{{ version }}/symengine-{{ version }}.tar.gz
sha256: dcf174ac708ed2acea46691f6e78b9eb946d8a2ba62f75e87cf3bf4f0d651724
sha256: 9c007c99e9633f5549a55fa7a66ebcbcf9e04092eb55f7bb781c22b9cf0570c4

build:
number: 1
number: 0
skip: true # [win and vc<14]

requirements:
Expand Down

0 comments on commit f98e2f4

Please sign in to comment.