Skip to content

Commit 5278f33

Browse files
quantlib-python v1.38 (#41)
automerged PR by conda-forge/automerge-action
2 parents 6db327b + 53cb058 commit 5278f33

6 files changed

Lines changed: 42 additions & 30 deletions

File tree

.ci_support/migrations/libboost186.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.gitignore

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_docker_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.

build-locally.py

Lines changed: 33 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
./configure PYTHON CXXFLAGS='-O1'
55
make -C Python
66
make -C Python wheel
7-
pip install Python/dist/QuantLib-*.whl
7+
pip install Python/dist/*.whl
88

99
# testing
1010
pushd Python

recipe/meta.yaml

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

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
99
url: https://github.com/lballabio/QuantLib-SWIG/releases/download/v{{ version }}/QuantLib-SWIG-{{ version }}.tar.gz
10-
sha256: 90b9623d1165ad3f6ae6bfc431ea215d9b8075c3174bcbb628b1dffde40473eb
10+
sha256: 405a4f9c6ef730589fe1c017a1fb7e24fa4a53f6815d9c6d0f071c9ef591bcf5
1111
patches:
1212
- no-isolation.diff
1313

0 commit comments

Comments
 (0)