Skip to content

Commit f317bf9

Browse files
authored
Merge pull request #25 from regro-cf-autotick-bot/1.32_h73ff92
quantlib-python v1.32
2 parents 480bad4 + 0891aaf commit f317bf9

9 files changed

Lines changed: 17 additions & 17 deletions

.ci_support/osx_64_python3.10.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
33
c_compiler:
44
- clang
55
c_compiler_version:
6-
- '15'
6+
- '16'
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- clangxx
1313
cxx_compiler_version:
14-
- '15'
14+
- '16'
1515
libboost_devel:
1616
- '1.82'
1717
macos_machine:

.ci_support/osx_64_python3.11.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
33
c_compiler:
44
- clang
55
c_compiler_version:
6-
- '15'
6+
- '16'
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- clangxx
1313
cxx_compiler_version:
14-
- '15'
14+
- '16'
1515
libboost_devel:
1616
- '1.82'
1717
macos_machine:

.ci_support/osx_64_python3.12.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
33
c_compiler:
44
- clang
55
c_compiler_version:
6-
- '15'
6+
- '16'
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- clangxx
1313
cxx_compiler_version:
14-
- '15'
14+
- '16'
1515
libboost_devel:
1616
- '1.82'
1717
macos_machine:

.ci_support/osx_64_python3.8.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
33
c_compiler:
44
- clang
55
c_compiler_version:
6-
- '15'
6+
- '16'
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- clangxx
1313
cxx_compiler_version:
14-
- '15'
14+
- '16'
1515
libboost_devel:
1616
- '1.82'
1717
macos_machine:

.ci_support/osx_64_python3.9.____73_pypy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
33
c_compiler:
44
- clang
55
c_compiler_version:
6-
- '15'
6+
- '16'
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- clangxx
1313
cxx_compiler_version:
14-
- '15'
14+
- '16'
1515
libboost_devel:
1616
- '1.82'
1717
macos_machine:

.ci_support/osx_64_python3.9.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
33
c_compiler:
44
- clang
55
c_compiler_version:
6-
- '15'
6+
- '16'
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- clangxx
1313
cxx_compiler_version:
14-
- '15'
14+
- '16'
1515
libboost_devel:
1616
- '1.82'
1717
macos_machine:

.scripts/build_steps.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_osx_build.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "QuantLib-python" %}
2-
{% set version = "1.31.1" %}
2+
{% set version = "1.32" %}
33

44
package:
55
name: {{ name|lower }}
@@ -8,10 +8,10 @@ package:
88
source:
99
fn: {{ name }}-{{ version }}.tar.gz
1010
url: https://github.com/lballabio/QuantLib-SWIG/releases/download/v{{ version }}/QuantLib-SWIG-{{ version }}.tar.gz
11-
sha256: 6cc5874e674697c0cf3043e744b9269c8bc1e8b521888a1c9d7a711041c7d959
11+
sha256: 9d312ab51ab63b47982e31dc06b6c27224d4f7a7e237f0964225b9c6c6b7d86c
1212

1313
build:
14-
number: 2
14+
number: 0
1515
skip: true # [win and vc<14]
1616

1717
requirements:

0 commit comments

Comments
 (0)