File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
recipes/recipes_emscripten/symengine Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ index f90b9974..6394dce6 100644
7272 #endif
7373
7474diff --git a/symengine/symengine_config_cling.h.in b/symengine/symengine_config_cling.h.in
75- index bf99d723..91ea1042 100644
75+ index bf99d723..f9c2353e 100644
7676--- a/symengine/symengine_config_cling.h.in
7777+++ b/symengine/symengine_config_cling.h.in
7878@@ -1,7 +1,10 @@
@@ -83,7 +83,7 @@ index bf99d723..91ea1042 100644
8383- #pragma cling load("@CMAKE_SHARED_LIBRARY_PREFIX@symengine")
8484+ #include "clang/Interpreter/CppInterOp.h"
8585+ static bool _symengine_loaded = []() {
86- + Cpp::LoadLibrary(@SYMENGINE_CPPINTEROP_LIBRARY_PATH@);
86+ + Cpp::LoadLibrary(@SYMENGINE_CPPINTEROP_LIBRARY_PATH@, false );
8787+ return true;
8888+ }();
8989
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ source:
1414 - patches/shared.patch
1515
1616build :
17- number : 3
17+ number : 4
1818
1919requirements :
2020 build :
@@ -23,6 +23,8 @@ requirements:
2323 - make
2424 host :
2525 - boost-cpp
26+ run :
27+ - boost-cpp
2628about :
2729 homepage : https://symengine.org/
2830 license : MIT
You can’t perform that action at this time.
0 commit comments