Skip to content

Commit 513ee58

Browse files
authored
Merge pull request #17 from adament/win_run_depends
Remove quantlib runtime dependency on Windows
2 parents 401f743 + 9779caa commit 513ee58

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

recipe/meta.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
sha256: {{ sha256 }}
1313

1414
build:
15-
number: 2
15+
number: 3
1616
skip: true # [win and vc<14]
1717

1818
requirements:
@@ -31,11 +31,14 @@ requirements:
3131

3232
run:
3333
- python
34-
- quantlib
34+
- quantlib # [not win]
35+
- boost-cpp # [win]
3536

3637
test:
37-
imports:
38-
- QuantLib
38+
source_files:
39+
- Python/test/*
40+
commands:
41+
- python Python/test/QuantLibTestSuite.py
3942

4043
about:
4144
home: https://github.com/lballabio/QuantLib

0 commit comments

Comments
 (0)