Skip to content

Commit fb50937

Browse files
committed
Add libbacktrace and enable boost-stacktrace.
1 parent 017e8c8 commit fb50937

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"atomic", "charconv", "chrono", "cobalt", "container", "context", "contract", "coroutine",
55
"date_time", "filesystem", "graph", "iostreams", "locale", "log", "log_setup",
66
"math_c99", "math_c99f", "math_tr1", "math_tr1f", "prg_exec_monitor",
7-
"program_options", "random", "regex", "serialization", "system", "thread",
7+
"program_options", "random", "regex", "serialization", "stacktrace", "system", "thread",
88
"timer", "type_erasure", "unit_test_framework", "wave", "wserialization"
99
] %}
1010
{% set boost_libs = boost_libs + ["math_c99l", "math_tr1l"] %} # [not ppc64le]
@@ -28,7 +28,7 @@ source:
2828
- patches/0001-Add-default-value-for-cxx-and-cxxflags-options-for-t.patch
2929

3030
build:
31-
number: 0
31+
number: 1
3232
script_env:
3333
- PY_DUMMY_VER={{ PY_DUMMY_VER }}
3434
- NP_DUMMY_VER={{ NP_DUMMY_VER }}
@@ -42,6 +42,7 @@ requirements:
4242
- numpy {{ NP_DUMMY_VER }}.* # [build_platform != target_platform]
4343
- ruby *
4444
host:
45+
- backtrace # [unix]
4546
- icu # [unix]
4647
- liblzma-devel # [unix]
4748
- bzip2
@@ -102,6 +103,7 @@ outputs:
102103
- {{ compiler('cxx') }}
103104
- {{ stdlib('c') }}
104105
host:
106+
- backtrace # [unix]
105107
- icu # [unix]
106108
- libiconv # [win]
107109
- bzip2

0 commit comments

Comments
 (0)