Skip to content

Commit 1cb7f96

Browse files
committed
Change load library location
1 parent 702c57c commit 1cb7f96

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
run: |
9696
mkdir -p build
9797
cd build
98-
find $CONDA_PREFIX
9998
cmake .. \
10099
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
101100
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \

test/test_xcpp_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class XCppTests(jupyter_kernel_test.KernelTests):
135135
#include <omp.h>
136136
#include <iostream>
137137
#include <clang/Interpreter/CppInterOp.h>
138-
if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/libomp.so")) {
138+
if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/lib/libomp.so")) {
139139
int max_threads = omp_get_max_threads();
140140
omp_set_thread_num(max_threads);
141141
#pragma omp parallel

0 commit comments

Comments
 (0)