File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
recipes/recipes_emscripten/xtensor-blas Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/include/xtensor-blas/xblas_config_cling.hpp.in b/include/xtensor-blas/xblas_config_cling.hpp.in
2+ index cbe4f13..f2f2689 100644
3+ --- a/include/xtensor-blas/xblas_config_cling.hpp.in
4+ +++ b/include/xtensor-blas/xblas_config_cling.hpp.in
5+ @@ -26,7 +26,7 @@
6+
7+ #include <clang/Interpreter/CppInterOp.h>
8+ static bool _openblas_loaded = []() {
9+ - Cpp::LoadLibrary(@OPENBLAS_CPPINTEROP_LIBRARY_PATH@, false);
10+ + Cpp::LoadLibrary("/lib/@CMAKE_SHARED_LIBRARY_PREFIX@openblas@CMAKE_SHARED_LIBRARY_SUFFIX@", false);
11+ return true;
12+ }();
13+
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ package:
99source :
1010 url : https://github.com/xtensor-stack/xtensor-blas/archive/${{ version }}.tar.gz
1111 sha256 : 3411f56d243b92a22fe3a259bc8b414d851ab167b9d30700a1776c9908e0b595
12+ patches :
13+ - patches/shared.patch
1214
1315build :
14- number : 0
16+ number : 1
1517
1618requirements :
1719 build :
You can’t perform that action at this time.
0 commit comments