We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702c57c commit 1cb7f96Copy full SHA for 1cb7f96
.github/workflows/main.yml
@@ -95,7 +95,6 @@ jobs:
95
run: |
96
mkdir -p build
97
cd build
98
- find $CONDA_PREFIX
99
cmake .. \
100
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
101
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
test/test_xcpp_kernel.py
@@ -135,7 +135,7 @@ class XCppTests(jupyter_kernel_test.KernelTests):
135
#include <omp.h>
136
#include <iostream>
137
#include <clang/Interpreter/CppInterOp.h>
138
- if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/libomp.so")) {
+ if(Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/lib/libomp.so")) {
139
int max_threads = omp_get_max_threads();
140
omp_set_thread_num(max_threads);
141
#pragma omp parallel
0 commit comments