Skip to content

Commit 8f4742d

Browse files
authored
Fix using xtensor-blas with xeus-cpp-lite (#255)
Sadly #252 didn't pick up one of my local changes, not sure how, I remember adding everything. But yeah that placeholder was supposed to be replaced by its path :( Just realized this when I tried it out <img width="652" height="401" alt="image" src="https://github.com/user-attachments/assets/0b6bee57-476c-429e-bc6d-8f750de9b0dc" />
1 parent 836a804 commit 8f4742d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xtensor-blas/xblas_config_cling.hpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include <clang/Interpreter/CppInterOp.h>
2828
static bool _openblas_loaded = []() {
29-
Cpp::LoadLibrary(@OPENBLAS_CPPINTEROP_LIBRARY_PATH@, false);
29+
Cpp::LoadLibrary("/lib/@CMAKE_SHARED_LIBRARY_PREFIX@openblas@CMAKE_SHARED_LIBRARY_SUFFIX@", false);
3030
return true;
3131
}();
3232

0 commit comments

Comments
 (0)