We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 401f743 + 9779caa commit 513ee58Copy full SHA for 513ee58
1 file changed
recipe/meta.yaml
@@ -12,7 +12,7 @@ source:
12
sha256: {{ sha256 }}
13
14
build:
15
- number: 2
+ number: 3
16
skip: true # [win and vc<14]
17
18
requirements:
@@ -31,11 +31,14 @@ requirements:
31
32
run:
33
- python
34
- - quantlib
+ - quantlib # [not win]
35
+ - boost-cpp # [win]
36
37
test:
- imports:
38
- - QuantLib
+ source_files:
39
+ - Python/test/*
40
+ commands:
41
+ - python Python/test/QuantLibTestSuite.py
42
43
about:
44
home: https://github.com/lballabio/QuantLib
0 commit comments