Skip to content

Commit 718bb0e

Browse files
committed
Fix using xtensor-blas with xeus-cpp-lite
1 parent 836a804 commit 718bb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)